OpenCoverage

QtBase - 2016-12-13 07:58:44 +0000

Function Tree

Path:<top>::QPainterPath
FunctionCondition %eLOC - Effective Lines of CodeMcCabe - Cyclomatic Complexityâ–¾
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: 1634-1729
  0.000% (0/51)
4317
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QRectF &rect) const
Coverage:  0.000% (0/53)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2156-2228
  0.000% (0/53)
3416
computeBoundingRect
Name: QPainterPath::computeBoundingRect
Prototype: void QPainterPath::computeBoundingRect() const
Coverage:  0.000% (0/37)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3402-3446
  0.000% (0/37)
3115
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: 2870-2922
  0.000% (0/25)
3110
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: 1559-1602
  0.000% (0/21)
309
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QPointF &pt) const
Coverage:  0.000% (0/22)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1814-1864
  0.000% (0/22)
289
addText
Name: QPainterPath::addText
Prototype: void QPainterPath::addText(const QPointF &point, const QFont &f, const QString &text)
Coverage:  0.000% (0/27)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1154-1213
  0.000% (0/27)
449
intersects
Name: QPainterPath::intersects
Prototype: bool QPainterPath::intersects(const QRectF &rect) const
Coverage:  0.000% (0/28)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2055-2090
  0.000% (0/28)
198
addRoundedRect
Name: QPainterPath::addRoundedRect
Prototype: void QPainterPath::addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
Coverage:  0.000% (0/26)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3099-3155
  0.000% (0/26)
368
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: 1505-1545
  0.000% (0/14)
257
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: 2245-2269
  0.000% (0/24)
187
length
Name: QPainterPath::length
Prototype: qreal QPainterPath::length() const
Coverage:  0.000% (0/14)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2827-2860
  0.000% (0/14)
197
computeControlPointRect
Name: QPainterPath::computeControlPointRect
Prototype: void QPainterPath::computeControlPointRect() const
Coverage:  0.000% (0/19)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3449-3469
  0.000% (0/19)
157
connectPath
Name: QPainterPath::connectPath
Prototype: void QPainterPath::connectPath(const QPainterPath &other)
Coverage:  0.000% (0/18)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1254-1283
  0.000% (0/18)
176
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: 2791-2807
  0.000% (0/13)
125
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: 3050-3084
  0.000% (0/18)
205
addRoundRect
Name: QPainterPath::addRoundRect
Prototype: void QPainterPath::addRoundRect(const QRectF &r, int xRnd, int yRnd)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3175-3212
  0.000% (0/15)
275
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: 2098-2115
  0.000% (0/14)
124
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: 2987-3007
  0.000% (0/14)
134
arcTo
Name: QPainterPath::arcTo
Prototype: void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength)
Coverage:  0.000% (0/20)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 908-940
  0.000% (0/20)
164
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: 837-867
  0.000% (0/15)
143
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: 597-606
  0.000% (0/7)
63
moveTo
Name: QPainterPath::moveTo
Prototype: void QPainterPath::moveTo(const QPointF &p)
Coverage:  0.000% (0/10)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 672-701
  0.000% (0/10)
143
lineTo
Name: QPainterPath::lineTo
Prototype: void QPainterPath::lineTo(const QPointF &p)
Coverage:  0.000% (0/15)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 722-747
  0.000% (0/15)
133
intersects
Name: QPainterPath::intersects
Prototype: bool QPainterPath::intersects(const QPainterPath &p) const
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3361-3369
  0.000% (0/9)
63
cubicTo
Name: QPainterPath::cubicTo
Prototype: void QPainterPath::cubicTo(const QPointF &c1, const QPointF &c2, const QPointF &e)
Coverage:  0.000% (0/21)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 780-813
  0.000% (0/21)
153
controlPointRect
Name: QPainterPath::controlPointRect
Prototype: QRectF QPainterPath::controlPointRect() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1471-1480
  0.000% (0/7)
63
contains
Name: QPainterPath::contains
Prototype: bool QPainterPath::contains(const QPainterPath &p) const
Coverage:  0.000% (0/9)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3383-3391
  0.000% (0/9)
63
boundingRect
Name: QPainterPath::boundingRect
Prototype: QRectF QPainterPath::boundingRect() const
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1450-1459
  0.000% (0/7)
63
addRect
Name: QPainterPath::addRect
Prototype: void QPainterPath::addRect(const QRectF &r)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1019-1047
  0.000% (0/13)
