Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 7 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 6 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./framework/IResourceProvider.h:87 |
4 | 0 | 3 | ------ | ------ |
declaration
./services/scripting/ScriptingService.h:34 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getResource( const string & ) declaration ./framework/IResourceProvider.h:95 | 1 | 0 | 3 | ------ | ------ |
~IResourceProvider( ) definition ./framework/IResourceProvider.h:90 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
OgreResourceProvider [CV] inheritance ./components/ogre/OgreResourceProvider.h:50 ScriptingService [V] pass by reference ./services/scripting/ScriptingService.h:108 has by reference ./services/scripting/ScriptingService.h:135 pass by reference ./services/scripting/ScriptingService.cpp:181 |
string [V] pass by reference ./framework/IResourceProvider.h:95 |