| 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:65definition ./framework/IResourceProvider.h:98 | 2 | 1 | 3 | ------ | ------ |
| getName( ) declaration ./framework/IResourceProvider.h:77definition ./framework/IResourceProvider.h:101 | 2 | 1 | 3 | ------ | ------ |
| getSize( ) declaration ./framework/IResourceProvider.h:73definition ./framework/IResourceProvider.h:100 | 2 | 1 | 3 | ------ | ------ |
| hasData( ) declaration ./framework/IResourceProvider.h:69definition ./framework/IResourceProvider.h:99 | 2 | 1 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
IScriptingProvider [V] pass by reference ./framework/IScriptingProvider.h:46LuaScriptingProvider [V] pass by reference ./components/ogre/scripting/LuaScriptingProvider.cpp:164pass by reference ./components/ogre/scripting/LuaScriptingProvider.h:54 |
IResourceWrapper [V] pass by reference ./framework/IResourceProvider.h:60string [V] pass by reference ./framework/IResourceProvider.h:60 |