| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 92 | ****** |
| McCabe's Cyclomatic Number | MVG | 16 | ****** |
| Lines of Comment | COM | 70 | ******** |
| LOC/COM | L_C | 1.314 | |
| MVG/COM | M_C | 0.229 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
agents/ag_tomcat/osm_ag_tomcat.h:270 |
12 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_tomcat/osm_ag_tomcat.cpp:1073declaration agents/ag_tomcat/osm_ag_tomcat.h:298 | 27 | 7 | 17 | 1.588 | 0.412 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_tomcat/osm_ag_tomcat.cpp:980declaration agents/ag_tomcat/osm_ag_tomcat.h:288 | 53 | 9 | 47 | 1.128 | 0.191 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [CV] pass by reference agents/ag_tomcat/osm_ag_tomcat.cpp:980pass by reference agents/ag_tomcat/osm_ag_tomcat.cpp:981pass by reference agents/ag_tomcat/osm_ag_tomcat.cpp:1073pass by reference agents/ag_tomcat/osm_ag_tomcat.h:288pass by reference agents/ag_tomcat/osm_ag_tomcat.h:289pass by reference agents/ag_tomcat/osm_ag_tomcat.h:298has by value agents/ag_tomcat/osm_ag_tomcat.h:301OSM_Action_Base [CV] inheritance agents/ag_tomcat/osm_ag_tomcat.h:270OSM_Process [C] has by value agents/ag_tomcat/osm_ag_tomcat.h:303 |