173
addPolygon
Name: QPainterPath::addPolygon
Prototype: void QPainterPath::addPolygon(const QPolygonF &polygon)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1066-1081
  0.000% (0/7)
93
addPath
Name: QPainterPath::addPath
Prototype: void QPainterPath::addPath(const QPainterPath &other)
Coverage:  0.000% (0/7)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1223-1242
  0.000% (0/7)
113
addEllipse
Name: QPainterPath::addEllipse
Prototype: void QPainterPath::addEllipse(const QRectF &boundingRect)
Coverage:  0.000% (0/13)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1102-1134
  0.000% (0/13)
213
united
Name: QPainterPath::united
Prototype: QPainterPath QPainterPath::united(const QPainterPath &p) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3279-3285
  0.000% (0/6)
42
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: 3312-3318
  0.000% (0/6)
42
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: 3342-3348
  0.000% (0/4)
42
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: 1331-1339
  0.000% (0/4)
52
intersected
Name: QPainterPath::intersected
Prototype: QPainterPath QPainterPath::intersected(const QPainterPath &p) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3294-3300
  0.000% (0/6)
42
detach
Name: QPainterPath::detach
Prototype: void QPainterPath::detach()
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 561-566
  0.000% (0/4)
32
closeSubpath
Name: QPainterPath::closeSubpath
Prototype: void QPainterPath::closeSubpath()
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 642-652
  0.000% (0/4)
42
arcMoveTo
Name: QPainterPath::arcMoveTo
Prototype: void QPainterPath::arcMoveTo(const QRectF &rect, qreal angle)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 966-974
  0.000% (0/4)
52
angleAtPercent
Name: QPainterPath::angleAtPercent
Prototype: qreal QPainterPath::angleAtPercent(qreal t) const
Coverage:  0.000% (0/6)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 3021-3038
  0.000% (0/6)
112
addRegion
Name: QPainterPath::addRegion
Prototype: void QPainterPath::addRegion(const QRegion &region)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1292-1301
  0.000% (0/4)
62
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath(const QPainterPath &other)
Coverage:  0.000% (0/4)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 542-547
  0.000% (0/4)
22
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: 2133-2138
  0.000% (0/1)
31
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: 1607-1610
  0.000% (0/1)
11
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: 1734-1737
  0.000% (0/1)
11
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: 2812-2815
  0.000% (0/1)
11
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: 3328-3331
  0.000% (0/1)
11
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: 509-517
  0.000% (0/1)
61
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: 3393-3400
  0.000% (0/1)
51
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: 2353-2356
  0.000% (0/1)
11
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: 2304-2307
  0.000% (0/1)
11
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: 2379-2382
  0.000% (0/1)
11
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: 2329-2332
  0.000% (0/1)
11
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: 2366-2369
  0.000% (0/1)
11
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: 2317-2320
  0.000% (0/1)
11
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: 2341-2344
  0.000% (0/1)
11
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: 2292-2295
  0.000% (0/1)
11
operator!=
Name: QPainterPath::operator!=
Prototype: bool QPainterPath::operator!=(const QPainterPath &path) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 2280-2283
  0.000% (0/1)
11
isEmpty
Name: QPainterPath::isEmpty
Prototype: bool QPainterPath::isEmpty() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1492-1495
  0.000% (0/1)
11
fillRule
Name: QPainterPath::fillRule
Prototype: Qt::FillRule QPainterPath::fillRule() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 1309-1312
  0.000% (0/1)
11
ensureData_helper
Name: QPainterPath::ensureData_helper
Prototype: void QPainterPath::ensureData_helper()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 580-588
  0.000% (0/1)
61
elementCount
Name: QPainterPath::elementCount
Prototype: int QPainterPath::elementCount() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 481-484
  0.000% (0/1)
11
elementAt
Name: QPainterPath::elementAt
Prototype: QPainterPath::Element QPainterPath::elementAt(int i) const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 494-499
  0.000% (0/1)
31
detach_helper
Name: QPainterPath::detach_helper
Prototype: void QPainterPath::detach_helper()
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 571-575
  0.000% (0/1)
21
currentPosition
Name: QPainterPath::currentPosition
Prototype: QPointF QPainterPath::currentPosition() const
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 983-988
  0.000% (0/1)
31
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath() noexcept
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 530-533
  0.000% (0/1)
21
QPainterPath
Name: QPainterPath::QPainterPath
Prototype: QPainterPath::QPainterPath(const QPointF &startPoint)
Coverage:  0.000% (0/1)
Absolute File Name: /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp
Lines: 554-559
  0.000% (0/1)
21

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