Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 7 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 26 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 21 | |
Coupling between objects | CBO | 23 | |
Information Flow measure ( inclusive ) | IF4 | 484 | ******** |
Information Flow measure ( visible ) | IF4v | 484 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./framework/ConsoleCommandWrapper.h:29 |
1 | 0 | 0 | ------ | ------ |
definition
./framework/ConsoleObject.h:51 |
3 | 0 | 15 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ConsoleObject( ) definition ./framework/ConsoleObject.h:56 | 1 | 0 | 3 | ------ | ------ |
runCommand( const string &, const string & ) declaration ./framework/ConsoleObject.h:68 | 1 | 0 | 5 | ------ | ------ |
~ConsoleObject( ) definition ./framework/ConsoleObject.h:61 | 1 | 0 | 3 | ------ | ------ |