| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 59 | ****** |
| McCabe's Cyclomatic Number | MVG | 9 | ****** |
| Lines of Comment | COM | 6 | ******** |
| LOC/COM | L_C | 9.833 | |
| MVG/COM | M_C | 1.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
| Information Flow measure ( visible ) | IF4v | 9 | ******** |
| Information Flow measure ( concrete ) | IF4c | 9 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/model/AnimationSet.h:38 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/model/AnimationSet.h:46 |
8 | 0 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
AnimationSet [CV] pass by value ./components/ogre/model/AnimationSet.cpp:91pass by value ./components/ogre/model/AnimationSet.h:87 |
AnimationPartSet [CV] has by value ./components/ogre/model/AnimationSet.h:59Real [CV] pass by value ./components/ogre/model/AnimationSet.cpp:105pass by value ./components/ogre/model/AnimationSet.cpp:116pass by value ./components/ogre/model/AnimationSet.h:53pass by value ./components/ogre/model/AnimationSet.h:54has by value ./components/ogre/model/AnimationSet.h:60bool [CV] pass by value ./components/ogre/model/AnimationSet.cpp:127pass by value ./components/ogre/model/AnimationSet.h:51 |