| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 368 | ****** |
| McCabe's Cyclomatic Number | MVG | 95 | ****** |
| Lines of Comment | COM | 61 | ******** |
| LOC/COM | L_C | 6.033 | |
| MVG/COM | M_C | 1.557 | |
| 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:136 |
8 | 0 | 16 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_HTTPHeaders( ) definition agents/ag_http/osm_ag_http.h:140 | 2 | 0 | 1 | ------ | ------ |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_http/osm_ag_http.cpp:510declaration agents/ag_http/osm_ag_http.h:154 | 358 | 95 | 44 | 8.136 | 2.159 |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [V] pass by reference agents/ag_http/osm_ag_http.cpp:510pass by reference agents/ag_http/osm_ag_http.cpp:511pass by reference agents/ag_http/osm_ag_http.h:154pass by reference agents/ag_http/osm_ag_http.h:155OSM_ACT_HTTP [CV] inheritance agents/ag_http/osm_ag_http.h:136iovec [C] has by value agents/ag_http/osm_ag_http.h:171 |