Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 29 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 9 | ******** |
LOC/COM | L_C | 3.222 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
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/OgreLogObserver.h:37 |
5 | 0 | 6 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
OgreLogObserver( ) declaration ./components/ogre/OgreLogObserver.h:43 definition ./components/ogre/OgreLogObserver.cpp:34 | 4 | 0 | 3 | ------ | ------ |
messageLogged( const String &, LogMessageLevel, bool, const String & ) declaration ./components/ogre/OgreLogObserver.h:45 definition ./components/ogre/OgreLogObserver.cpp:45 | 16 | 4 | 0 | ------ | ------ |
~OgreLogObserver( ) declaration ./components/ogre/OgreLogObserver.h:44 definition ./components/ogre/OgreLogObserver.cpp:38 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
LogListener [CV] inheritance ./components/ogre/OgreLogObserver.h:37 LogMessageLevel [CV] pass by value ./components/ogre/OgreLogObserver.h:45 pass by value ./components/ogre/OgreLogObserver.cpp:45 String [V] pass by reference ./components/ogre/OgreLogObserver.h:45 pass by reference ./components/ogre/OgreLogObserver.h:45 pass by reference ./components/ogre/OgreLogObserver.cpp:45 pass by reference ./components/ogre/OgreLogObserver.cpp:45 bool [CV] pass by value ./components/ogre/OgreLogObserver.h:45 pass by value ./components/ogre/OgreLogObserver.cpp:45 |