| Metric | Tag | Overall | Per Function | 
|---|---|---|---|
| Lines of Code | LOC | 34 | ****** | 
| McCabe's Cyclomatic Number | MVG | 8 | ****** | 
| Lines of Comment | COM | 5 | ******** | 
| LOC/COM | L_C | 6.800 | |
| MVG/COM | M_C | 1.600 | |
| 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 | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** | 
| Information Flow measure ( visible ) | IF4v | 16 | ******** | 
| Information Flow measure ( concrete ) | IF4c | 0 | ******** | 
| Description | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
declaration  
./components/ogre/widgets/JesusEdit.h:43 | 
1 | 0 | 0 | ------ | ------ | 
declaration  
./components/ogre/carpenter/BluePrint.h:37 | 
1 | 0 | 0 | ------ | ------ | 
declaration  
./components/ogre/carpenter/Carpenter.h:44 | 
1 | 0 | 3 | ------ | ------ | 
declaration  
./components/ogre/carpenter/Carpenter.h:60 | 
1 | 0 | 0 | ------ | ------ | 
definition  
./components/ogre/carpenter/Carpenter.h:79 | 
9 | 0 | 1 | ------ | ------ | 
declaration  
./components/ogre/jesus/Jesus.h:36 | 
1 | 0 | 0 | ------ | ------ | 
| Function prototype | LOC | MVG | COM | L_C | M_C | 
|---|---|---|---|---|---|
| AttachPair(  const string &,  const string &,  AttachPoint,  AttachPoint ) definition ./components/ogre/carpenter/Carpenter.cpp:54declaration ./components/ogre/carpenter/Carpenter.h:97 | 7 | 0 | 0 | ------ | ------ | 
| getAttachPoint(  const string & ) definition ./components/ogre/carpenter/Carpenter.h:85 | 9 | 4 | 1 | ------ | ------ | 
| getName(   ) definition ./components/ogre/carpenter/Carpenter.h:101 | 1 | 1 | 0 | ------ | ------ | 
| getPoint1(   ) definition ./components/ogre/carpenter/Carpenter.h:99 | 1 | 1 | 0 | ------ | ------ | 
| getPoint2(   ) definition ./components/ogre/carpenter/Carpenter.h:100 | 1 | 1 | 0 | ------ | ------ | 
| getType(   ) definition ./components/ogre/carpenter/Carpenter.h:102 | 1 | 1 | 0 | ------ | ------ |