| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QScrollerPrivate| Name: | QScrollerPrivate::QScrollerPrivate | | Prototype: | QScrollerPrivate::QScrollerPrivate(QScroller *q, QObject *_target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 883-903 |
| | 1 | 1 |
createScrollToSegments| Name: | QScrollerPrivate::createScrollToSegments | | Prototype: | void QScrollerPrivate::createScrollToSegments(qreal v, qreal deltaTime, qreal endPos, Qt::Orientation orientation, ScrollType type) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1236-1255 |
| | 10 | 2 |
createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(qreal v, qreal startPos, qreal deltaTime, qreal deltaPos, Qt::Orientation orientation) | | Coverage: | 0.000% (0/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1259-1400 |
| | 78 | 18 |
createScrollingSegments| Name: | QScrollerPrivate::createScrollingSegments | | Prototype: | void QScrollerPrivate::createScrollingSegments(const QPointF &v, const QPointF &startPos, const QPointF &ppm) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1403-1431 |
| | 8 | 1 |
dpi| Name: | QScrollerPrivate::dpi | | Prototype: | QPointF QScrollerPrivate::dpi() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1051-1054 |
| | 1 | 1 |
handleDrag| Name: | QScrollerPrivate::handleDrag | | Prototype: | void QScrollerPrivate::handleDrag(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1489-1540 |
| | 26 | 7 |
init| Name: | QScrollerPrivate::init | | Prototype: | void QScrollerPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 905-909 |
| | 2 | 1 |
inputName| Name: | QScrollerPrivate::inputName | | Prototype: | const char *QScrollerPrivate::inputName(QScroller::Input input) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 927-935 |
| | 5 | 5 |
moveWhileDragging| Name: | QScrollerPrivate::moveWhileDragging | | Prototype: | bool QScrollerPrivate::moveWhileDragging(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1619-1624 |
| | 2 | 1 |
moveWhilePressed| Name: | QScrollerPrivate::moveWhilePressed | | Prototype: | bool QScrollerPrivate::moveWhilePressed(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1570-1617 |
| | 28 | 10 |
nextSegmentPosition| Name: | QScrollerPrivate::nextSegmentPosition | | Prototype: | qreal QScrollerPrivate::nextSegmentPosition(QQueue<ScrollSegment> &segments, qint64 now, qreal oldPos) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1852-1877 |
| | 15 | 5 |
nextSnapPos| Name: | QScrollerPrivate::nextSnapPos | | Prototype: | qreal QScrollerPrivate::nextSnapPos(qreal p, int dir, Qt::Orientation orientation) const | | Coverage: | 0.000% (0/101) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1911-2023 |
| | 71 | 25 |
prepareScrolling| Name: | QScrollerPrivate::prepareScrolling | | Prototype: | bool QScrollerPrivate::prepareScrolling(const QPointF &position) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1437-1487 |
| | 30 | 12 |
pressWhileInactive| Name: | QScrollerPrivate::pressWhileInactive | | Prototype: | bool QScrollerPrivate::pressWhileInactive(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1542-1557 |
| | 9 | 3 |
pressWhileScrolling| Name: | QScrollerPrivate::pressWhileScrolling | | Prototype: | bool QScrollerPrivate::pressWhileScrolling(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1693-1708 |
| | 10 | 2 |
pushSegment| Name: | QScrollerPrivate::pushSegment | | Prototype: | void QScrollerPrivate::pushSegment(ScrollType type, qreal deltaTime, qreal stopProgress, qreal startPos, qreal deltaPos, qreal stopPos, QEasingCurve::Type curve, Qt::Orientation orientation) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1121-1151 |
| | 20 | 5 |
realDpi| Name: | QScrollerPrivate::realDpi | | Prototype: | QPointF QScrollerPrivate::realDpi(int screen) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1017-1043 |
| | 2 | 1 |
recalcScrollingSegments| Name: | QScrollerPrivate::recalcScrollingSegments | | Prototype: | void QScrollerPrivate::recalcScrollingSegments(bool forceRecalc) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1157-1168 |
| | 7 | 2 |
releaseWhileDragging| Name: | QScrollerPrivate::releaseWhileDragging | | Prototype: | bool QScrollerPrivate::releaseWhileDragging(const QPointF &position, qint64 timestamp) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1636-1682 |
| | 26 | 8 |
releaseWhilePressed| Name: | QScrollerPrivate::releaseWhilePressed | | Prototype: | bool QScrollerPrivate::releaseWhilePressed(const QPointF &, qint64) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1559-1568 |
| | 5 | 2 |
scrollingSegmentsEndPos| Name: | QScrollerPrivate::scrollingSegmentsEndPos | | Prototype: | qreal QScrollerPrivate::scrollingSegmentsEndPos(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1173-1186 |
| | 7 | 4 |
scrollingSegmentsValid| Name: | QScrollerPrivate::scrollingSegmentsValid | | Prototype: | bool QScrollerPrivate::scrollingSegmentsValid(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1191-1231 |
| | 27 | 8 |
sendEvent| Name: | QScrollerPrivate::sendEvent | | Prototype: | void QScrollerPrivate::sendEvent(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 911-914 |
| | 1 | 1 |
setContentPositionHelperDragging| Name: | QScrollerPrivate::setContentPositionHelperDragging | | Prototype: | void QScrollerPrivate::setContentPositionHelperDragging(const QPointF &deltaPos) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1787-1849 |
| | 36 | 3 |
setContentPositionHelperScrolling| Name: | QScrollerPrivate::setContentPositionHelperScrolling | | Prototype: | void QScrollerPrivate::setContentPositionHelperScrolling() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1879-1901 |
| | 10 | 1 |
setDpi| Name: | QScrollerPrivate::setDpi | | Prototype: | void QScrollerPrivate::setDpi(const QPointF &dpi) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1062-1065 |
| | 1 | 1 |
setDpiFromWidget| Name: | QScrollerPrivate::setDpiFromWidget | | Prototype: | void QScrollerPrivate::setDpiFromWidget(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1070-1074 |
| | 2 | 1 |
setState| Name: | QScrollerPrivate::setState | | Prototype: | void QScrollerPrivate::setState(QScroller::State newstate) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1713-1772 |
| | 29 | 10 |
stateName| Name: | QScrollerPrivate::stateName | | Prototype: | const char *QScrollerPrivate::stateName(QScroller::State state) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 916-925 |
| | 6 | 6 |
targetDestroyed| Name: | QScrollerPrivate::targetDestroyed | | Prototype: | void QScrollerPrivate::targetDestroyed() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 937-943 |
| | 2 | 1 |
timerEventWhileDragging| Name: | QScrollerPrivate::timerEventWhileDragging | | Prototype: | void QScrollerPrivate::timerEventWhileDragging() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1626-1634 |
| | 3 | 2 |
timerEventWhileScrolling| Name: | QScrollerPrivate::timerEventWhileScrolling | | Prototype: | void QScrollerPrivate::timerEventWhileScrolling() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1684-1691 |
| | 3 | 2 |
timerTick| Name: | QScrollerPrivate::timerTick | | Prototype: | void QScrollerPrivate::timerTick() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 945-970 |
| | 10 | 3 |
updateVelocity| Name: | QScrollerPrivate::updateVelocity | | Prototype: | void QScrollerPrivate::updateVelocity(const QPointF &deltaPixelRaw, qint64 deltaTime) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1080-1119 |
| | 17 | 6 |