| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 65 | ****** |
| McCabe's Cyclomatic Number | MVG | 8 | ****** |
| Lines of Comment | COM | 45 | ******** |
| LOC/COM | L_C | 1.444 | |
| MVG/COM | M_C | 0.178 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 2 | |
| 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_http/osm_ag_http.h:180 |
8 | 0 | 6 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_HTTPResponseTime( ) definition agents/ag_http/osm_ag_http.h:184 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_http/osm_ag_http.cpp:907declaration agents/ag_http/osm_ag_http.h:198 | 55 | 8 | 38 | 1.447 | 0.211 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_http/osm_ag_http.cpp:907pass by reference agents/ag_http/osm_ag_http.cpp:908pass by reference agents/ag_http/osm_ag_http.h:198pass by reference agents/ag_http/osm_ag_http.h:199OSM_ACT_HTTP [CV] inheritance agents/ag_http/osm_ag_http.h:180iovec [C] has by value agents/ag_http/osm_ag_http.h:204 |