Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 24 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 8.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 6 | |
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/icons/IconManager.cpp:49 |
7 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
IconActionCreator( Entity & ) definition ./components/ogre/widgets/icons/IconManager.cpp:53 | 3 | 0 | 0 | ------ | ------ |
createActions( ModelMapping &, CaseBase *, CaseDefinition & ) definition ./components/ogre/widgets/icons/IconManager.cpp:59 | 9 | 2 | 0 | ------ | ------ |
getModelName( ) definition ./components/ogre/widgets/icons/IconManager.cpp:69 | 4 | 1 | 0 | ------ | ------ |
~IconActionCreator( ) definition ./components/ogre/widgets/icons/IconManager.cpp:57 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
CaseBase [V] pass by reference ./components/ogre/widgets/icons/IconManager.cpp:59 CaseDefinition [V] pass by reference ./components/ogre/widgets/icons/IconManager.cpp:59 Entity [V] pass by reference ./components/ogre/widgets/icons/IconManager.cpp:53 has by reference ./components/ogre/widgets/icons/IconManager.cpp:74 IActionCreator [CV] inheritance ./components/ogre/widgets/icons/IconManager.cpp:49 ModelMapping [V] pass by reference ./components/ogre/widgets/icons/IconManager.cpp:59 string [CV] has by value ./components/ogre/widgets/icons/IconManager.cpp:75 |