| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 25 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 76 | ******** |
| LOC/COM | L_C | 0.329 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| Depth of Inheritance Tree | DIT | 1 | |
| 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:73 |
7 | 0 | 18 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_HpuxNull( ) definition agents/ag_hpux/osm_ag_hpux.h:77 | 0 | 0 | 0 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_hpux/osm_ag_hpux.cpp:687declaration agents/ag_hpux/osm_ag_hpux.h:102 | 6 | 1 | 18 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_hpux/osm_ag_hpux.cpp:647declaration agents/ag_hpux/osm_ag_hpux.h:89 | 12 | 1 | 40 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_hpux/osm_ag_hpux.cpp:647pass by reference agents/ag_hpux/osm_ag_hpux.cpp:648pass by reference agents/ag_hpux/osm_ag_hpux.cpp:687pass by reference agents/ag_hpux/osm_ag_hpux.h:89pass by reference agents/ag_hpux/osm_ag_hpux.h:90pass by reference agents/ag_hpux/osm_ag_hpux.h:102OSM_Action_Base [CV] inheritance agents/ag_hpux/osm_ag_hpux.h:73 |