| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 80 | ****** |
| McCabe's Cyclomatic Number | MVG | 15 | ****** |
| Lines of Comment | COM | 54 | ******** |
| LOC/COM | L_C | 1.481 | |
| MVG/COM | M_C | 0.278 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 3 | |
| Coupling between objects | CBO | 9 | |
| Information Flow measure ( inclusive ) | IF4 | 324 | ******** |
| Information Flow measure ( visible ) | IF4v | 81 | ******** |
| Information Flow measure ( concrete ) | IF4c | 225 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
agents/ag_http/osm_ag_http.h:72 |
14 | 0 | 17 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| close_conn( void ) definition agents/ag_http/osm_ag_http.cpp:456declaration agents/ag_http/osm_ag_http.h:94 | 6 | 1 | 5 | ------ | ------ |
| open_conn( void ) definition agents/ag_http/osm_ag_http.cpp:437declaration agents/ag_http/osm_ag_http.h:88 | 19 | 5 | 11 | ------ | 0.455 |
| receiv_response( void ) definition agents/ag_http/osm_ag_http.cpp:475declaration agents/ag_http/osm_ag_http.h:108 | 14 | 3 | 7 | ------ | ------ |
| recv_response( void ) definition agents/ag_http/osm_ag_http.cpp:491declaration agents/ag_http/osm_ag_http.h:114 | 14 | 3 | 7 | ------ | ------ |
| send_request( const iovec *, const int ) definition agents/ag_http/osm_ag_http.cpp:462declaration agents/ag_http/osm_ag_http.h:102 | 13 | 3 | 7 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
OSM_ACT_HTTPHeaders [CV] inheritance agents/ag_http/osm_ag_http.h:136OSM_ACT_HTTPResponseTime [CV] inheritance agents/ag_http/osm_ag_http.h:180OSM_ACT_HTTPTextChecker [CV] inheritance agents/ag_http/osm_ag_http.h:213 |
ACE_INET_Addr [C] has by value agents/ag_http/osm_ag_http.h:120ACE_SOCK_Connector [C] has by value agents/ag_http/osm_ag_http.h:118ACE_SOCK_Stream [C] has by value agents/ag_http/osm_ag_http.h:119ACE_TCHAR [CV] has by value agents/ag_http/osm_ag_http.h:126OSM_Action_Base [CV] inheritance agents/ag_http/osm_ag_http.h:72iovec [V] pass by reference agents/ag_http/osm_ag_http.cpp:462pass by reference agents/ag_http/osm_ag_http.h:102 |