| Metric | Tag | Overall | Per Function | 
|---|---|---|---|
| Lines of Code | LOC | 13 | ****** | 
| McCabe's Cyclomatic Number | MVG | 3 | ****** | 
| Lines of Comment | COM | 0 | ******** | 
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| 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 | 1 | ******** | 
| Description | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| definition ./components/ogre/widgets/ServerWidget.h:43 | 8 | 0 | 0 | ------ | ------ | 
| Function prototype | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| isValid(   ) declaration ./components/ogre/widgets/ServerWidget.h:51definition ./components/ogre/widgets/ServerWidget.cpp:433 | 5 | 3 | 0 | ------ | ------ | 
| Clients | Suppliers | 
|---|---|
| ServerWidget [CV] has by value ./components/ogre/widgets/ServerWidget.h:106 | string [CV] has by value ./components/ogre/widgets/ServerWidget.h:46has by value ./components/ogre/widgets/ServerWidget.h:47has by value ./components/ogre/widgets/ServerWidget.h:48has by value ./components/ogre/widgets/ServerWidget.h:49 |