Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 38 | ****** |
McCabe's Cyclomatic Number | MVG | 9 | ****** |
Lines of Comment | COM | 20 | ******** |
LOC/COM | L_C | 1.900 | |
MVG/COM | M_C | 0.450 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 24 | |
Information Flow measure ( inclusive ) | IF4 | 1936 | ******** |
Information Flow measure ( visible ) | IF4v | 1936 | ******** |
Information Flow measure ( concrete ) | IF4c | 484 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./framework/ConsoleCommandWrapper.h:35 |
8 | 0 | 5 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ConsoleCommandWrapper( string, ConsoleObject *, string ) definition ./framework/ConsoleCommandWrapper.cpp:30 declaration ./framework/ConsoleCommandWrapper.h:46 | 15 | 4 | 7 | ------ | ------ |
getCommand( ) declaration ./framework/ConsoleCommandWrapper.h:54 definition ./framework/ConsoleCommandWrapper.h:75 | 2 | 1 | 4 | ------ | ------ |
getDescription( ) declaration ./framework/ConsoleCommandWrapper.h:62 definition ./framework/ConsoleCommandWrapper.h:77 | 2 | 1 | 4 | ------ | ------ |
getInverseCommand( ) declaration ./framework/ConsoleCommandWrapper.h:56 definition ./framework/ConsoleCommandWrapper.h:76 | 2 | 1 | 0 | ------ | ------ |
operator ==( const string & ) declaration ./framework/ConsoleCommandWrapper.h:64 definition ./framework/ConsoleCommandWrapper.h:78 | 2 | 1 | 0 | ------ | ------ |
~ConsoleCommandWrapper( ) definition ./framework/ConsoleCommandWrapper.cpp:45 declaration ./framework/ConsoleCommandWrapper.h:48 | 7 | 1 | 0 | ------ | ------ |