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: | 898-901 |
| | 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: | 976-980 |
| | 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: | 1036-1040 |
| | 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: | 1009-1013 |
| | 2 | 1 |
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: | 921-925 |
| | 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: | 982-991 |
| | 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: | 1015-1024 |
| | 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: | 927-936 |
| | 6 | 2 |
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: | 1045-1065 |
| | 13 | 3 |