Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 85 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 28.333 | |
MVG/COM | M_C | 2.000 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Starfield( SceneManager * ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:10 | 12 | 0 | 0 | ------ | ------ |
createStarfieldMaterial( ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:77 | 26 | 1 | 0 | ****** | ------ |
destroyStarfieldMaterial( ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:106 | 8 | 1 | 0 | ------ | ------ |
notifyCameraChanged( Camera * ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:40 | 9 | 2 | 0 | ------ | ------ |
setFarRadius( float ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:50 | 9 | 1 | 0 | ------ | ------ |
setInclination( Degree ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:60 | 3 | 0 | 0 | ------ | ------ |
update( const float ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:64 | 6 | 0 | 0 | ------ | ------ |
updateMaterial( const String & ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:72 | 3 | 0 | 1 | ------ | ------ |
~Starfield( ) definition ./components/ogre/environment/caelum/src/Starfield.cpp:26 | 9 | 1 | 2 | ------ | ------ |
Clients | Suppliers |
---|---|
Camera [V] pass by reference ./components/ogre/environment/caelum/src/Starfield.cpp:40 Degree [CV] pass by value ./components/ogre/environment/caelum/src/Starfield.cpp:60 SceneManager [V] pass by reference ./components/ogre/environment/caelum/src/Starfield.cpp:10 String [V] pass by reference ./components/ogre/environment/caelum/src/Starfield.cpp:72 |