| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 49 | ****** |
| McCabe's Cyclomatic Number | MVG | 5 | ****** |
| Lines of Comment | COM | 24 | ******** |
| LOC/COM | L_C | 2.042 | |
| MVG/COM | M_C | 0.208 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 6 | |
| 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/OpcodeCollisionDetectorVisualizer.h:47 |
8 | 0 | 10 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
FrameEvent [V] pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.cpp:47pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.h:59FrameListener [CV] inheritance ./components/ogre/OpcodeCollisionDetectorVisualizer.h:47OgreOpcodeDebugger [V] has by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.h:77OpcodeCollisionDetectorVisualizerInstance [V] pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.cpp:56pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.cpp:64pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.h:65pass by reference ./components/ogre/OpcodeCollisionDetectorVisualizer.h:70Singleton [CV] inheritance ./components/ogre/OpcodeCollisionDetectorVisualizer.h:47VisualizerInstanceStore [CV] has by value ./components/ogre/OpcodeCollisionDetectorVisualizer.h:82 |