| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 22 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 35 | ******** |
| LOC/COM | L_C | 0.629 | |
| MVG/COM | M_C | ------ | |
| 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 | 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_windows/osm_ag_windows.h:389 |
5 | 0 | 13 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_WindowsProcessCounter( ) definition agents/ag_windows/osm_ag_windows.h:393 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_windows/osm_ag_windows.cpp:1282declaration agents/ag_windows/osm_ag_windows.h:407 | 15 | 3 | 21 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_windows/osm_ag_windows.cpp:1282pass by reference agents/ag_windows/osm_ag_windows.cpp:1283pass by reference agents/ag_windows/osm_ag_windows.h:407pass by reference agents/ag_windows/osm_ag_windows.h:408OSM_Action_Base [CV] inheritance agents/ag_windows/osm_ag_windows.h:389 |