Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 55 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 17 | ******** |
LOC/COM | L_C | 3.235 | |
MVG/COM | M_C | 0.412 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/widgets/AssetsManager.h:44 |
7 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AssetsManager( ) definition ./components/ogre/widgets/AssetsManager.cpp:42 declaration ./components/ogre/widgets/AssetsManager.h:46 | 5 | 0 | 1 | ------ | ------ |
createTextureImage( TexturePtr ) definition ./components/ogre/widgets/AssetsManager.cpp:78 declaration ./components/ogre/widgets/AssetsManager.h:56 | 16 | 1 | 8 | ------ | ------ |
getCEGUIImage( ) definition ./components/ogre/widgets/AssetsManager.cpp:107 declaration ./components/ogre/widgets/AssetsManager.h:50 | 5 | 1 | 0 | ------ | ------ |
showTexture( const string ) definition ./components/ogre/widgets/AssetsManager.cpp:53 declaration ./components/ogre/widgets/AssetsManager.h:52 | 18 | 5 | 5 | ------ | 1.000 |
~AssetsManager( ) definition ./components/ogre/widgets/AssetsManager.cpp:49 declaration ./components/ogre/widgets/AssetsManager.h:48 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Image [V] has by reference ./components/ogre/widgets/AssetsManager.h:59 Imageset [V] has by reference ./components/ogre/widgets/AssetsManager.h:60 Texture [V] has by reference ./components/ogre/widgets/AssetsManager.h:58 TexturePtr [CV] pass by value ./components/ogre/widgets/AssetsManager.cpp:78 pass by value ./components/ogre/widgets/AssetsManager.h:56 string [CV] pass by value ./components/ogre/widgets/AssetsManager.cpp:53 pass by value ./components/ogre/widgets/AssetsManager.h:52 |