Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 72 | ****** |
McCabe's Cyclomatic Number | MVG | 10 | ****** |
Lines of Comment | COM | 16 | ******** |
LOC/COM | L_C | 4.500 | |
MVG/COM | M_C | 0.625 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
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 | 9 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/icons/IconStore.h:37 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
IconImageStore( const string & ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:90 | 4 | 0 | 0 | ------ | ------ |
IconImageStore( const string &, TexturePtr ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:106 | 14 | 0 | 6 | ------ | ------ |
claimImageEntry( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:177 | 10 | 3 | 0 | ------ | ------ |
createEntries( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:158 | 13 | 2 | 0 | ------ | ------ |
createImageset( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:134 | 12 | 2 | 5 | ------ | ------ |
getImage( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:201 | 4 | 1 | 0 | ------ | ------ |
getNumberOfUnclaimedIcons( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:172 | 4 | 1 | 0 | ------ | ------ |
returnImageEntry( IconImageStoreEntry * ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:188 | 7 | 1 | 3 | ------ | ------ |
~IconImageStore( ) definition ./components/ogre/widgets/icons/IconImageStore.cpp:128 | 3 | 0 | 2 | ------ | ------ |
Clients | Suppliers |
---|---|
IconImageStoreEntry [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:35 |
IconImageStoreEntry [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:188 TexturePtr [CV] pass by value ./components/ogre/widgets/icons/IconImageStore.cpp:106 string [V] pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:90 pass by reference ./components/ogre/widgets/icons/IconImageStore.cpp:106 |