| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 78 | ****** |
| McCabe's Cyclomatic Number | MVG | 14 | ****** |
| Lines of Comment | COM | 4 | ******** |
| LOC/COM | L_C | 19.500 | |
| MVG/COM | M_C | 3.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 11 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
| Information Flow measure ( visible ) | IF4v | 9 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/widgets/adapters/atlas/MapAdapter.h:48 |
3 | 0 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
EntityEditor [V] pass by reference ./components/ogre/widgets/EntityEditor.cpp:39 |
AdapterBase [CV] inheritance ./components/ogre/widgets/adapters/atlas/MapAdapter.h:48pass by reference ./components/ogre/widgets/adapters/atlas/MapAdapter.cpp:96Window [V] pass by reference ./components/ogre/widgets/adapters/atlas/MapAdapter.cpp:96string [V] pass by reference ./components/ogre/widgets/adapters/atlas/MapAdapter.cpp:63pass by reference ./components/ogre/widgets/adapters/atlas/MapAdapter.cpp:96 |