Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 70 | ****** |
McCabe's Cyclomatic Number | MVG | 11 | ****** |
Lines of Comment | COM | 2 | ******** |
LOC/COM | L_C | 35.000 | |
MVG/COM | M_C | 5.500 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/model/SubModelPart.h:47 |
8 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/Model.h:32 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/SubModel.h:29 |
1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ModelPart [V] pass by reference ./components/ogre/model/Model.cpp:449 pass by reference ./components/ogre/model/Model.h:47 |
SubEntity [V] pass by reference ./components/ogre/model/SubModelPart.h:57 pass by reference ./components/ogre/model/SubModelPart.h:58 pass by reference ./components/ogre/model/SubModelPart.cpp:40 pass by reference ./components/ogre/model/SubModelPart.cpp:48 SubEntityDefinition [V] pass by reference ./components/ogre/model/SubModelPart.h:57 pass by reference ./components/ogre/model/SubModelPart.cpp:40 SubModelPartEntityStore [CV] has by value ./components/ogre/model/SubModelPart.h:69 string [CV] pass by value ./components/ogre/model/SubModelPart.h:53 has by value ./components/ogre/model/SubModelPart.h:68 pass by value ./components/ogre/model/SubModelPart.cpp:31 |