Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 16 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 3 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 36 | ******** |
Information Flow measure ( concrete ) | IF4c | 9 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Cases/Case.h:40 |
6 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Case( ) definition ./components/ogre/model/mapping/Cases/Case.h:44 | 3 | 0 | 0 | ------ | ------ |
setParentMatch( TMatch * ) declaration ./components/ogre/model/mapping/Cases/Case.h:54 definition ./components/ogre/model/mapping/Cases/Case.h:64 | 5 | 0 | 3 | ------ | ------ |
~Case( ) definition ./components/ogre/model/mapping/Cases/Case.h:48 | 2 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttributeCase [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeCase.h:60 EntityTypeCase [CV] inheritance ./components/ogre/model/mapping/Cases/EntityTypeCase.h:55 OutfitCase [CV] inheritance ./components/ogre/model/mapping/Cases/OutfitCase.h:41 |
CaseBase [CV] inheritance ./components/ogre/model/mapping/Cases/Case.h:40 TMatch [V] pass by reference ./components/ogre/model/mapping/Cases/Case.h:54 has by reference ./components/ogre/model/mapping/Cases/Case.h:59 pass by reference ./components/ogre/model/mapping/Cases/Case.h:64 |