| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 37 | ****** |
| McCabe's Cyclomatic Number | MVG | 4 | ****** |
| Lines of Comment | COM | 28 | ******** |
| LOC/COM | L_C | 1.321 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| 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_linux/osm_ag_linux.h:477 |
5 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_LinuxNumCpus( ) definition agents/ag_linux/osm_ag_linux.h:481 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_linux/osm_ag_linux.cpp:1414declaration agents/ag_linux/osm_ag_linux.h:497 | 30 | 4 | 21 | 1.429 | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_linux/osm_ag_linux.cpp:1414pass by reference agents/ag_linux/osm_ag_linux.cpp:1415pass by reference agents/ag_linux/osm_ag_linux.h:497pass by reference agents/ag_linux/osm_ag_linux.h:498OSM_ACT_ExecuteProcess [CV] inheritance agents/ag_linux/osm_ag_linux.h:477 |