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: | 1011-1019 |
| | 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: | 1026-1030 |
| | 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: | 1071-1121 |
| | 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: | 1037-1041 |
| | 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: | 1060-1066 |
| | 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: | 1049-1053 |
| | 2 | 1 |