| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 78 | ****** |
| McCabe's Cyclomatic Number | MVG | 6 | ****** |
| Lines of Comment | COM | 8 | ******** |
| LOC/COM | L_C | 9.750 | |
| MVG/COM | M_C | 0.750 | |
| 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 | 5 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
| Information Flow measure ( visible ) | IF4v | 16 | ******** |
| Information Flow measure ( concrete ) | IF4c | 1 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/widgets/StatusIconBar.h:36 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/widgets/IconBar.h:42 |
9 | 0 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
StatusIconBar [CV] has by value ./components/ogre/widgets/StatusIconBar.h:69 |
IconBase [V] pass by reference ./components/ogre/widgets/IconBar.cpp:50pass by reference ./components/ogre/widgets/IconBar.cpp:56pass by reference ./components/ogre/widgets/IconBar.h:48pass by reference ./components/ogre/widgets/IconBar.h:49IconBaseStore [CV] has by value ./components/ogre/widgets/IconBar.h:63Window [V] has by reference ./components/ogre/widgets/IconBar.h:61string [V] pass by reference ./components/ogre/widgets/IconBar.cpp:33pass by reference ./components/ogre/widgets/IconBar.h:45 |