| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 42 | ****** |
| McCabe's Cyclomatic Number | MVG | 6 | ****** |
| Lines of Comment | COM | 57 | ******** |
| LOC/COM | L_C | 0.737 | |
| MVG/COM | M_C | 0.105 | |
| 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:664 |
8 | 0 | 13 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_IP6Interfaces( ) definition ag/osm_ag_insmanager.h:668 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition ag/osm_ag_insmanager.cpp:1228declaration ag/osm_ag_insmanager.h:683 | 32 | 6 | 43 | 0.744 | 0.140 |
| Clients | Suppliers |
|---|---|
|
ACE_INET_Addr has by reference ag/osm_ag_insmanager.h:697ACE_TCHAR [V] pass by reference ag/osm_ag_insmanager.cpp:1228pass by reference ag/osm_ag_insmanager.cpp:1229pass by reference ag/osm_ag_insmanager.h:683pass by reference ag/osm_ag_insmanager.h:684OSM_Action_Base [CV] inheritance ag/osm_ag_insmanager.h:664size_t [C] has by value ag/osm_ag_insmanager.h:696 |