Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 131 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 26 | ******** |
LOC/COM | L_C | 5.038 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 15 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 1 | |
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 |
---|---|---|---|---|---|
Toolbar( QWidget * ) definition toolbar.cpp:11 | 21 | 0 | 6 | 3.500 | ------ |
addCircle( ) definition toolbar.cpp:177 | 4 | 0 | 0 | ------ | ------ |
addEllipse( ) definition toolbar.cpp:182 | 4 | 0 | 0 | ------ | ------ |
addNone( ) definition toolbar.cpp:187 | 3 | 0 | 0 | ------ | ------ |
addRect( ) definition toolbar.cpp:167 | 4 | 0 | 0 | ------ | ------ |
addSquare( ) definition toolbar.cpp:172 | 4 | 0 | 0 | ------ | ------ |
createActions( ) definition toolbar.cpp:71 | 34 | 0 | 0 | ****** | ------ |
createMenus( ) definition toolbar.cpp:114 | 11 | 0 | 0 | ------ | ------ |
gridOff( ) definition toolbar.cpp:195 | 3 | 0 | 0 | ------ | ------ |
gridOn( ) definition toolbar.cpp:191 | 3 | 0 | 0 | ------ | ------ |
initButtons( ) definition toolbar.cpp:41 | 20 | 1 | 7 | 2.857 | ------ |
insertLine( ) definition toolbar.cpp:162 | 3 | 0 | 4 | ------ | ------ |
insertShape( ) definition toolbar.cpp:145 | 3 | 0 | 4 | ------ | ------ |
insertText( ) definition toolbar.cpp:153 | 3 | 0 | 4 | ------ | ------ |
showOptions( ) definition toolbar.cpp:127 | 11 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
QWidget [V] pass by reference toolbar.cpp:11 |