| Metric | Tag | Overall | Per Function | 
|---|---|---|---|
| Lines of Code | LOC | 17 | ****** | 
| McCabe's Cyclomatic Number | MVG | 1 | ****** | 
| Lines of Comment | COM | 3 | ******** | 
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| Information Flow measure ( inclusive ) | IF4 | 1 | ******** | 
| Information Flow measure ( visible ) | IF4v | 1 | ******** | 
| Information Flow measure ( concrete ) | IF4c | 0 | ******** | 
| Description | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| definition ./components/ogre/widgets/EntityIcon.h:47 | 6 | 0 | 3 | ------ | ------ | 
| declaration ./components/ogre/widgets/InventoryWidget.h:54 | 1 | 0 | 0 | ------ | ------ | 
| Function prototype | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| EntityIconUserData(  EntityIcon & ) declaration ./components/ogre/widgets/EntityIcon.h:50definition ./components/ogre/widgets/EntityIcon.cpp:125 | 5 | 0 | 0 | ------ | ------ | 
| getEntityIcon(   ) declaration ./components/ogre/widgets/EntityIcon.h:52definition ./components/ogre/widgets/EntityIcon.cpp:130 | 5 | 1 | 0 | ------ | ------ | 
| Clients | Suppliers | 
|---|---|
| EntityIcon [CV] has by value ./components/ogre/widgets/EntityIcon.h:83 | EntityIcon [V] pass by reference ./components/ogre/widgets/EntityIcon.h:50has by reference ./components/ogre/widgets/EntityIcon.h:54pass by reference ./components/ogre/widgets/EntityIcon.cpp:125 |