Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 20 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 4 | ******** |
LOC/COM | L_C | 5.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
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 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:44 |
6 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
NumericComparerWrapper( NumericComparer * ) declaration ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:47 definition ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.cpp:36 | 5 | 0 | 0 | ------ | ------ |
testAttribute( const Element & ) declaration ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:49 definition ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.cpp:41 | 8 | 3 | 0 | ------ | ------ |
~NumericComparerWrapper( ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:48 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttributeComparerWrapper [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:44 Element [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:49 pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.cpp:41 NumericComparer [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:47 pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.cpp:36 auto_ptr [CV] has by value ./components/ogre/model/mapping/Cases/AttributeComparers/NumericComparerWrapper.h:51 |