Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QGraphicsDropShadowEffectName: | QGraphicsDropShadowEffect::QGraphicsDropShadowEffect | Prototype: | QGraphicsDropShadowEffect::QGraphicsDropShadowEffect(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 904-907 |
| | 2 | 1 |
blurRadiusName: | QGraphicsDropShadowEffect::blurRadius | Prototype: | qreal QGraphicsDropShadowEffect::blurRadius() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 982-986 |
| | 2 | 1 |
boundingRectForName: | QGraphicsDropShadowEffect::boundingRectFor | Prototype: | QRectF QGraphicsDropShadowEffect::boundingRectFor(const QRectF &rect) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 1042-1046 |
| | 2 | 1 |
colorName: | QGraphicsDropShadowEffect::color | Prototype: | QColor QGraphicsDropShadowEffect::color() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 1015-1019 |
| | 2 | 1 |
drawName: | QGraphicsDropShadowEffect::draw | Prototype: | void QGraphicsDropShadowEffect::draw(QPainter *painter) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 1051-1071 |
| | 13 | 3 |
offsetName: | QGraphicsDropShadowEffect::offset | Prototype: | QPointF QGraphicsDropShadowEffect::offset() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 927-931 |
| | 2 | 1 |
setBlurRadiusName: | QGraphicsDropShadowEffect::setBlurRadius | Prototype: | void QGraphicsDropShadowEffect::setBlurRadius(qreal blurRadius) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 988-997 |
| | 6 | 2 |
setColorName: | QGraphicsDropShadowEffect::setColor | Prototype: | void QGraphicsDropShadowEffect::setColor(const QColor &color) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 1021-1030 |
| | 6 | 2 |
setOffsetName: | QGraphicsDropShadowEffect::setOffset | Prototype: | void QGraphicsDropShadowEffect::setOffset(const QPointF &offset) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qgraphicseffect.cpp | Lines: | 933-942 |
| | 6 | 2 |