| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 45 | ****** |
| McCabe's Cyclomatic Number | MVG | 7 | ****** |
| Lines of Comment | COM | 67 | ******** |
| LOC/COM | L_C | 0.672 | |
| MVG/COM | M_C | 0.104 | |
| 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 | 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
agents/ag_linux/osm_ag_linux.h:285 |
8 | 0 | 13 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_LinuxTCPRetrans( ) definition agents/ag_linux/osm_ag_linux.h:289 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_linux/osm_ag_linux.cpp:997declaration agents/ag_linux/osm_ag_linux.h:305 | 35 | 7 | 53 | 0.660 | 0.132 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_linux/osm_ag_linux.cpp:997pass by reference agents/ag_linux/osm_ag_linux.cpp:998pass by reference agents/ag_linux/osm_ag_linux.h:305pass by reference agents/ag_linux/osm_ag_linux.h:306ACE_Time_Value [C] has by value agents/ag_linux/osm_ag_linux.h:319OSM_Action_Base [CV] inheritance agents/ag_linux/osm_ag_linux.h:285 |