| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 169 | ****** |
| McCabe's Cyclomatic Number | MVG | 26 | ****** |
| Lines of Comment | COM | 33 | ******** |
| LOC/COM | L_C | 5.121 | |
| MVG/COM | M_C | 0.788 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| 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 |
|---|---|---|---|---|---|
declaration
./components/ogre/image/OgreILCodecs.h:34 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ILImageCodec( const String &, int ) definition ./components/ogre/image/OgreILImageCodec.cpp:46 | 6 | 0 | 1 | ------ | ------ |
| code( MemoryDataStreamPtr &, CodecDataPtr & ) definition ./components/ogre/image/OgreILImageCodec.cpp:54 | 5 | 0 | 1 | ------ | ------ |
| codeToFile( MemoryDataStreamPtr &, const String &, CodecDataPtr & ) definition ./components/ogre/image/OgreILImageCodec.cpp:63 | 20 | 1 | 4 | 5.000 | ------ |
| decode( DataStreamPtr & ) definition ./components/ogre/image/OgreILImageCodec.cpp:96 | 124 | 23 | 25 | 4.960 | 0.920 |
| getType( ) definition ./components/ogre/image/OgreILImageCodec.cpp:280 | 4 | 1 | 1 | ------ | ------ |
| initialiseIL( void ) definition ./components/ogre/image/OgreILImageCodec.cpp:270 | 9 | 1 | 1 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
CodecDataPtr [V] pass by reference ./components/ogre/image/OgreILImageCodec.cpp:54pass by reference ./components/ogre/image/OgreILImageCodec.cpp:64DataStreamPtr [V] pass by reference ./components/ogre/image/OgreILImageCodec.cpp:96MemoryDataStreamPtr [V] pass by reference ./components/ogre/image/OgreILImageCodec.cpp:54pass by reference ./components/ogre/image/OgreILImageCodec.cpp:63String [V] pass by reference ./components/ogre/image/OgreILImageCodec.cpp:46pass by reference ./components/ogre/image/OgreILImageCodec.cpp:64 |