| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 164 | ****** |
| McCabe's Cyclomatic Number | MVG | 31 | ****** |
| Lines of Comment | COM | 53 | ******** |
| LOC/COM | L_C | 3.094 | |
| MVG/COM | M_C | 0.585 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| 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_oracle/osm_ag_oracle.h:75 |
13 | 0 | 18 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_oracle/osm_ag_oracle.cpp:928 | 37 | 14 | 12 | 3.083 | 1.167 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_oracle/osm_ag_oracle.cpp:784 | 114 | 17 | 23 | 4.957 | 0.739 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_oracle/osm_ag_oracle.cpp:784pass by reference agents/ag_oracle/osm_ag_oracle.cpp:785pass by reference agents/ag_oracle/osm_ag_oracle.cpp:928OSM_Action_Base [CV] inheritance agents/ag_oracle/osm_ag_oracle.h:75 |