Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 8 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 7 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 3 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Cases/AttributeComparers/AttributeComparerWrapper.h:42 |
4 | 0 | 4 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMappingCreator.h:52 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMapping.h:61 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
testAttribute( const Element & ) declaration ./components/ogre/model/mapping/Cases/AttributeComparers/AttributeComparerWrapper.h:49 | 1 | 0 | 3 | ------ | ------ |
~AttributeComparerWrapper( ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/AttributeComparerWrapper.h:45 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttributeCase [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.cpp:38 pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.h:63 HeightComparerWrapper [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/HeightComparerWrapper.h:50 NumericComparerWrapper [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:44 StringComparerWrapper [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparerWrapper.h:45 |
Element [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/AttributeComparerWrapper.h:49 |