| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 112 | ****** |
| McCabe's Cyclomatic Number | MVG | 22 | ****** |
| Lines of Comment | COM | 56 | ******** |
| LOC/COM | L_C | 2.000 | |
| MVG/COM | M_C | 0.393 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| 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_ip/osm_ag_ip.h:457 |
10 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_Nslookup( ) definition agents/ag_ip/osm_ag_ip.h:461 | 2 | 0 | 1 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_ip/osm_ag_ip.cpp:2347declaration agents/ag_ip/osm_ag_ip.h:485 | 45 | 11 | 20 | 2.250 | 0.550 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_ip/osm_ag_ip.cpp:2260declaration agents/ag_ip/osm_ag_ip.h:475 | 55 | 11 | 29 | 1.897 | 0.379 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [CV] pass by reference agents/ag_ip/osm_ag_ip.cpp:2260pass by reference agents/ag_ip/osm_ag_ip.cpp:2261pass by reference agents/ag_ip/osm_ag_ip.cpp:2347pass by reference agents/ag_ip/osm_ag_ip.h:475pass by reference agents/ag_ip/osm_ag_ip.h:476pass by reference agents/ag_ip/osm_ag_ip.h:485has by value agents/ag_ip/osm_ag_ip.h:487has by value agents/ag_ip/osm_ag_ip.h:488OSM_ACT_ExecuteProcess [CV] inheritance agents/ag_ip/osm_ag_ip.h:457 |