Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 33 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 9 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
DrawArea( QWidget *, int, int ) definition drawarea.cpp:7 | 9 | 0 | 0 | ------ | ------ |
getSceneCreate( ) definition drawarea.cpp:29 | 3 | 1 | 0 | ------ | ------ |
getSceneCreateMode( ) definition drawarea.cpp:21 | 3 | 1 | 0 | ------ | ------ |
getSceneGrid( ) definition drawarea.cpp:33 | 3 | 1 | 0 | ------ | ------ |
getSceneGridSize( ) definition drawarea.cpp:37 | 3 | 1 | 0 | ------ | ------ |
setSceneCreate( bool ) definition drawarea.cpp:25 | 3 | 0 | 0 | ------ | ------ |
setSceneCreateMode( ShapeType ) definition drawarea.cpp:17 | 3 | 0 | 0 | ------ | ------ |
setSceneGrid( bool ) definition drawarea.cpp:41 | 3 | 0 | 0 | ------ | ------ |
setSceneGridSize( int ) definition drawarea.cpp:45 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
QWidget [V] pass by reference drawarea.cpp:7 ShapeType [CV] pass by value drawarea.cpp:17 bool [CV] pass by value drawarea.cpp:25 pass by value drawarea.cpp:41 |