Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 10 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 4 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 5 | |
Coupling between objects | CBO | 5 | |
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/NumericValueHolder.h:40 |
6 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
NumericValueHolder( float ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/NumericValueHolder.cpp:35 declaration ./components/ogre/model/mapping/Cases/AttributeComparers/NumericValueHolder.h:43 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
NumericEqualsComparer [C] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericEqualsComparer.h:43 NumericEqualsOrGreaterComparer [C] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericEqualsOrGreaterComparer.h:43 NumericEqualsOrLesserComparer [C] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericEqualsOrLesserComparer.h:44 NumericGreaterComparer [C] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericGreaterComparer.h:44 NumericLesserComparer [C] inheritance ./components/ogre/model/mapping/Cases/AttributeComparers/NumericLesserComparer.h:44 |