Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 112 | ****** |
McCabe's Cyclomatic Number | MVG | 17 | ****** |
Lines of Comment | COM | 14 | ******** |
LOC/COM | L_C | 8.000 | |
MVG/COM | M_C | 1.214 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
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 |
---|---|---|---|---|---|
declaration
./services/wfut/WfutService.h:34 |
1 | 0 | 0 | ------ | ------ |
definition
./services/wfut/WfutSession.h:34 |
10 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
WfutSession( slot &, slot &, slot &, slot & ) definition ./services/wfut/WfutSession.cpp:45 declaration ./services/wfut/WfutSession.h:37 | 15 | 0 | 0 | ------ | ------ |
init( ) definition ./services/wfut/WfutSession.cpp:63 declaration ./services/wfut/WfutSession.h:44 | 5 | 0 | 0 | ------ | ------ |
poll( ) definition ./services/wfut/WfutSession.cpp:159 declaration ./services/wfut/WfutSession.h:46 | 9 | 2 | 1 | ------ | ------ |
startUpdate( const string &, const string &, const string &, const string & ) definition ./services/wfut/WfutSession.cpp:68 declaration ./services/wfut/WfutSession.h:48 | 67 | 15 | 10 | 6.700 | 1.500 |
~WfutSession( ) definition ./services/wfut/WfutSession.cpp:58 declaration ./services/wfut/WfutSession.h:42 | 5 | 0 | 0 | ------ | ------ |