Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 12 | ****** |
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 | 2 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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/EntityTypeCase.h:55 |
5 | 0 | 4 | ------ | ------ |
declaration
./components/ogre/model/mapping/Matches/EntityTypeMatch.h:33 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMapping.h:57 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
_setState( bool ) definition ./components/ogre/model/mapping/Cases/EntityTypeCase.cpp:33 declaration ./components/ogre/model/mapping/Cases/EntityTypeCase.h:60 | 5 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Case [CV] inheritance ./components/ogre/model/mapping/Cases/EntityTypeCase.h:55 EntityBaseCase [CV] inheritance ./components/ogre/model/mapping/Cases/EntityTypeCase.h:55 bool [CV] pass by value ./components/ogre/model/mapping/Cases/EntityTypeCase.cpp:33 pass by value ./components/ogre/model/mapping/Cases/EntityTypeCase.h:60 |