| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 150 | ****** |
| McCabe's Cyclomatic Number | MVG | 35 | ****** |
| Lines of Comment | COM | 53 | ******** |
| LOC/COM | L_C | 2.830 | |
| MVG/COM | M_C | 0.660 | |
| 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 | 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
ag/osm_ag_insmanager.h:707 |
16 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_ScanLog( ) definition ag/osm_ag_insmanager.h:716 | 4 | 0 | 1 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition ag/osm_ag_insmanager.cpp:1409declaration ag/osm_ag_insmanager.h:743 | 45 | 16 | 18 | 2.500 | 0.889 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition ag/osm_ag_insmanager.cpp:1296declaration ag/osm_ag_insmanager.h:733 | 85 | 19 | 28 | 3.036 | 0.679 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [CV] pass by reference ag/osm_ag_insmanager.cpp:1296pass by reference ag/osm_ag_insmanager.cpp:1297pass by reference ag/osm_ag_insmanager.cpp:1409pass by reference ag/osm_ag_insmanager.h:733pass by reference ag/osm_ag_insmanager.h:734pass by reference ag/osm_ag_insmanager.h:743has by value ag/osm_ag_insmanager.h:749has by value ag/osm_ag_insmanager.h:750has by value ag/osm_ag_insmanager.h:751FILE has by reference ag/osm_ag_insmanager.h:748OSM_Action_Base [CV] inheritance ag/osm_ag_insmanager.h:707 |