Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 41 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 6 | ******** |
LOC/COM | L_C | 6.833 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/widgets/adapters/atlas/StaticAdapter.h:39 |
6 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
StaticAdapter( ... ) definition ./components/ogre/widgets/adapters/atlas/StaticAdapter.cpp:33 declaration ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:42 | 7 | 0 | 0 | ------ | ------ |
_hasChanges( ) definition ./components/ogre/widgets/adapters/atlas/StaticAdapter.cpp:64 declaration ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:55 | 5 | 1 | 0 | ------ | ------ |
fillElementFromGui( ) definition ./components/ogre/widgets/adapters/atlas/StaticAdapter.cpp:60 declaration ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:54 | 4 | 0 | 0 | ------ | ------ |
updateGui( ... ) definition ./components/ogre/widgets/adapters/atlas/StaticAdapter.cpp:45 declaration ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:49 | 15 | 3 | 3 | ------ | ------ |
~StaticAdapter( ) definition ./components/ogre/widgets/adapters/atlas/StaticAdapter.cpp:41 declaration ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:44 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AdapterBase [CV] inheritance ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:39 Window [V] has by reference ./components/ogre/widgets/adapters/atlas/StaticAdapter.h:52 |