Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 44 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/icons/Icon.h:39 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/widgets/icons/IconStore.h:38 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
IconImageStoreEntry( IconImageStore &, const PixelPos & ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:35 | 5 | 0 | 0 | ------ | ------ |
createImage( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:41 | 8 | 0 | 0 | ------ | ------ |
getBox( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:84 | 5 | 1 | 0 | ------ | ------ |
getImage( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:52 definition ./components/ogre/widgets/icons/IconImageStore.cpp:57 | 8 | 2 | 0 | ------ | ------ |
getImageName( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:63 definition ./components/ogre/widgets/icons/IconImageStore.cpp:68 | 8 | 2 | 0 | ------ | ------ |
getImagePixelBox( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:78 | 4 | 1 | 0 | ------ | ------ |
getTexture( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:73 | 4 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Icon [V] pass by reference ./components/ogre/widgets/icons/Icon.h:57 has by reference ./components/ogre/widgets/icons/Icon.h:62 pass by reference ./components/ogre/widgets/icons/Icon.cpp:33 IconImageStore [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:188 |
IconImageStore [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:35 PixelPos [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:35 |