Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QPixmapConvolutionFilterName: | QPixmapConvolutionFilter::QPixmapConvolutionFilter | Prototype: | QPixmapConvolutionFilter::QPixmapConvolutionFilter(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 223-228 |
| | 2 | 1 |
boundingRectForName: | QPixmapConvolutionFilter::boundingRectFor | Prototype: | QRectF QPixmapConvolutionFilter::boundingRectFor(const QRectF &rect) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 297-301 |
| | 2 | 1 |
columnsName: | QPixmapConvolutionFilter::columns | Prototype: | int QPixmapConvolutionFilter::columns() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 287-291 |
| | 2 | 1 |
convolutionKernelName: | QPixmapConvolutionFilter::convolutionKernel | Prototype: | const qreal *QPixmapConvolutionFilter::convolutionKernel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 265-269 |
| | 2 | 1 |
drawName: | QPixmapConvolutionFilter::draw | Prototype: | void QPixmapConvolutionFilter::draw(QPainter *painter, const QPointF &p, const QPixmap &src, const QRectF& srcRect) const | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 407-467 |
| | 38 | 9 |
rowsName: | QPixmapConvolutionFilter::rows | Prototype: | int QPixmapConvolutionFilter::rows() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 276-280 |
| | 2 | 1 |
setConvolutionKernelName: | QPixmapConvolutionFilter::setConvolutionKernel | Prototype: | void QPixmapConvolutionFilter::setConvolutionKernel(const qreal *kernel, int rows, int columns) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 250-258 |
| | 6 | 1 |