| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 28 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 5 | ******** |
| LOC/COM | L_C | 5.600 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| 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/ConsoleObjectImpl.h:27 |
7 | 0 | 2 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ConsoleObjectImpl( void ) declaration ./components/ogre/ConsoleObjectImpl.h:31definition ./components/ogre/ConsoleObjectImpl.cpp:43 | 2 | 0 | 0 | ------ | ------ |
| quit( ) declaration ./components/ogre/ConsoleObjectImpl.h:43definition ./components/ogre/ConsoleObjectImpl.cpp:64 | 5 | 0 | 0 | ------ | ------ |
| runCommand( const string &, const string & ) declaration ./components/ogre/ConsoleObjectImpl.h:37definition ./components/ogre/ConsoleObjectImpl.cpp:54 | 10 | 2 | 3 | ------ | ------ |
| ~ConsoleObjectImpl( ) declaration ./components/ogre/ConsoleObjectImpl.h:32definition ./components/ogre/ConsoleObjectImpl.cpp:48 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ConsoleCommandWrapper [CV] has by value ./components/ogre/ConsoleObjectImpl.h:46has by value ./components/ogre/ConsoleObjectImpl.h:47ConsoleObject [CV] inheritance ./components/ogre/ConsoleObjectImpl.h:27Singleton [CV] inheritance ./components/ogre/ConsoleObjectImpl.h:27string [V] pass by reference ./components/ogre/ConsoleObjectImpl.h:37pass by reference ./components/ogre/ConsoleObjectImpl.h:37pass by reference ./components/ogre/ConsoleObjectImpl.cpp:54pass by reference ./components/ogre/ConsoleObjectImpl.cpp:54 |