Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 17 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 16 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
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/IResourceProvider.h:56 |
7 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ResourceWrapper( IResourceWrapper *, const string & ) definition ./framework/IResourceProvider.h:60 | 1 | 0 | 0 | ------ | ------ |
ResourceWrapper( const ResourceWrapper & ) definition ./framework/IResourceProvider.h:59 | 1 | 0 | 0 | ------ | ------ |
getDataPtr( ) declaration ./framework/IResourceProvider.h:65 definition ./framework/IResourceProvider.h:98 | 2 | 1 | 3 | ------ | ------ |
getName( ) declaration ./framework/IResourceProvider.h:77 definition ./framework/IResourceProvider.h:101 | 2 | 1 | 3 | ------ | ------ |
getSize( ) declaration ./framework/IResourceProvider.h:73 definition ./framework/IResourceProvider.h:100 | 2 | 1 | 3 | ------ | ------ |
hasData( ) declaration ./framework/IResourceProvider.h:69 definition ./framework/IResourceProvider.h:99 | 2 | 1 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
IScriptingProvider [V] pass by reference ./framework/IScriptingProvider.h:46 LuaScriptingProvider [V] pass by reference ./components/ogre/scripting/LuaScriptingProvider.cpp:164 pass by reference ./components/ogre/scripting/LuaScriptingProvider.h:54 |
IResourceWrapper [V] pass by reference ./framework/IResourceProvider.h:60 string [V] pass by reference ./framework/IResourceProvider.h:60 |