| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 52 | ****** |
| McCabe's Cyclomatic Number | MVG | 10 | ****** |
| Lines of Comment | COM | 0 | ******** |
| LOC/COM | L_C | ****** | |
| MVG/COM | M_C | ****** | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
| Information Flow measure ( visible ) | IF4v | 144 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:45 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:39 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:45 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:61 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:81 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/Carpenter.h:113 |
9 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/XMLJesusSerializer.h:33 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:38 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| addAttachPair( AttachPair * ) definition ./components/ogre/carpenter/Carpenter.cpp:76declaration ./components/ogre/carpenter/Carpenter.h:122 | 8 | 3 | 0 | ------ | ------ |
| getAllPoints( ) definition ./components/ogre/carpenter/Carpenter.cpp:61declaration ./components/ogre/carpenter/Carpenter.h:125 | 12 | 2 | 0 | ------ | ------ |
| getAttachPair( const string & ) definition ./components/ogre/carpenter/Carpenter.cpp:84declaration ./components/ogre/carpenter/Carpenter.h:120 | 9 | 3 | 0 | ------ | ------ |
| getBoundingBox( ) definition ./components/ogre/carpenter/Carpenter.h:119 | 1 | 1 | 0 | ------ | ------ |
| getName( ) definition ./components/ogre/carpenter/Carpenter.h:118 | 1 | 1 | 0 | ------ | ------ |
| setBoundingBox( AxisBox ) definition ./components/ogre/carpenter/Carpenter.cpp:93declaration ./components/ogre/carpenter/Carpenter.h:123 | 5 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
BuildingBlockSpec [V] has by reference ./components/ogre/carpenter/Carpenter.h:155JesusEdit [V] pass by reference ./components/ogre/widgets/JesusEdit.cpp:308pass by reference ./components/ogre/widgets/JesusEdit.h:345XMLJesusSerializer [V] pass by reference ./components/ogre/jesus/XMLJesusSerializer.h:94pass by reference ./components/ogre/jesus/XMLJesusSerializer.cpp:214 |
AttachPair [V] pass by reference ./components/ogre/carpenter/Carpenter.cpp:76pass by reference ./components/ogre/carpenter/Carpenter.h:122AttachPairStore [CV] has by value ./components/ogre/carpenter/Carpenter.h:130AxisBox [CV] pass by value ./components/ogre/carpenter/Carpenter.cpp:93pass by value ./components/ogre/carpenter/Carpenter.h:123has by value ./components/ogre/carpenter/Carpenter.h:129string [CV] pass by reference ./components/ogre/carpenter/Carpenter.cpp:84pass by reference ./components/ogre/carpenter/Carpenter.h:120has by value ./components/ogre/carpenter/Carpenter.h:128 |