| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 34 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | 11.333 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 10 | |
| Information Flow measure ( inclusive ) | IF4 | 256 | ******** |
| Information Flow measure ( visible ) | IF4v | 256 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/widgets/icons/Icon.h:46 |
7 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/widgets/icons/IconRenderer.h:42 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/widgets/icons/IconStore.h:36 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/widgets/EntityIconManager.h:36 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| Icon( const string &, IconImageStoreEntry * ) declaration ./components/ogre/widgets/icons/Icon.h:57definition ./components/ogre/widgets/icons/Icon.cpp:33 | 5 | 0 | 0 | ------ | ------ |
| getImage( ) declaration ./components/ogre/widgets/icons/Icon.h:52declaration ./components/ogre/widgets/icons/Icon.h:53definition ./components/ogre/widgets/icons/Icon.cpp:48definition ./components/ogre/widgets/icons/Icon.cpp:53 | 10 | 2 | 0 | ------ | ------ |
| getImageStoreEntry( ) declaration ./components/ogre/widgets/icons/Icon.h:60definition ./components/ogre/widgets/icons/Icon.cpp:43 | 5 | 1 | 0 | ------ | ------ |
| ~Icon( ) declaration ./components/ogre/widgets/icons/Icon.h:58definition ./components/ogre/widgets/icons/Icon.cpp:39 | 4 | 0 | 0 | ------ | ------ |