Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QPainterPath::setDirtyName: | 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 |
| | 5 | 1 |
QPainterPath::setElementPositionAtName: | 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 |
| | 6 | 1 |
QPainterPath::subtractedInvertedName: | 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 |
| | 1 | 1 |
QPainterPath::toFillPolygonName: | 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 |
| | 1 | 1 |
QPainterPath::toFillPolygonsName: | 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 |
| | 1 | 1 |
QPainterPath::toSubpathPolygonsName: | 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 |
| | 1 | 1 |
QPainterPath::translatedName: | 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 |
| | 3 | 1 |
QPainterPathStroker::QPainterPathStrokerName: | 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: | 2549-2552 |
| | 2 | 1 |
QPainterPathStroker::capStyleName: | 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: | 2651-2654 |
| | 1 | 1 |
QPainterPathStroker::curveThresholdName: | 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: | 2713-2716 |
| | 1 | 1 |
QPainterPathStroker::dashOffsetName: | 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: | 2760-2763 |
| | 1 | 1 |
QPainterPathStroker::dashPatternName: | 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: | 2752-2755 |
| | 1 | 1 |
QPainterPathStroker::joinStyleName: | 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: | 2667-2670 |
| | 1 | 1 |
QPainterPathStroker::miterLimitName: | 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: | 2690-2693 |
| | 1 | 1 |
QPainterPathStroker::setCapStyleName: | 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: | 2642-2645 |
| | 1 | 1 |
QPainterPathStroker::setCurveThresholdName: | 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: | 2704-2707 |
| | 1 | 1 |
QPainterPathStroker::setDashOffsetName: | 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: | 2771-2774 |
| | 1 | 1 |
QPainterPathStroker::setDashPatternName: | 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: | 2721-2724 |
| | 1 | 1 |
QPainterPathStroker::setJoinStyleName: | 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: | 2659-2662 |
| | 1 | 1 |
QPainterPathStroker::setMiterLimitName: | 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: | 2682-2685 |
| | 1 | 1 |
QPainterPathStroker::widthName: | 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: | 2631-2634 |
| | 1 | 1 |
QPainterPathStrokerPrivate::QPainterPathStrokerPrivateName: | 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: | 2538-2544 |
| | 3 | 1 |
QPainterPrivate::hidpiScaleTransformName: | 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: | 237-241 |
| | 2 | 1 |
QPainterPrivate::updateInvMatrixName: | 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: | 665-670 |
| | 3 | 1 |
QPainterPrivate::~QPainterPrivateName: | 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: | 209-214 |
| | 3 | 1 |
QPainterState::QPainterStateName: | 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: | 7673-7689 |
| | 1 | 1 |
QPainterState::QPainterStateName: | 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: | 7691-7702 |
| | 1 | 1 |
QPainterState::initName: | 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: | 7708-7734 |
| | 25 | 1 |
QPalette::QPaletteName: | 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: | 637-641 |
| | 1 | 1 |
QPalette::QPaletteName: | 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: | 543-547 |
| | 2 | 1 |
QPalette::QPaletteName: | 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: | 554-558 |
| | 2 | 1 |
QPalette::QPaletteName: | 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: | 567-576 |
| | 3 | 1 |
QPalette::QPaletteName: | 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: | 585-595 |
| | 6 | 1 |
QPalette::QPaletteName: | 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: | 602-630 |
| | 22 | 1 |
QPalette::cacheKeyName: | 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: | 896-899 |
| | 1 | 1 |
QPalette::initName: | 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: | 664-668 |
| | 3 | 1 |
QPalette::isBrushSetName: | 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: | 780-784 |
| | 2 | 1 |
QPalette::isCopyOfName: | 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: | 1030-1033 |
| | 1 | 1 |
QPalette::setColorGroupName: | 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: | 1067-1081 |
| | 4 | 1 |
QPalette::setColorGroupName: | 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: | 1043-1063 |
| | 13 | 1 |
QPalette::setColorGroupName: | 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: | 1084-1114 |
| | 20 | 1 |
QPalettePrivate::QPalettePrivateName: | QPalettePrivate::QPalettePrivate | Prototype: | QPalettePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 53-53 |
| | 1 | 1 |
QPanGesture::QPanGestureName: | 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: | 291-295 |
| | 1 | 1 |
QPanGesture::accelerationName: | 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: | 320-323 |
| | 1 | 1 |
QPanGesture::deltaName: | 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: | 314-318 |
| | 2 | 1 |
QPanGesture::lastOffsetName: | 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: | 304-307 |
| | 1 | 1 |
QPanGesture::offsetName: | 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: | 309-312 |
| | 1 | 1 |
QPanGesture::setAccelerationName: | 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: | 335-338 |
| | 1 | 1 |
QPanGesture::setLastOffsetName: | 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: | 325-328 |
| | 1 | 1 |
QPanGesture::setOffsetName: | 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: | 330-333 |
| | 1 | 1 |
QPanGestureRecognizer::resetName: | 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: | 132-141 |
| | 5 | 1 |
QParallelAnimationGroup::QParallelAnimationGroupName: | QParallelAnimationGroup::QParallelAnimationGroup | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QParallelAnimationGroupPrivate &dd, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 95-99 |
| | 2 | 1 |
QParallelAnimationGroup::QParallelAnimationGroupName: | QParallelAnimationGroup::QParallelAnimationGroup | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 87-90 |
| | 2 | 1 |
QParallelAnimationGroup::eventName: | QParallelAnimationGroup::event | Prototype: | bool QParallelAnimationGroup::event(QEvent *event) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 334-337 |
| | 1 | 1 |
QParallelAnimationGroupPrivate::animationRemovedName: | QParallelAnimationGroupPrivate::animationRemoved | Prototype: | void QParallelAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 302-307 |
| | 3 | 1 |
QParallelAnimationGroupPrivate::isUncontrolledAnimationFinishedName: | QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished | Prototype: | bool QParallelAnimationGroupPrivate::isUncontrolledAnimationFinished(QAbstractAnimation *anim) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 297-300 |
| | 1 | 1 |
QPartialCoverage::QPartialCoverageName: | QPartialCoverage::QPartialCoverage | Prototype: | inline QPartialCoverage(uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 828-832 |
| | 2 | 1 |
QPartialCoverage::storeName: | QPartialCoverage::store | Prototype: | inline void store(uint *dest, const uint src) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 834-837 |
| | 1 | 1 |
QPathClipper::QPathClipperName: | QPathClipper::QPathClipper | Prototype: | QPathClipper::QPathClipper(const QPainterPath &subject, const QPainterPath &clip) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1452-1459 |
| | 2 | 1 |
QPathClipper::intersectName: | QPathClipper::intersect | Prototype: | QPainterPath QPathClipper::intersect(const QPainterPath &path, const QRectF &rect) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 2123-2126 |
| | 1 | 1 |
QPathSegments::setPathName: | QPathSegments::setPath | Prototype: | void QPathSegments::setPath(const QPainterPath &path) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 905-914 |
| | 5 | 1 |
QPauseAnimation::QPauseAnimationName: | QPauseAnimation::QPauseAnimation | Prototype: | QPauseAnimation::QPauseAnimation(int msecs, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 99-102 |
| | 1 | 1 |
QPauseAnimation::QPauseAnimationName: | QPauseAnimation::QPauseAnimation | Prototype: | QPauseAnimation::QPauseAnimation(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 89-91 |
| | 2 | 1 |
QPauseAnimation::durationName: | QPauseAnimation::duration | Prototype: | int QPauseAnimation::duration() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 118-122 |
| | 2 | 1 |
QPauseAnimation::eventName: | QPauseAnimation::event | Prototype: | bool QPauseAnimation::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 137-140 |
| | 1 | 1 |
QPauseAnimationPrivate::QPauseAnimationPrivateName: | QPauseAnimationPrivate::QPauseAnimationPrivate | Prototype: | QPauseAnimationPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpauseanimation.cpp | Lines: | 75-78 |
| | 1 | 1 |
QPcreJitStackPointer::QPcreJitStackPointerName: | QPcreJitStackPointer::QPcreJitStackPointer | Prototype: | QPcreJitStackPointer() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1085-1090 |
| | 1 | 1 |
QPdf::ByteStream::ByteStreamName: | QPdf::ByteStream::ByteStream | Prototype: | ByteStream::ByteStream(QByteArray *byteArray, bool fileBacking) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 163-170 |
| | 1 | 1 |
QPdf::ByteStream::ByteStreamName: | QPdf::ByteStream::ByteStream | Prototype: | ByteStream::ByteStream(bool fileBacking) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 172-179 |
| | 1 | 1 |
QPdf::ByteStream::clearName: | QPdf::ByteStream::clear | Prototype: | void ByteStream::clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 254-257 |
| | 1 | 1 |
QPdf::ByteStream::constructor_helperName: | QPdf::ByteStream::constructor_helper | Prototype: | void ByteStream::constructor_helper(QByteArray *ba) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 259-264 |
| | 3 | 1 |
QPdf::ByteStream::operator <<Name: | QPdf::ByteStream::operator << | Prototype: | ByteStream &ByteStream::operator <<(qreal val) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 224-229 |
| | 4 | 1 |
QPdf::ByteStream::operator <<Name: | QPdf::ByteStream::operator << | Prototype: | ByteStream &ByteStream::operator <<(int val) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 231-236 |
| | 4 | 1 |
QPdf::ByteStream::operator <<Name: | QPdf::ByteStream::operator << | Prototype: | ByteStream &ByteStream::operator <<(const QPointF &p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 238-245 |
| | 6 | 1 |
QPdf::ByteStream::streamName: | QPdf::ByteStream::stream | Prototype: | QIODevice *ByteStream::stream() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 247-252 |
| | 3 | 1 |
QPdf::ByteStream::~ByteStreamName: | QPdf::ByteStream::~ByteStream | Prototype: | ByteStream::~ByteStream() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 181-184 |
| | 1 | 1 |
QPdf::Stroker::StrokerName: | QPdf::Stroker::Stroker | Prototype: | QPdf::Stroker::Stroker() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 591-602 |
| | 6 | 1 |
QPdf::generateMatrixName: | QPdf::generateMatrix | Prototype: | QByteArray QPdf::generateMatrix(const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 356-368 |
| | 10 | 1 |
QPdfEngine::QPdfEngineName: | QPdfEngine::QPdfEngine | Prototype: | QPdfEngine::QPdfEngine(QPdfEnginePrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 747-750 |
| | 2 | 1 |
QPdfEngine::QPdfEngineName: | QPdfEngine::QPdfEngine | Prototype: | QPdfEngine::QPdfEngine() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 752-755 |
| | 2 | 1 |
QPdfEngine::pageLayoutName: | QPdfEngine::pageLayout | Prototype: | QPageLayout QPdfEngine::pageLayout() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1315-1319 |
| | 2 | 1 |
QPdfEngine::resolutionName: | QPdfEngine::resolution | Prototype: | int QPdfEngine::resolution() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1284-1288 |
| | 2 | 1 |
QPdfEngine::setOutputFilenameName: | QPdfEngine::setOutputFilename | Prototype: | void QPdfEngine::setOutputFilename(const QString &filename) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 757-761 |
| | 2 | 1 |
QPdfEngine::setPageLayoutName: | QPdfEngine::setPageLayout | Prototype: | void QPdfEngine::setPageLayout(const QPageLayout &pageLayout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1290-1294 |
| | 2 | 1 |
QPdfEngine::setPageMarginsName: | QPdfEngine::setPageMargins | Prototype: | void QPdfEngine::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1308-1313 |
| | 3 | 1 |
QPdfEngine::setPageOrientationName: | QPdfEngine::setPageOrientation | Prototype: | void QPdfEngine::setPageOrientation(QPageLayout::Orientation orientation) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1302-1306 |
| | 2 | 1 |
QPdfEngine::setPageSizeName: | QPdfEngine::setPageSize | Prototype: | void QPdfEngine::setPageSize(const QPageSize &pageSize) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1296-1300 |
| | 2 | 1 |
QPdfEngine::setResolutionName: | QPdfEngine::setResolution | Prototype: | void QPdfEngine::setResolution(int resolution) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1278-1282 |
| | 2 | 1 |
QPdfEngine::typeName: | QPdfEngine::type | Prototype: | QPaintEngine::Type QPdfEngine::type() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1273-1276 |
| | 1 | 1 |
QPdfEnginePrivate::QPdfEnginePrivateName: | QPdfEnginePrivate::QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1366-1381 |
| | 6 | 1 |
QPdfEnginePrivate::writeHeaderName: | QPdfEnginePrivate::writeHeader | Prototype: | void QPdfEnginePrivate::writeHeader() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1464-1497 |
| | 24 | 1 |
QPdfEnginePrivate::writeInfoName: | QPdfEnginePrivate::writeInfo | Prototype: | void QPdfEnginePrivate::writeInfo() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1499-1520 |
| | 19 | 1 |
QPdfEnginePrivate::~QPdfEnginePrivateName: | QPdfEnginePrivate::~QPdfEnginePrivate | Prototype: | QPdfEnginePrivate::~QPdfEnginePrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1457-1462 |
| | 3 | 1 |
QPdfPage::QPdfPageName: | QPdfPage::QPdfPage | Prototype: | QPdfPage::QPdfPage() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 734-737 |
| | 2 | 1 |
QPdfPagedPaintDevicePrivate::QPdfPagedPaintDevicePrivateName: | QPdfPagedPaintDevicePrivate::QPdfPagedPaintDevicePrivate | Prototype: | QPdfPagedPaintDevicePrivate(QPdfWriterPrivate *d) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 73-75 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::pageLayoutName: | QPdfPagedPaintDevicePrivate::pageLayout | Prototype: | QPageLayout pageLayout() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 121-124 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::setPageLayoutName: | QPdfPagedPaintDevicePrivate::setPageLayout | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 80-87 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageMarginsName: | QPdfPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 107-110 |
| | 1 | 1 |
QPdfPagedPaintDevicePrivate::setPageMarginsName: | QPdfPagedPaintDevicePrivate::setPageMargins | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 112-119 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageOrientationName: | QPdfPagedPaintDevicePrivate::setPageOrientation | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | Lines: | 98-105 |
| | 3 | 1 |