QtBase - 8193340a44fd835cee029e63a31cfcab8ef6fd55

Functions

Page:<>1
Condition %:  0.000% (0/10)
...80
Condition %:  0.000% (0/4)
...90
Condition %:  0.000% (0/11)
...100
Condition %:  0.000% (0/4)
...110
Condition %:  0.000% (0/25)
...112
Condition %:  0.000% (0/1)
113
Condition %:  0.000% (0/3)
114
Condition %:  0.000% (0/1)
115
Condition %:  0.000% (0/10)
116117
Condition %:  0.000% (0/1)
118
Condition %:  0.000% (0/1)
119
Condition %:  0.000% (0/14)
120
Condition %:  0.000% (0/1)
...130
Condition %:  0.000% (0/5)
...140
Condition %:  0.000% (0/4)
...200
Condition %:  0.000% (0/1)
...300
Condition %: 100.000% (1/1)
...308
Condition %: 100.000% (16/16)
FunctionCondition %▴eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexity
QPainterPath::operator-
Name: QPainterPath::operator-
Prototype: QPainterPath QPainterPath::operator-(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2321-2324
  0.000% (0/1)
11
QPainterPath::operator-=
Name: QPainterPath::operator-=
Prototype: QPainterPath &QPainterPath::operator-=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2371-2374
  0.000% (0/1)
11
QPainterPath::operator=
Name: QPainterPath::operator=
Prototype: QPainterPath &QPainterPath::operator=(const QPainterPath &other)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 591-600
  0.000% (0/7)
63
QPainterPath::operator==
Name: QPainterPath::operator==
Prototype: bool QPainterPath::operator==(const QPainterPath &path) const
Coverage:  0.000% (0/24)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2237-2261
  0.000% (0/24)
187
QPainterPath::operator|
Name: QPainterPath::operator|
Prototype: QPainterPath QPainterPath::operator|(const QPainterPath &other) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2296-2299
  0.000% (0/1)
11
QPainterPath::operator|=
Name: QPainterPath::operator|=
Prototype: QPainterPath &QPainterPath::operator|=(const QPainterPath &other)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2345-2348
  0.000% (0/1)
11
QPainterPath::percentAtLength
Name: QPainterPath::percentAtLength
Prototype: qreal QPainterPath::percentAtLength(qreal len) const
Coverage:  0.000% (0/25)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2862-2914
  0.000% (0/25)
3110
QPainterPath::pointAtPercent
Name: QPainterPath::pointAtPercent
Prototype: QPointF QPainterPath::pointAtPercent(qreal t) const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2979-2999
  0.000% (0/14)
134
QPainterPath::quadTo
Name: QPainterPath::quadTo
Prototype: void QPainterPath::quadTo(const QPointF &c, const QPointF &e)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 831-861
  0.000% (0/15)
143
QPainterPath::setDirty
Name: QPainterPath::setDirty
Prototype: void QPainterPath::setDirty(bool dirty)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3385-3392
  0.000% (0/1)
51
QPainterPath::setElementPositionAt
Name: QPainterPath::setElementPositionAt
Prototype: void QPainterPath::setElementPositionAt(int i, qreal x, qreal y)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 503-511
  0.000% (0/1)
61
QPainterPath::setFillRule
Name: QPainterPath::setFillRule
Prototype: void QPainterPath::setFillRule(Qt::FillRule fillRule)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1325-1333
  0.000% (0/4)
52
QPainterPath::simplified
Name: QPainterPath::simplified
Prototype: QPainterPath QPainterPath::simplified() const
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3334-3340
  0.000% (0/4)
42
QPainterPath::slopeAtPercent
Name: QPainterPath::slopeAtPercent
Prototype: qreal QPainterPath::slopeAtPercent(qreal t) const
Coverage:  0.000% (0/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3042-3076
  0.000% (0/18)
205
QPainterPath::subtracted
Name: QPainterPath::subtracted
Prototype: QPainterPath QPainterPath::subtracted(const QPainterPath &p) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3304-3310
  0.000% (0/6)
42
QPainterPath::subtractedInverted
Name: QPainterPath::subtractedInverted
Prototype: QPainterPath QPainterPath::subtractedInverted(const QPainterPath &p) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3320-3323
  0.000% (0/1)
11
QPainterPath::toFillPolygon
Name: QPainterPath::toFillPolygon
Prototype: QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) const
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2783-2799
  0.000% (0/13)
125
QPainterPath::toFillPolygon
Name: QPainterPath::toFillPolygon
Prototype: QPolygonF QPainterPath::toFillPolygon(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2804-2807
  0.000% (0/1)
11
QPainterPath::toFillPolygons
Name: QPainterPath::toFillPolygons
Prototype: QList<QPolygonF> QPainterPath::toFillPolygons(const QTransform &matrix) const
Coverage:  0.000% (0/51)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1628-1722
  0.000% (0/51)
4217
QPainterPath::toFillPolygons
Name: QPainterPath::toFillPolygons
Prototype: QList<QPolygonF> QPainterPath::toFillPolygons(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1727-1730
  0.000% (0/1)
11
QPainterPath::toReversed
Name: QPainterPath::toReversed
Prototype: QPainterPath QPainterPath::toReversed() const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1499-1539
  0.000% (0/14)
257
QPainterPath::toSubpathPolygons
Name: QPainterPath::toSubpathPolygons
Prototype: QList<QPolygonF> QPainterPath::toSubpathPolygons(const QTransform &matrix) const
Coverage:  0.000% (0/21)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1553-1596
  0.000% (0/21)
309
QPainterPath::toSubpathPolygons
Name: QPainterPath::toSubpathPolygons
Prototype: QList<QPolygonF> QPainterPath::toSubpathPolygons(const QMatrix &matrix) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1601-1604
  0.000% (0/1)
11
QPainterPath::translate
Name: QPainterPath::translate
Prototype: void QPainterPath::translate(qreal dx, qreal dy)
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2090-2107
  0.000% (0/14)
124
QPainterPath::translated
Name: QPainterPath::translated
Prototype: QPainterPath QPainterPath::translated(qreal dx, qreal dy) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2125-2130
  0.000% (0/1)
31
QPainterPath::united
Name: QPainterPath::united
Prototype: QPainterPath QPainterPath::united(const QPainterPath &p) const
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3271-3277
  0.000% (0/8)
42
QPainterPathPrivateDeleter::cleanup
Name: QPainterPathPrivateDeleter::cleanup
Prototype: static inline void cleanup(QPainterPathPrivate *d)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 70-76
  0.000% (0/6)
22
QPainterPathStroker::QPainterPathStroker
Name: QPainterPathStroker::QPainterPathStroker
Prototype: QPainterPathStroker::QPainterPathStroker()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2541-2544
  0.000% (0/1)
21
QPainterPathStroker::QPainterPathStroker
Name: QPainterPathStroker::QPainterPathStroker
Prototype: QPainterPathStroker::QPainterPathStroker(const QPen &pen)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2551-2564
  0.000% (0/4)
82
QPainterPathStroker::capStyle
Name: QPainterPathStroker::capStyle
Prototype: Qt::PenCapStyle QPainterPathStroker::capStyle() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2643-2646
  0.000% (0/1)
11
QPainterPathStroker::createStroke
Name: QPainterPathStroker::createStroke
Prototype: QPainterPath QPainterPathStroker::createStroke(const QPainterPath &path) const
Coverage:  0.000% (0/8)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2587-2604
  0.000% (0/8)
133
QPainterPathStroker::curveThreshold
Name: QPainterPathStroker::curveThreshold
Prototype: qreal QPainterPathStroker::curveThreshold() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2705-2708
  0.000% (0/1)
11
QPainterPathStroker::dashOffset
Name: QPainterPathStroker::dashOffset
Prototype: qreal QPainterPathStroker::dashOffset() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2752-2755
  0.000% (0/1)
11
QPainterPathStroker::dashPattern
Name: QPainterPathStroker::dashPattern
Prototype: QVector<qreal> QPainterPathStroker::dashPattern() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2744-2747
  0.000% (0/1)
11
QPainterPathStroker::joinStyle
Name: QPainterPathStroker::joinStyle
Prototype: Qt::PenJoinStyle QPainterPathStroker::joinStyle() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2659-2662
  0.000% (0/1)
11
QPainterPathStroker::miterLimit
Name: QPainterPathStroker::miterLimit
Prototype: qreal QPainterPathStroker::miterLimit() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2682-2685
  0.000% (0/1)
11
QPainterPathStroker::setCapStyle
Name: QPainterPathStroker::setCapStyle
Prototype: void QPainterPathStroker::setCapStyle(Qt::PenCapStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2634-2637
  0.000% (0/1)
11
QPainterPathStroker::setCurveThreshold
Name: QPainterPathStroker::setCurveThreshold
Prototype: void QPainterPathStroker::setCurveThreshold(qreal threshold)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2696-2699
  0.000% (0/1)
11
QPainterPathStroker::setDashOffset
Name: QPainterPathStroker::setDashOffset
Prototype: void QPainterPathStroker::setDashOffset(qreal offset)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2763-2766
  0.000% (0/1)
11
QPainterPathStroker::setDashPattern
Name: QPainterPathStroker::setDashPattern
Prototype: void QPainterPathStroker::setDashPattern(Qt::PenStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2713-2716
  0.000% (0/1)
11
QPainterPathStroker::setDashPattern
Name: QPainterPathStroker::setDashPattern
Prototype: void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2734-2739
  0.000% (0/4)
32
QPainterPathStroker::setJoinStyle
Name: QPainterPathStroker::setJoinStyle
Prototype: void QPainterPathStroker::setJoinStyle(Qt::PenJoinStyle style)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2651-2654
  0.000% (0/1)
11
QPainterPathStroker::setMiterLimit
Name: QPainterPathStroker::setMiterLimit
Prototype: void QPainterPathStroker::setMiterLimit(qreal limit)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2674-2677
  0.000% (0/1)
11
QPainterPathStroker::setWidth
Name: QPainterPathStroker::setWidth
Prototype: void QPainterPathStroker::setWidth(qreal width)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2612-2618
  0.000% (0/4)
42
QPainterPathStroker::width
Name: QPainterPathStroker::width
Prototype: qreal QPainterPathStroker::width() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2623-2626
  0.000% (0/1)
11
QPainterPathStrokerPrivate::QPainterPathStrokerPrivate
Name: QPainterPathStrokerPrivate::QPainterPathStrokerPrivate
Prototype: QPainterPathStrokerPrivate::QPainterPathStrokerPrivate()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2530-2536
  0.000% (0/1)
31
QPainterPrivate::attachPainterPrivate
Name: QPainterPrivate::attachPainterPrivate
Prototype: bool QPainterPrivate::attachPainterPrivate(QPainter *q, QPaintDevice *pdev)
Coverage:  0.000% (0/20)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 241-304
  0.000% (0/20)
397
QPainterPrivate::checkEmulation
Name: QPainterPrivate::checkEmulation
Prototype: void QPainterPrivate::checkEmulation()
Coverage:  0.000% (0/31)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 172-200
  0.000% (0/31)
209
QPainterPrivate::detachPainterPrivate
Name: QPainterPrivate::detachPainterPrivate
Prototype: void QPainterPrivate::detachPainterPrivate(QPainter *q)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 306-330
  0.000% (0/13)
175
QPainterPrivate::drawGlyphs
Name: QPainterPrivate::drawGlyphs
Prototype: void QPainterPrivate::drawGlyphs(const quint32 *glyphArray, QFixedPoint *positions, int glyphCount, QFontEngine *fontEngine, bool overline, bool underline, bool strikeOut)
Coverage:  0.000% (0/34)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 5571-5649
  0.000% (0/34)
539
QPainterPrivate::drawOpaqueBackground
Name: QPainterPrivate::drawOpaqueBackground
Prototype: void QPainterPrivate::drawOpaqueBackground(const QPainterPath &path, DrawOperation op)
Coverage:  0.000% (0/11)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 490-507
  0.000% (0/11)
93
QPainterPrivate::drawStretchedGradient
Name: QPainterPrivate::drawStretchedGradient
Prototype: void QPainterPrivate::drawStretchedGradient(const QPainterPath &path, DrawOperation op)
Coverage:  0.000% (0/51)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 525-637
  0.000% (0/51)
7715
QPainterPrivate::drawTextItem
Name: QPainterPrivate::drawTextItem
Prototype: void QPainterPrivate::drawTextItem(const QPointF &p, const QTextItem &_ti, QTextEngine *textEngine)
Coverage:  0.000% (0/104)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 6378-6529
  0.000% (0/104)
9625
QPainterPrivate::draw_helper
Name: QPainterPrivate::draw_helper
Prototype: void QPainterPrivate::draw_helper(const QPainterPath &originalPath, DrawOperation op)
Coverage:  0.000% (0/59)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 333-488
  0.000% (0/59)
9715
QPainterPrivate::effectiveDevicePixelRatio
Name: QPainterPrivate::effectiveDevicePixelRatio
Prototype: qreal QPainterPrivate::effectiveDevicePixelRatio() const
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 222-229
  0.000% (0/4)
32
QPainterPrivate::hidpiScaleTransform
Name: QPainterPrivate::hidpiScaleTransform
Prototype: QTransform QPainterPrivate::hidpiScaleTransform() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 231-235
  0.000% (0/1)
21
QPainterPrivate::updateEmulationSpecifier
Name: QPainterPrivate::updateEmulationSpecifier
Prototype: void QPainterPrivate::updateEmulationSpecifier(QPainterState *s)
Coverage:  0.000% (0/187)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 669-872
  0.000% (0/187)
11223
QPainterPrivate::updateInvMatrix
Name: QPainterPrivate::updateInvMatrix
Prototype: void QPainterPrivate::updateInvMatrix()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 660-665
  0.000% (0/1)
31
QPainterPrivate::updateMatrix
Name: QPainterPrivate::updateMatrix
Prototype: void QPainterPrivate::updateMatrix()
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 640-657
  0.000% (0/10)
93
QPainterPrivate::updateState
Name: QPainterPrivate::updateState
Prototype: void QPainterPrivate::updateState(QPainterState *newState)
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 906-914
  0.000% (0/9)
43
QPainterPrivate::updateStateImpl
Name: QPainterPrivate::updateStateImpl
Prototype: void QPainterPrivate::updateStateImpl(QPainterState *newState)
Coverage:  0.000% (0/11)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 874-904
  0.000% (0/11)
144
QPainterPrivate::viewTransform
Name: QPainterPrivate::viewTransform
Prototype: QTransform QPainterPrivate::viewTransform() const
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 211-220
  0.000% (0/4)
62
QPainterPrivate::~QPainterPrivate
Name: QPainterPrivate::~QPainterPrivate
Prototype: QPainterPrivate::~QPainterPrivate()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 203-208
  0.000% (0/1)
31
QPainterState::QPainterState
Name: QPainterState::QPainterState
Prototype: QPainterState::QPainterState(const QPainterState *s)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 7668-7684
  0.000% (0/1)
11
QPainterState::QPainterState
Name: QPainterState::QPainterState
Prototype: QPainterState::QPainterState()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 7686-7697
  0.000% (0/1)
11
QPainterState::init
Name: QPainterState::init
Prototype: void QPainterState::init(QPainter *p)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp
Lines: 7703-7729
  0.000% (0/1)
251
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette()
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 514-530
  0.000% (0/4)
82
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(const QColor &button)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 537-541
  0.000% (0/1)
21
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(Qt::GlobalColor button)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 548-552
  0.000% (0/1)
21
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 561-570
  0.000% (0/1)
31
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(const QColor &windowText, const QColor &window, const QColor &light, const QColor &dark, const QColor &mid, const QColor &text, const QColor &base)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 579-589
  0.000% (0/1)
61
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(const QColor &button, const QColor &window)
Coverage:  0.000% (0/5)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 596-624
  0.000% (0/5)
221
QPalette::QPalette
Name: QPalette::QPalette
Prototype: QPalette::QPalette(const QPalette &p)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 631-635
  0.000% (0/1)
11
QPalette::brush
Name: QPalette::brush
Prototype: const QBrush &QPalette::brush(ColorGroup gr, ColorRole cr) const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 713-725
  0.000% (0/7)
73
QPalette::cacheKey
Name: QPalette::cacheKey
Prototype: qint64 QPalette::cacheKey() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 890-893
  0.000% (0/1)
11
QPalette::detach
Name: QPalette::detach
Prototype: void QPalette::detach()
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 783-796
  0.000% (0/13)
95
QPalette::init
Name: QPalette::init
Prototype: void QPalette::init()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 658-662
  0.000% (0/1)
31
QPalette::isBrushSet
Name: QPalette::isBrushSet
Prototype: bool QPalette::isBrushSet(ColorGroup cg, ColorRole cr) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 774-778
  0.000% (0/1)
21
QPalette::isCopyOf
Name: QPalette::isCopyOf
Prototype: bool QPalette::isCopyOf(const QPalette &p) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 1024-1027
  0.000% (0/1)
11
QPalette::isEqual
Name: QPalette::isEqual
Prototype: bool QPalette::isEqual(QPalette::ColorGroup group1, QPalette::ColorGroup group2) const
Coverage:  0.000% (0/22)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 838-863
  0.000% (0/22)
168
QPalette::operator=
Name: QPalette::operator=
Prototype: QPalette &QPalette::operator=(const QPalette &p)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 670-678
  0.000% (0/6)
62
QPalette::operator==
Name: QPalette::operator==
Prototype: bool QPalette::operator==(const QPalette &p) const
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 819-830
  0.000% (0/13)
75
QPalette::resolve
Name: QPalette::resolve
Prototype: QPalette QPalette::resolve(const QPalette &other) const
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 898-916
  0.000% (0/15)
125
QPalette::setBrush
Name: QPalette::setBrush
Prototype: void QPalette::setBrush(ColorGroup cg, ColorRole cr, const QBrush &b)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 745-764
  0.000% (0/13)
145
QPalette::setColorGroup
Name: QPalette::setColorGroup
Prototype: void QPalette::setColorGroup(ColorGroup cg, const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 1037-1057
  0.000% (0/1)
131
QPalette::setColorGroup
Name: QPalette::setColorGroup
Prototype: void QPalette::setColorGroup(ColorGroup cg, const QBrush &foreground, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &alternate_base, const QBrush &background, const QBrush &midlight, const QBrush &button_text, const QBrush &shadow, const QBrush &highlight, const QBrush &highlighted_text, const QBrush &link, const QBrush &link_visited)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 1061-1075
  0.000% (0/1)
41
QPalette::setColorGroup
Name: QPalette::setColorGroup
Prototype: void QPalette::setColorGroup(ColorGroup cg, const QBrush &foreground, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &alternate_base, const QBrush &background, const QBrush &midlight, const QBrush &button_text, const QBrush &shadow, const QBrush &highlight, const QBrush &highlighted_text, const QBrush &link, const QBrush &link_visited, const QBrush &toolTipBase, const QBrush &toolTipText)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 1078-1108
  0.000% (0/1)
201
QPalette::~QPalette
Name: QPalette::~QPalette
Prototype: QPalette::~QPalette()
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 651-655
  0.000% (0/6)
22
QPalettePrivate::QPalettePrivate
Name: QPalettePrivate::QPalettePrivate
Prototype: QPalettePrivate()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp
Lines: 47-47
  0.000% (0/1)
11
QPanGesture::QPanGesture
Name: QPanGesture::QPanGesture
Prototype: QPanGesture::QPanGesture(QObject *parent)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 285-289
  0.000% (0/1)
11
QPanGesture::acceleration
Name: QPanGesture::acceleration
Prototype: qreal QPanGesture::acceleration() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 314-317
  0.000% (0/1)
11
QPanGesture::delta
Name: QPanGesture::delta
Prototype: QPointF QPanGesture::delta() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 308-312
  0.000% (0/1)
21
QPanGesture::lastOffset
Name: QPanGesture::lastOffset
Prototype: QPointF QPanGesture::lastOffset() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 298-301
  0.000% (0/1)
11
QPanGesture::offset
Name: QPanGesture::offset
Prototype: QPointF QPanGesture::offset() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 303-306
  0.000% (0/1)
11
QPanGesture::setAcceleration
Name: QPanGesture::setAcceleration
Prototype: void QPanGesture::setAcceleration(qreal value)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 329-332
  0.000% (0/1)
11
QPanGesture::setLastOffset
Name: QPanGesture::setLastOffset
Prototype: void QPanGesture::setLastOffset(const QPointF &value)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 319-322
  0.000% (0/1)
11
QPanGesture::setOffset
Name: QPanGesture::setOffset
Prototype: void QPanGesture::setOffset(const QPointF &value)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesture.cpp
Lines: 324-327
  0.000% (0/1)
11
QPanGestureRecognizer::create
Name: QPanGestureRecognizer::create
Prototype: QGesture *QPanGestureRecognizer::create(QObject *target)
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp
Lines: 52-64
  0.000% (0/6)
32
QPanGestureRecognizer::recognize
Name: QPanGestureRecognizer::recognize
Prototype: QGestureRecognizer::Result QPanGestureRecognizer::recognize(QGesture *state, QObject *, QEvent *event)
Coverage:  0.000% (0/28)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp
Lines: 75-124
  0.000% (0/28)
309
QPanGestureRecognizer::reset
Name: QPanGestureRecognizer::reset
Prototype: void QPanGestureRecognizer::reset(QGesture *state)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp
Lines: 126-135
  0.000% (0/1)
51
Page:<>1
Condition %:  0.000% (0/10)
...80
Condition %:  0.000% (0/4)
...90
Condition %:  0.000% (0/11)
...100
Condition %:  0.000% (0/4)
...110
Condition %:  0.000% (0/25)
...112
Condition %:  0.000% (0/1)
113
Condition %:  0.000% (0/3)
114
Condition %:  0.000% (0/1)
115
Condition %:  0.000% (0/10)
116117
Condition %:  0.000% (0/1)
118
Condition %:  0.000% (0/1)
119
Condition %:  0.000% (0/14)
120
Condition %:  0.000% (0/1)
...130
Condition %:  0.000% (0/5)
...140
Condition %:  0.000% (0/4)
...200
Condition %:  0.000% (0/1)
...300
Condition %: 100.000% (1/1)
...308
Condition %: 100.000% (16/16)

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9