Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 27 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 1 | ******** |
LOC/COM | L_C | 27.000 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
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/jesus/Jesus.h:157 |
8 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
LightWibbler( const ColourValue &, Billboard * ) declaration ./components/ogre/jesus/Jesus.h:160 definition ./components/ogre/jesus/Jesus.cpp:353 | 6 | 0 | 0 | ------ | ------ |
getValue( void ) declaration ./components/ogre/jesus/Jesus.h:162 definition ./components/ogre/jesus/Jesus.cpp:359 | 5 | 1 | 0 | ------ | ------ |
setValue( Real ) declaration ./components/ogre/jesus/Jesus.h:163 definition ./components/ogre/jesus/Jesus.cpp:364 | 8 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Billboard [V] pass by reference ./components/ogre/jesus/Jesus.h:160 has by reference ./components/ogre/jesus/Jesus.h:165 pass by reference ./components/ogre/jesus/Jesus.cpp:353 ColourValue [CV] pass by reference ./components/ogre/jesus/Jesus.h:160 has by value ./components/ogre/jesus/Jesus.h:166 pass by reference ./components/ogre/jesus/Jesus.cpp:353 ControllerValue [CV] inheritance ./components/ogre/jesus/Jesus.h:157 Real [CV] pass by value ./components/ogre/jesus/Jesus.h:163 has by value ./components/ogre/jesus/Jesus.h:167 pass by value ./components/ogre/jesus/Jesus.cpp:364 |