| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 9 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 1 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/widgets/IngameChatWidget.h:160 |
6 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| LabelCreator( IngameChatWidget & ) declaration ./components/ogre/widgets/IngameChatWidget.h:163 | 1 | 0 | 0 | ------ | ------ |
| createWidget( int ) declaration ./components/ogre/widgets/IngameChatWidget.h:165 | 1 | 0 | 0 | ------ | ------ |
| ~LabelCreator( ) definition ./components/ogre/widgets/IngameChatWidget.h:164 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
IngameChatWidget [CV] has by value ./components/ogre/widgets/IngameChatWidget.h:267 |
IngameChatWidget [V] pass by reference ./components/ogre/widgets/IngameChatWidget.h:163has by reference ./components/ogre/widgets/IngameChatWidget.h:167WidgetCreator [CV] inheritance ./components/ogre/widgets/IngameChatWidget.h:160 |