| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 122 | ****** |
| McCabe's Cyclomatic Number | MVG | 26 | ****** |
| Lines of Comment | COM | 73 | ******** |
| LOC/COM | L_C | 1.671 | |
| MVG/COM | M_C | 0.356 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
| 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_hpux/osm_ag_hpux.h:364 |
10 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_HpuxProcessDown( ) definition agents/ag_hpux/osm_ag_hpux.h:368 | 2 | 0 | 1 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_hpux/osm_ag_hpux.cpp:1159declaration agents/ag_hpux/osm_ag_hpux.h:394 | 63 | 17 | 19 | 3.316 | 0.895 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_hpux/osm_ag_hpux.cpp:1094declaration agents/ag_hpux/osm_ag_hpux.h:384 | 42 | 8 | 46 | 0.913 | 0.174 |
| ~OSM_ACT_HpuxProcessDown( ) definition agents/ag_hpux/osm_ag_hpux.h:397 | 5 | 1 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_hpux/osm_ag_hpux.cpp:1094pass by reference agents/ag_hpux/osm_ag_hpux.cpp:1095pass by reference agents/ag_hpux/osm_ag_hpux.cpp:1159pass by reference agents/ag_hpux/osm_ag_hpux.h:384pass by reference agents/ag_hpux/osm_ag_hpux.h:385pass by reference agents/ag_hpux/osm_ag_hpux.h:394OSM_ACT_ExecuteProcess [CV] inheritance agents/ag_hpux/osm_ag_hpux.h:364 |