Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter(QPaintDevice *pd) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1470-1479 |
| | 5 | 2 |
renderHintsName: | QPainter::renderHints | Prototype: | QPainter::RenderHints QPainter::renderHints() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7115-7123 |
| | 4 | 2 |
deviceName: | QPainter::device | Prototype: | QPaintDevice *QPainter::device() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1512-1518 |
| | 4 | 2 |
setRenderHintName: | QPainter::setRenderHint | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7063-7077 |
| | 3 | 2 |
setLayoutDirectionName: | QPainter::setLayoutDirection | Prototype: | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7655-7660 |
| | 3 | 2 |
redirectedName: | QPainter::redirected | Prototype: | QPaintDevice *QPainter::redirected(const QPaintDevice *device, QPoint *offset) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7382-7387 |
| | 3 | 1 |
PixmapFragmentName: | QPainter::PixmapFragment | Coverage: | 0.000% (0/1) |
| | 3 | 1 |
restoreRedirectedName: | QPainter::restoreRedirected | Prototype: | void QPainter::restoreRedirected(const QPaintDevice *device) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7359-7363 |
| | 2 | 1 |
paintEngineName: | QPainter::paintEngine | Prototype: | QPaintEngine *QPainter::paintEngine() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1933-1937 |
| | 2 | 1 |
layoutDirectionName: | QPainter::layoutDirection | Prototype: | Qt::LayoutDirection QPainter::layoutDirection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 7667-7671 |
| | 2 | 1 |
isActiveName: | QPainter::isActive | Prototype: | bool QPainter::isActive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1527-1531 |
| | 2 | 1 |
eraseRectName: | QPainter::eraseRect | Prototype: | void QPainter::eraseRect(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6817-6822 |
| | 2 | 1 |
drawTextItemName: | QPainter::drawTextItem | Prototype: | void QPainter::drawTextItem(const QPointF &p, const QTextItem &ti) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6375-6380 |
| | 2 | 1 |
drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPointF *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4628-4633 |
| | 2 | 1 |
drawLinesName: | QPainter::drawLines | Prototype: | void QPainter::drawLines(const QPoint *pointPairs, int lineCount) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4641-4646 |
| | 2 | 1 |
QPainterName: | QPainter::QPainter | Prototype: | QPainter::QPainter() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1441-1444 |
| | 2 | 1 |
transformName: | QPainter::transform | Prototype: | const QTransform & QPainter::transform() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8202-8205 |
| | 1 | 1 |
setWorldMatrixName: | QPainter::setWorldMatrix | Prototype: | void QPainter::setWorldMatrix(const QMatrix &matrix, bool combine) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2914-2917 |
| | 1 | 1 |
setTransformName: | QPainter::setTransform | Prototype: | void QPainter::setTransform(const QTransform &transform, bool combine ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8191-8194 |
| | 1 | 1 |
setMatrixEnabledName: | QPainter::setMatrixEnabled | Prototype: | void QPainter::setMatrixEnabled(bool enable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3093-3096 |
| | 1 | 1 |
setMatrixName: | QPainter::setMatrix | Prototype: | void QPainter::setMatrix(const QMatrix &matrix, bool combine) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2950-2953 |
| | 1 | 1 |
resetMatrixName: | QPainter::resetMatrix | Prototype: | void QPainter::resetMatrix() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3030-3033 |
| | 1 | 1 |
matrixEnabledName: | QPainter::matrixEnabled | Prototype: | bool QPainter::matrixEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3106-3109 |
| | 1 | 1 |
matrixName: | QPainter::matrix | Prototype: | const QMatrix &QPainter::matrix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2963-2966 |
| | 1 | 1 |
drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QPointF &p, const QString &str) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5697-5700 |
| | 1 | 1 |
drawRoundRectName: | QPainter::drawRoundRect | Prototype: | void QPainter::drawRoundRect(const QRectF &r, int xRnd, int yRnd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4181-4184 |
| | 1 | 1 |
combinedMatrixName: | QPainter::combinedMatrix | Prototype: | QMatrix QPainter::combinedMatrix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2981-2984 |
| | 1 | 1 |