| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 134 | ****** |
| McCabe's Cyclomatic Number | MVG | 31 | ****** |
| Lines of Comment | COM | 47 | ******** |
| LOC/COM | L_C | 2.851 | |
| MVG/COM | M_C | 0.660 | |
| 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_mysql/osm_ag_mysql.h:73 |
14 | 0 | 14 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_mysql/osm_ag_mysql.cpp:728 | 43 | 16 | 11 | 3.909 | 1.455 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_mysql/osm_ag_mysql.cpp:626 | 77 | 15 | 22 | 3.500 | 0.682 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_mysql/osm_ag_mysql.cpp:626pass by reference agents/ag_mysql/osm_ag_mysql.cpp:627pass by reference agents/ag_mysql/osm_ag_mysql.cpp:728OSM_Action_Base [CV] inheritance agents/ag_mysql/osm_ag_mysql.h:73 |