Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPixmapColorizeFilterName: | QPixmapColorizeFilter::QPixmapColorizeFilter | Prototype: | QPixmapColorizeFilter::QPixmapColorizeFilter(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1017-1025 |
| | 5 | 1 |
colorName: | QPixmapColorizeFilter::color | Prototype: | QColor QPixmapColorizeFilter::color() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1041-1045 |
| | 2 | 1 |
drawName: | QPixmapColorizeFilter::draw | Prototype: | void QPixmapColorizeFilter::draw(QPainter *painter, const QPointF &dest, const QPixmap &src, const QRectF &srcRect) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1086-1136 |
| | 31 | 6 |
setColorName: | QPixmapColorizeFilter::setColor | Prototype: | void QPixmapColorizeFilter::setColor(const QColor &color) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1052-1056 |
| | 2 | 1 |
setStrengthName: | QPixmapColorizeFilter::setStrength | Prototype: | void QPixmapColorizeFilter::setStrength(qreal strength) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1075-1081 |
| | 4 | 1 |
strengthName: | QPixmapColorizeFilter::strength | Prototype: | qreal QPixmapColorizeFilter::strength() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 1064-1068 |
| | 2 | 1 |