Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 44 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 14.667 | |
MVG/COM | M_C | 2.000 | |
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 | 5 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 36 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/widgets/ServerWidget.h:57 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/widgets/MakeEntityWidget.h:42 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ModelRenderer( Window * ) definition ./components/ogre/widgets/ModelRenderer.cpp:40 | 4 | 0 | 0 | ------ | ------ |
getModel( ) definition ./components/ogre/widgets/ModelRenderer.cpp:67 | 4 | 1 | 0 | ------ | ------ |
getMovableObject( ) definition ./components/ogre/widgets/ModelRenderer.cpp:92 | 4 | 1 | 0 | ------ | ------ |
setModel( Model * ) definition ./components/ogre/widgets/ModelRenderer.cpp:52 | 12 | 2 | 0 | ------ | ------ |
showModel( const string & ) definition ./components/ogre/widgets/ModelRenderer.cpp:72 | 15 | 2 | 3 | ------ | ------ |
~ModelRenderer( ) definition ./components/ogre/widgets/ModelRenderer.cpp:47 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
MakeEntityWidget [V] has by reference ./components/ogre/widgets/MakeEntityWidget.h:100 ServerWidget [V] has by reference ./components/ogre/widgets/ServerWidget.h:132 |
Model [V] pass by reference ./components/ogre/widgets/ModelRenderer.cpp:52 Window [V] pass by reference ./components/ogre/widgets/ModelRenderer.cpp:40 string [V] pass by reference ./components/ogre/widgets/ModelRenderer.cpp:72 |