| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 221 | ****** |
| McCabe's Cyclomatic Number | MVG | 49 | ****** |
| Lines of Comment | COM | 89 | ******** |
| LOC/COM | L_C | 2.483 | |
| MVG/COM | M_C | 0.551 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 6 | |
| Depth of Inheritance Tree | DIT | 2 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| 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:213 |
18 | 0 | 8 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_HTTPTextChecker( ) definition agents/ag_http/osm_ag_http.h:221 | 5 | 0 | 1 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_http/osm_ag_http.cpp:1126declaration agents/ag_http/osm_ag_http.h:255 | 50 | 16 | 22 | 2.273 | 0.727 |
| compile_expression( ) definition agents/ag_http/osm_ag_http.cpp:1197declaration agents/ag_http/osm_ag_http.h:261 | 41 | 13 | 7 | 5.857 | 1.857 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_http/osm_ag_http.cpp:1000declaration agents/ag_http/osm_ag_http.h:245 | 87 | 16 | 46 | 1.891 | 0.348 |
| match_function( ) definition agents/ag_http/osm_ag_http.cpp:1247declaration agents/ag_http/osm_ag_http.h:267 | 15 | 4 | 4 | ------ | ------ |
| ~OSM_ACT_HTTPTextChecker( ) definition agents/ag_http/osm_ag_http.h:229 | 5 | 0 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [CV] pass by reference agents/ag_http/osm_ag_http.cpp:1000pass by reference agents/ag_http/osm_ag_http.cpp:1001pass by reference agents/ag_http/osm_ag_http.cpp:1126pass by reference agents/ag_http/osm_ag_http.h:245pass by reference agents/ag_http/osm_ag_http.h:246pass by reference agents/ag_http/osm_ag_http.h:255has by value agents/ag_http/osm_ag_http.h:273has by value agents/ag_http/osm_ag_http.h:274has by value agents/ag_http/osm_ag_http.h:279OSM_ACT_HTTP [CV] inheritance agents/ag_http/osm_ag_http.h:213iovec [C] has by value agents/ag_http/osm_ag_http.h:271regex_t [C] has by value agents/ag_http/osm_ag_http.h:276has by value agents/ag_http/osm_ag_http.h:277 |