Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 18 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 11 | ******** |
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 | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/SimpleRenderContext.h:35 |
6 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
SimpleRenderContextResourceLoader( SimpleRenderContext & ) declaration ./components/ogre/SimpleRenderContext.h:42 definition ./components/ogre/SimpleRenderContext.cpp:34 | 5 | 0 | 4 | ------ | ------ |
loadResource( Resource * ) declaration ./components/ogre/SimpleRenderContext.h:49 definition ./components/ogre/SimpleRenderContext.cpp:39 | 7 | 1 | 4 | ------ | ------ |
Clients | Suppliers |
---|---|
SimpleRenderContext [CV] has by value ./components/ogre/SimpleRenderContext.h:262 |
ManualResourceLoader [CV] inheritance ./components/ogre/SimpleRenderContext.h:35 Resource [V] pass by reference ./components/ogre/SimpleRenderContext.h:49 pass by reference ./components/ogre/SimpleRenderContext.cpp:39 SimpleRenderContext [V] pass by reference ./components/ogre/SimpleRenderContext.h:42 has by reference ./components/ogre/SimpleRenderContext.h:51 pass by reference ./components/ogre/SimpleRenderContext.cpp:34 |