Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 9 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 21 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./framework/ISoundProvider.h:35 |
3 | 0 | 3 | ------ | ------ |
declaration
./services/sound/SoundService.h:27 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
_registerWithService( SoundService * ) declaration ./framework/ISoundProvider.h:64 | 1 | 0 | 4 | ------ | ------ |
getName( ) declaration ./framework/ISoundProvider.h:58 | 1 | 0 | 4 | ------ | ------ |
loadSound( const string & ) declaration ./framework/ISoundProvider.h:44 | 1 | 0 | 4 | ------ | ------ |
willLoadSound( const string & ) declaration ./framework/ISoundProvider.h:52 | 1 | 0 | 6 | ------ | ------ |
~ISoundProvider( ) definition ./framework/ISoundProvider.h:38 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
OgreSoundProvider [CV] inheritance ./components/ogre/sound/OgreSoundProvider.h:38 SoundService [V] pass by reference ./services/sound/SoundService.cpp:219 has by reference ./services/sound/SoundService.h:106 pass by reference ./services/sound/SoundService.h:136 |
SoundService [V] pass by reference ./framework/ISoundProvider.h:64 string [V] pass by reference ./framework/ISoundProvider.h:44 pass by reference ./framework/ISoundProvider.h:52 |