| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 11 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 4 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/widgets/JesusEdit.h:51 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/BluePrint.h:45 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/carpenter/BluePrint.h:94 |
6 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/carpenter/Carpenter.h:54 |
1 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/jesus/Jesus.h:44 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| BuildingBlockDefinition( ) definition ./components/ogre/carpenter/BluePrint.h:97 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
BluePrint [CV] pass by value ./components/ogre/carpenter/BluePrint.cpp:245pass by value ./components/ogre/carpenter/BluePrint.h:179BuildingBlock [CV] has by value ./components/ogre/carpenter/BluePrint.h:138 |
string [CV] has by value ./components/ogre/carpenter/BluePrint.h:98has by value ./components/ogre/carpenter/BluePrint.h:99 |