| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 226 | ****** |
| McCabe's Cyclomatic Number | MVG | 50 | ****** |
| Lines of Comment | COM | 88 | ******** |
| LOC/COM | L_C | 2.568 | |
| MVG/COM | M_C | 0.568 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 6 | |
| Depth of Inheritance Tree | DIT | 1 | |
| 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_log/osm_ag_log.h:72 |
19 | 0 | 21 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| OSM_ACT_SearchLog( ) definition agents/ag_log/osm_ag_log.h:80 | 5 | 0 | 1 | ------ | ------ |
| check_cmd_line( const ACE_TCHAR *, const int ) definition agents/ag_log/osm_ag_log.cpp:456declaration agents/ag_log/osm_ag_log.h:119 | 50 | 16 | 21 | 2.381 | 0.762 |
| compile_expression( ) definition agents/ag_log/osm_ag_log.cpp:527declaration agents/ag_log/osm_ag_log.h:125 | 41 | 13 | 9 | 4.556 | 1.444 |
| execute( const ACE_TCHAR *, const int, const int, ACE_TCHAR *, int &, int & ) definition agents/ag_log/osm_ag_log.cpp:335declaration agents/ag_log/osm_ag_log.h:109 | 91 | 17 | 29 | 3.138 | 0.586 |
| match_function( ) definition agents/ag_log/osm_ag_log.cpp:580declaration agents/ag_log/osm_ag_log.h:131 | 15 | 4 | 6 | ------ | ------ |
| ~OSM_ACT_SearchLog( ) definition agents/ag_log/osm_ag_log.h:92 | 5 | 0 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ACE_TCHAR [CV] pass by reference agents/ag_log/osm_ag_log.cpp:335pass by reference agents/ag_log/osm_ag_log.cpp:336pass by reference agents/ag_log/osm_ag_log.cpp:456pass by reference agents/ag_log/osm_ag_log.h:109pass by reference agents/ag_log/osm_ag_log.h:110pass by reference agents/ag_log/osm_ag_log.h:119has by value agents/ag_log/osm_ag_log.h:137has by value agents/ag_log/osm_ag_log.h:138has by value agents/ag_log/osm_ag_log.h:146FILE has by reference agents/ag_log/osm_ag_log.h:136OSM_Action_Base [CV] inheritance agents/ag_log/osm_ag_log.h:72regex_t [C] has by value agents/ag_log/osm_ag_log.h:140has by value agents/ag_log/osm_ag_log.h:141 |