Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 47 | ****** |
McCabe's Cyclomatic Number | MVG | 9 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
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 | 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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EntityEditor( Entity *, MapAdapter * ) definition ./components/ogre/widgets/EntityEditor.cpp:39 | 4 | 0 | 0 | ------ | ------ |
createFloatElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:80 | 4 | 1 | 0 | ------ | ------ |
createIntElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:76 | 4 | 1 | 0 | ------ | ------ |
createListElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:68 | 4 | 1 | 0 | ------ | ------ |
createMapElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:63 | 4 | 1 | 0 | ------ | ------ |
createPosition2dElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:84 | 7 | 1 | 0 | ------ | ------ |
createStringElement( ) definition ./components/ogre/widgets/EntityEditor.cpp:72 | 4 | 1 | 0 | ------ | ------ |
submitChanges( ) definition ./components/ogre/widgets/EntityEditor.cpp:50 | 12 | 3 | 0 | ------ | ------ |
~EntityEditor( ) definition ./components/ogre/widgets/EntityEditor.cpp:45 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Entity [V] pass by reference ./components/ogre/widgets/EntityEditor.cpp:39 MapAdapter [V] pass by reference ./components/ogre/widgets/EntityEditor.cpp:39 |