| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 69 | ****** |
| McCabe's Cyclomatic Number | MVG | 11 | ****** |
| Lines of Comment | COM | 26 | ******** |
| LOC/COM | L_C | 2.654 | |
| MVG/COM | M_C | 0.423 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| 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 |
|---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/OgreCollisionManager.h:66 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| PtrCollisionShape( const String & ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:39 | 4 | 0 | 1 | ------ | ------ |
| _rebuildFromCachedData( ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:141 | 9 | 2 | 4 | ------ | ------ |
| _refitToCachedData( ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:115 | 15 | 2 | 6 | ------ | ------ |
| load( size_t, size_t, float *, size_t * ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:62 | 20 | 4 | 5 | 4.000 | ------ |
| rebuild( ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:91 | 7 | 1 | 5 | ------ | ------ |
| refit( ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:106 | 4 | 1 | 3 | ------ | ------ |
| ~PtrCollisionShape( ) definition ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:45 | 9 | 1 | 2 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
String [V] pass by reference ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:39size_t [CV] pass by value ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:62pass by value ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:62pass by reference ./components/ogre/ogreopcode/src/OgrePtrCollisionShape.cpp:62 |