| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 42 | ****** |
| McCabe's Cyclomatic Number | MVG | 6 | ****** |
| Lines of Comment | COM | 51 | ******** |
| LOC/COM | L_C | 0.824 | |
| MVG/COM | M_C | 0.118 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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:622 |
8 | 0 | 13 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_IP4Interfaces( ) definition ag/osm_ag_insmanager.h:626 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition ag/osm_ag_insmanager.cpp:1162declaration ag/osm_ag_insmanager.h:641 | 32 | 6 | 37 | 0.865 | 0.162 |
| Clients | Suppliers |
|---|---|
|
ACE_INET_Addr has by reference ag/osm_ag_insmanager.h:655ACE_TCHAR [V] pass by reference ag/osm_ag_insmanager.cpp:1162pass by reference ag/osm_ag_insmanager.cpp:1163pass by reference ag/osm_ag_insmanager.h:641pass by reference ag/osm_ag_insmanager.h:642OSM_Action_Base [CV] inheritance ag/osm_ag_insmanager.h:622size_t [C] has by value ag/osm_ag_insmanager.h:654 |