Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 175 | ****** |
McCabe's Cyclomatic Number | MVG | 32 | ****** |
Lines of Comment | COM | 10 | ******** |
LOC/COM | L_C | 17.500 | |
MVG/COM | M_C | 3.200 | |
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 |
---|---|---|---|---|---|
ConsoleAdapter( Editbox * ) definition ./components/ogre/widgets/ConsoleAdapter.cpp:31 | 7 | 0 | 0 | ------ | ------ |
consoleInputBox_KeyDown( const EventArgs & ) definition ./components/ogre/widgets/ConsoleAdapter.cpp:44 | 8 | 3 | 0 | ------ | ------ |
consoleInputBox_KeyUp( const EventArgs & ) definition ./components/ogre/widgets/ConsoleAdapter.cpp:53 | 157 | 29 | 10 | 15.700 | 2.900 |
~ConsoleAdapter( ) definition ./components/ogre/widgets/ConsoleAdapter.cpp:40 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Editbox [V] pass by reference ./components/ogre/widgets/ConsoleAdapter.cpp:31 EventArgs [V] pass by reference ./components/ogre/widgets/ConsoleAdapter.cpp:44 pass by reference ./components/ogre/widgets/ConsoleAdapter.cpp:53 |