Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 18 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
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 | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 36 | ******** |
Information Flow measure ( concrete ) | IF4c | 4 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/model/mapping/Definitions/CaseDefinition.h:36 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/model/mapping/Definitions/MatchDefinition.h:61 |
7 | 0 | 4 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getCases( ) definition ./components/ogre/model/mapping/Definitions/MatchDefinition.cpp:34 definition ./components/ogre/model/mapping/Definitions/MatchDefinition.cpp:39 declaration ./components/ogre/model/mapping/Definitions/MatchDefinition.h:66 declaration ./components/ogre/model/mapping/Definitions/MatchDefinition.h:67 | 10 | 2 | 0 | ------ | ------ |