Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 173 | ****** |
McCabe's Cyclomatic Number | MVG | 74 | ****** |
Lines of Comment | COM | 34 | ******** |
LOC/COM | L_C | 5.088 | |
MVG/COM | M_C | 2.176 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
OgreFormat2ilFormat( PixelFormat ) definition ./components/ogre/image/OgreILUtil.cpp:108 | 22 | 18 | 1 | 22.000 | 18.000 |
fromOgre( const PixelBox & ) definition ./components/ogre/image/OgreILUtil.cpp:256 | 41 | 10 | 21 | 1.952 | 0.476 |
ilFormat2OgreFormat( int, int ) definition ./components/ogre/image/OgreILUtil.cpp:40 | 63 | 31 | 5 | 12.600 | 6.200 |
toOgre( const PixelBox & ) definition ./components/ogre/image/OgreILUtil.cpp:198 | 47 | 15 | 7 | 6.714 | 2.143 |
Clients | Suppliers |
---|---|
PixelBox [V] pass by reference ./components/ogre/image/OgreILUtil.cpp:198 pass by reference ./components/ogre/image/OgreILUtil.cpp:256 PixelFormat [CV] pass by value ./components/ogre/image/OgreILUtil.cpp:108 |