Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 92 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 131 | ******** |
LOC/COM | L_C | 0.702 | |
MVG/COM | M_C | 0.046 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 16 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 10 | |
Coupling between objects | CBO | 15 | |
Information Flow measure ( inclusive ) | IF4 | 1936 | ******** |
Information Flow measure ( visible ) | IF4v | 1936 | ******** |
Information Flow measure ( concrete ) | IF4c | 1600 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./framework/Service.h:43 |
21 | 0 | 45 | 0.467 | ------ |
declaration
./services/sound/SoundService.h:26 |
1 | 0 | 16 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Service( ) definition ./framework/Service.h:104 | 8 | 0 | 3 | ------ | ------ |
Service( const Service & ) definition ./framework/Service.h:115 | 4 | 0 | 2 | ------ | ------ |
getDescription( ) definition ./framework/Service.h:153 | 4 | 1 | 1 | ------ | ------ |
getName( ) definition ./framework/Service.h:146 | 4 | 1 | 3 | ------ | ------ |
getStatus( ) definition ./framework/Service.h:160 | 4 | 1 | 1 | ------ | ------ |
getStatusText( ) definition ./framework/Service.h:180 | 4 | 1 | 7 | ------ | ------ |
isRunning( ) definition ./framework/Service.h:167 | 4 | 1 | 1 | ------ | ------ |
operator =( const Service & ) definition ./framework/Service.h:123 | 9 | 1 | 4 | ------ | ------ |
setDescription( const string & ) definition ./framework/Service.h:250 | 4 | 0 | 1 | ------ | ------ |
setName( const string & ) definition ./framework/Service.h:243 | 4 | 0 | 3 | ------ | ------ |
setRunning( bool ) definition ./framework/Service.h:266 | 4 | 0 | 1 | ------ | ------ |
setStatus( Status ) definition ./framework/Service.h:259 | 4 | 0 | 3 | ------ | ------ |
setStatusText( const string & ) definition ./framework/Service.h:279 | 4 | 0 | 7 | ------ | ------ |
start( ) declaration ./framework/Service.h:206 | 1 | 0 | 19 | ------ | ------ |
stop( int ) definition ./framework/Service.h:222 | 5 | 0 | 13 | ------ | ------ |
~Service( ) definition ./framework/Service.h:137 | 3 | 0 | 1 | ------ | ------ |