Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 107 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 20 | ******** |
LOC/COM | L_C | 5.350 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
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 | 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 |
---|---|---|---|---|---|
boundingRect( ) definition ellipse.cpp:68 | 3 | 1 | 0 | ------ | ------ |
ellipse( QGraphicsItem * ) definition ellipse.cpp:6 | 22 | 0 | 3 | 7.333 | ------ |
ellipse( QGraphicsItem *, int, int, int, int ) definition ellipse.cpp:37 | 24 | 0 | 3 | 8.000 | ------ |
mouseMoveEvent( QGraphicsSceneMouseEvent * ) definition ellipse.cpp:130 | 6 | 0 | 1 | ------ | ------ |
mousePressEvent( QGraphicsSceneMouseEvent * ) definition ellipse.cpp:121 | 8 | 0 | 2 | ------ | ------ |
mouseReleaseEvent( QGraphicsSceneMouseEvent * ) definition ellipse.cpp:139 | 8 | 0 | 7 | ------ | ------ |
paint( QPainter *, const QStyleOptionGraphicsItem *, QWidget * ) definition ellipse.cpp:72 | 36 | 2 | 4 | 9.000 | ------ |
Clients | Suppliers |
---|---|
QGraphicsItem [V] pass by reference ellipse.cpp:6 pass by reference ellipse.cpp:37 QGraphicsSceneMouseEvent [V] pass by reference ellipse.cpp:121 pass by reference ellipse.cpp:130 pass by reference ellipse.cpp:139 QPainter [V] pass by reference ellipse.cpp:72 QStyleOptionGraphicsItem [V] pass by reference ellipse.cpp:72 QWidget [V] pass by reference ellipse.cpp:72 |