Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QRegExpEngine::addCatTransitionsName: | QRegExpEngine::addCatTransitions | Prototype: | void QRegExpEngine::addCatTransitions(const QVector<int> &from, const QVector<int> &to) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1532-1536 |
| | 2 | 2 |
QRegExpEngine::addLookaheadName: | QRegExpEngine::addLookahead | Prototype: | int QRegExpEngine::addLookahead(QRegExpEngine *eng, bool negative) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1773-1782 |
| | 6 | 2 |
QRegExpEngine::errorName: | QRegExpEngine::error | Prototype: | void QRegExpEngine::error(const char *msg) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3325-3329 |
| | 2 | 2 |
QRegExpEngine::finishAtomName: | QRegExpEngine::finishAtom | Prototype: | void QRegExpEngine::finishAtom(int atom, bool needCapture) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1761-1766 |
| | 3 | 2 |
QRegExpEngine::parseExpressionName: | QRegExpEngine::parseExpression | Prototype: | void QRegExpEngine::parseExpression(Box *box) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3778-3790 |
| | 7 | 2 |
QRegExpEngine::skipCharsName: | QRegExpEngine::skipChars | Prototype: | void QRegExpEngine::skipChars(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3316-3322 |
| | 3 | 2 |
QRegExpEngine::startAtomName: | QRegExpEngine::startAtom | Prototype: | int QRegExpEngine::startAtom(bool officialCapture) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1751-1759 |
| | 6 | 2 |
QRegExpValidator::setRegExpName: | QRegExpValidator::setRegExp | Prototype: | void QRegExpValidator::setRegExp(const QRegExp& rx) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 913-920 |
| | 4 | 2 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(const QBitmap &bm) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3882-3891 |
| | 5 | 2 |
QRegion::boundingRectName: | QRegion::boundingRect | Prototype: | QRect QRegion::boundingRect() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4203-4208 |
| | 3 | 2 |
QRegion::detachName: | QRegion::detach | Prototype: | void QRegion::detach() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 257-261 |
| | 2 | 2 |
QRegion::operator=Name: | QRegion::operator= | Prototype: | QRegion &QRegion::operator=(const QRegion &r) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3906-3913 |
| | 5 | 2 |
QRegion::rectsName: | QRegion::rects | Prototype: | QVector<QRect> QRegion::rects() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4247-4257 |
| | 6 | 2 |
QRegion::translateName: | QRegion::translate | Prototype: | void QRegion::translate(int dx, int dy) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3956-3963 |
| | 4 | 2 |
QRegion::~QRegionName: | QRegion::~QRegion | Prototype: | QRegion::~QRegion() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3899-3903 |
| | 2 | 2 |
QRegionPrivate::mergeFromAboveName: | QRegionPrivate::mergeFromAbove | Prototype: | bool QRegionPrivate::mergeFromAbove(QRect *bottom, const QRect *top, const QRect *nextToBottom, const QRect *nextToTop) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1268-1278 |
| | 5 | 2 |
QRegionPrivate::mergeFromBelowName: | QRegionPrivate::mergeFromBelow | Prototype: | bool QRegionPrivate::mergeFromBelow(QRect *top, const QRect *bottom, const QRect *nextToTop, const QRect *nextToBottom) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1256-1266 |
| | 5 | 2 |
QRegionPrivate::mergeFromLeftName: | QRegionPrivate::mergeFromLeft | Prototype: | bool QRegionPrivate::mergeFromLeft(QRect *right, const QRect *left) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1232-1240 |
| | 5 | 2 |
QRegionPrivate::mergeFromRightName: | QRegionPrivate::mergeFromRight | Prototype: | bool QRegionPrivate::mergeFromRight(QRect *left, const QRect *right) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1222-1230 |
| | 5 | 2 |
QRegionPrivate::updateInnerRectName: | QRegionPrivate::updateInnerRect | Prototype: | inline void updateInnerRect(const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1166-1172 |
| | 4 | 2 |
QRegularExpression::captureCountName: | QRegularExpression::captureCount | Prototype: | int QRegularExpression::captureCount() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1589-1594 |
| | 3 | 2 |
QRegularExpression::errorStringName: | QRegularExpression::errorString | Prototype: | QString QRegularExpression::errorString() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1680-1686 |
| | 4 | 2 |
QRegularExpression::optimizeName: | QRegularExpression::optimize | Prototype: | void QRegularExpression::optimize() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1814-1820 |
| | 3 | 2 |
QRegularExpressionMatch::capturedEndName: | QRegularExpressionMatch::capturedEnd | Prototype: | int QRegularExpressionMatch::capturedEnd(int nth) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2177-2183 |
| | 3 | 2 |
QRegularExpressionMatch::capturedStartName: | QRegularExpressionMatch::capturedStart | Prototype: | int QRegularExpressionMatch::capturedStart(int nth) const | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2148-2154 |
| | 3 | 2 |
QRegularExpressionMatch::capturedTextsName: | QRegularExpressionMatch::capturedTexts | Prototype: | QStringList QRegularExpressionMatch::capturedTexts() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2131-2138 |
| | 5 | 2 |
QRegularExpressionMatchIterator::nextName: | QRegularExpressionMatchIterator::next | Prototype: | QRegularExpressionMatch QRegularExpressionMatchIterator::next() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2397-2407 |
| | 6 | 2 |
QRegularExpressionMatchIterator::peekNextName: | QRegularExpressionMatchIterator::peekNext | Prototype: | QRegularExpressionMatch QRegularExpressionMatchIterator::peekNext() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2383-2389 |
| | 3 | 2 |
QRegularExpressionMatchPrivate::QRegularExpressionMatchPrivateName: | QRegularExpressionMatchPrivate::QRegularExpressionMatchPrivate | Prototype: | QRegularExpressionMatchPrivate::QRegularExpressionMatchPrivate(const QRegularExpression &re, const QString &subject, int subjectStart, int subjectLength, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions, int capturingCount) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1410-1428 |
| | 4 | 2 |
QRegularExpressionValidatorPrivate::setRegularExpressionName: | QRegularExpressionValidatorPrivate::setRegularExpression | Prototype: | void QRegularExpressionValidatorPrivate::setRegularExpression(const QRegularExpression &re) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 1063-1073 |
| | 6 | 2 |
QRenderRule::borderRectName: | QRenderRule::borderRect | Prototype: | QRect QRenderRule::borderRect(const QRect& r) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1018-1024 |
| | 4 | 2 |
QRenderRule::contentsRectName: | QRenderRule::contentsRect | Prototype: | QRect QRenderRule::contentsRect(const QRect& r) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1044-1051 |
| | 5 | 2 |
QRenderRule::drawFrameName: | QRenderRule::drawFrame | Prototype: | void QRenderRule::drawFrame(QPainter *p, const QRect& rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1326-1331 |
| | 3 | 2 |
QRenderRule::drawImageName: | QRenderRule::drawImage | Prototype: | void QRenderRule::drawImage(QPainter *p, const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1333-1338 |
| | 3 | 2 |
QRenderRule::drawOutlineName: | QRenderRule::drawOutline | Prototype: | void QRenderRule::drawOutline(QPainter *p, const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1215-1224 |
| | 6 | 2 |
QRenderRule::outlineRectName: | QRenderRule::outlineRect | Prototype: | QRect QRenderRule::outlineRect(const QRect& r) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1026-1033 |
| | 5 | 2 |
QRenderRule::paddingRectName: | QRenderRule::paddingRect | Prototype: | QRect QRenderRule::paddingRect(const QRect& r) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1035-1042 |
| | 5 | 2 |
QResource::addSearchPathName: | QResource::addSearchPath | Prototype: | void QResource::addSearchPath(const QString &path) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 556-566 |
| | 6 | 2 |
QResourceFileEngine::atEndName: | QResourceFileEngine::atEnd | Prototype: | bool QResourceFileEngine::atEnd() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1335-1341 |
| | 4 | 2 |
QResourceFileEngineIterator::currentFileNameName: | QResourceFileEngineIterator::currentFileName | Prototype: | QString QResourceFileEngineIterator::currentFileName() const | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | Lines: | 81-86 |
| | 3 | 2 |
QResourceFileEngineIterator::nextName: | QResourceFileEngineIterator::next | Prototype: | QString QResourceFileEngineIterator::next() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource_iterator.cpp | Lines: | 57-63 |
| | 4 | 2 |
QResourceFileEnginePrivate::mapName: | QResourceFileEnginePrivate::map | Prototype: | uchar *QResourceFileEnginePrivate::map(qint64 offset, qint64 size, QFile::MemoryMapFlags flags) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1476-1486 |
| | 7 | 2 |
QResourceFileEnginePrivate::uncompressName: | QResourceFileEnginePrivate::uncompress | Prototype: | void QResourceFileEnginePrivate::uncompress() const | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1494-1503 |
| | 2 | 2 |
QResourceRoot::flagsName: | QResourceRoot::flags | Prototype: | short QResourceRoot::flags(int node) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 751-757 |
| | 4 | 2 |
QResourceRoot::hashName: | QResourceRoot::hash | Prototype: | inline uint QResourceRoot::hash(int node) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 586-596 |
| | 8 | 2 |
QRingBuffer::clearName: | QRingBuffer::clear | Prototype: | void QRingBuffer::clear() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 205-216 |
| | 7 | 2 |
QRingBuffer::readLineName: | QRingBuffer::readLine | Prototype: | qint64 QRingBuffer::readLine(char *data, qint64 maxLength) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 351-362 |
| | 6 | 2 |
QRollEffect::closeEventName: | QRollEffect::closeEvent | Prototype: | void QRollEffect::closeEvent(QCloseEvent *e) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | Lines: | 427-438 |
| | 7 | 2 |
QRubberBand::initStyleOptionName: | QRubberBand::initStyleOption | Prototype: | void QRubberBand::initStyleOption(QStyleOptionRubberBand *option) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qrubberband.cpp | Lines: | 81-92 |
| | 5 | 2 |
QRubberBandPrivate::updateMaskName: | QRubberBandPrivate::updateMask | Prototype: | void QRubberBandPrivate::updateMask() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qrubberband.cpp | Lines: | 196-207 |
| | 7 | 2 |
QSaveFile::cancelWritingName: | QSaveFile::cancelWriting | Prototype: | void QSaveFile::cancelWriting() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 336-343 |
| | 5 | 2 |
QSaveFile::~QSaveFileName: | QSaveFile::~QSaveFile | Prototype: | QSaveFile::~QSaveFile() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsavefile.cpp | Lines: | 137-146 |
| | 6 | 2 |
QScanConverter::allocateName: | QScanConverter::allocate | Prototype: | inline void QScanConverter::allocate(int size) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 452-459 |
| | 4 | 2 |
QScanConverter::emitSpansName: | QScanConverter::emitSpans | Prototype: | void QScanConverter::emitSpans(int chunk) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 265-274 |
| | 5 | 2 |
QScanConverter::~QScanConverterName: | QScanConverter::~QScanConverter | Prototype: | QScanConverter::~QScanConverter() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 217-221 |
| | 2 | 2 |
QScreen::availableVirtualGeometryName: | QScreen::availableVirtualGeometry | Prototype: | QRect QScreen::availableVirtualGeometry() const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 435-442 |
| | 5 | 2 |
QScreen::logicalDotsPerInchXName: | QScreen::logicalDotsPerInchX | Prototype: | qreal QScreen::logicalDotsPerInchX() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 242-248 |
| | 4 | 2 |
QScreen::logicalDotsPerInchYName: | QScreen::logicalDotsPerInchY | Prototype: | qreal QScreen::logicalDotsPerInchY() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 258-264 |
| | 4 | 2 |
QScreen::virtualGeometryName: | QScreen::virtualGeometry | Prototype: | QRect QScreen::virtualGeometry() const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 401-408 |
| | 5 | 2 |
QScreen::virtualSiblingsName: | QScreen::virtualSiblings | Prototype: | QList<QScreen *> QScreen::virtualSiblings() const | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 365-374 |
| | 7 | 2 |
QScrollArea::eventName: | QScrollArea::event | Prototype: | bool QScrollArea::event(QEvent *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 298-313 |
| | 4 | 2 |
QScrollArea::eventFilterName: | QScrollArea::eventFilter | Prototype: | bool QScrollArea::eventFilter(QObject *o, QEvent *e) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 319-333 |
| | 4 | 2 |
QScrollArea::scrollContentsByName: | QScrollArea::scrollContentsBy | Prototype: | void QScrollArea::scrollContentsBy(int, int) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 348-354 |
| | 4 | 2 |
QScrollArea::setAlignmentName: | QScrollArea::setAlignment | Prototype: | void QScrollArea::setAlignment(Qt::Alignment alignment) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 525-531 |
| | 4 | 2 |
QScrollArea::takeWidgetName: | QScrollArea::takeWidget | Prototype: | QWidget *QScrollArea::takeWidget() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 285-293 |
| | 6 | 2 |
QScrollArea::viewportSizeHintName: | QScrollArea::viewportSizeHint | Prototype: | QSize QScrollArea::viewportSizeHint() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 411-419 |
| | 5 | 2 |
QScrollBar::hideEventName: | QScrollBar::hideEvent | Prototype: | void QScrollBar::hideEvent(QHideEvent *) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 726-733 |
| | 4 | 2 |
QScrollBar::sizeHintName: | QScrollBar::sizeHint | Prototype: | QSize QScrollBar::sizeHint() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 454-470 |
| | 11 | 2 |
QScrollBarPrivate::initName: | QScrollBarPrivate::init | Prototype: | void QScrollBarPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 384-406 |
| | 14 | 2 |
QScrollBarPrivate::newHoverControlName: | QScrollBarPrivate::newHoverControl | Prototype: | QStyle::SubControl QScrollBarPrivate::newHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 216-228 |
| | 9 | 2 |
QScrollBarPrivate::stopRepeatActionName: | QScrollBarPrivate::stopRepeatAction | Prototype: | void QScrollBarPrivate::stopRepeatAction() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 290-303 |
| | 9 | 2 |
QScrollBarPrivate::updateHoverControlName: | QScrollBarPrivate::updateHoverControl | Prototype: | bool QScrollBarPrivate::updateHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 202-214 |
| | 9 | 2 |
QScrollbarStyleAnimation::updateCurrentTimeName: | QScrollbarStyleAnimation::updateCurrentTime | Prototype: | void QScrollbarStyleAnimation::updateCurrentTime(int time) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 360-365 |
| | 3 | 2 |
QScroller::grabbedGestureName: | QScroller::grabbedGesture | Prototype: | Qt::GestureType QScroller::grabbedGesture(QObject *target) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 448-455 |
| | 4 | 2 |
QScroller::setScrollerPropertiesName: | QScroller::setScrollerProperties | Prototype: | void QScroller::setScrollerProperties(const QScrollerProperties &sp) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 368-379 |
| | 5 | 2 |
QScrollerPrivate::createScrollToSegmentsName: | 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 |
QScrollerPrivate::pressWhileScrollingName: | 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 |
QScrollerPrivate::recalcScrollingSegmentsName: | 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 |
QScrollerPrivate::releaseWhilePressedName: | 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 |
QScrollerPrivate::timerEventWhileDraggingName: | 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 |
QScrollerPrivate::timerEventWhileScrollingName: | 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 |
QScrollerProperties::setDefaultScrollerPropertiesName: | QScrollerProperties::setDefaultScrollerProperties | Prototype: | void QScrollerProperties::setDefaultScrollerProperties(const QScrollerProperties &sp) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp | Lines: | 193-199 |
| | 3 | 2 |
QScrollerPropertiesPrivate::defaultsName: | QScrollerPropertiesPrivate::defaults | Prototype: | QScrollerPropertiesPrivate *QScrollerPropertiesPrivate::defaults() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp | Lines: | 55-87 |
| | 24 | 2 |
QSemaphore::acquireName: | QSemaphore::acquire | Prototype: | void QSemaphore::acquire(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 138-145 |
| | 5 | 2 |
QSemaphore::tryAcquireName: | QSemaphore::tryAcquire | Prototype: | bool QSemaphore::tryAcquire(int n) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 188-196 |
| | 6 | 2 |
QSequentialAnimationGroup::insertPauseName: | QSequentialAnimationGroup::insertPause | Prototype: | QPauseAnimation *QSequentialAnimationGroup::insertPause(int index, int msecs) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 288-300 |
| | 7 | 2 |
QSequentialAnimationGroup::updateDirectionName: | QSequentialAnimationGroup::updateDirection | Prototype: | void QSequentialAnimationGroup::updateDirection(QAbstractAnimation::Direction direction) | Coverage: | 33.333% (2/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 417-423 |
| | 3 | 2 |
QSequentialAnimationGroupPrivate::animationActualTotalDurationName: | QSequentialAnimationGroupPrivate::animationActualTotalDuration | Prototype: | int QSequentialAnimationGroupPrivate::animationActualTotalDuration(int index) const | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 107-114 |
| | 5 | 2 |
QSequentialIterable::atName: | QSequentialIterable::at | Prototype: | QVariant QSequentialIterable::at(int idx) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3921-3927 |
| | 4 | 2 |
QSequentialIterable::const_iterator::operator*Name: | QSequentialIterable::const_iterator::operator* | Prototype: | const QVariant QSequentialIterable::const_iterator::operator*() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 4000-4006 |
| | 4 | 2 |
QSequentialIterable::const_iterator::operator=Name: | QSequentialIterable::const_iterator::operator= | Prototype: | QSequentialIterable::const_iterator& QSequentialIterable::const_iterator::operator=(const const_iterator &other) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3984-3995 |
| | 7 | 2 |
QSequentialIterable::const_iterator::~const_iteratorName: | QSequentialIterable::const_iterator::~const_iterator | Prototype: | QSequentialIterable::const_iterator::~const_iterator() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 3965-3970 |
| | 3 | 2 |
QSettings::beginWriteArrayName: | QSettings::beginWriteArray | Prototype: | void QSettings::beginWriteArray(const QString &prefix, int size) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2983-2992 |
| | 5 | 2 |
QSettings::eventName: | QSettings::event | Prototype: | bool QSettings::event(QEvent *event) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3253-3261 |
| | 5 | 2 |
QSettings::registerFormatName: | QSettings::registerFormat | Prototype: | QSettings::Format QSettings::registerFormat(const QString &extension, ReadFunc readFunc, WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3470-3492 |
| | 13 | 2 |
QSettings::setArrayIndexName: | QSettings::setArrayIndex | Prototype: | void QSettings::setArrayIndex(int i) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3029-3041 |
| | 8 | 2 |
QSettings::setIniCodecName: | QSettings::setIniCodec | Prototype: | void QSettings::setIniCodec(const char *codecName) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 2827-2832 |
| | 3 | 2 |
QSettings::setPathName: | QSettings::setPath | Prototype: | void QSettings::setPath(Format format, Scope scope, const QString &path) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3393-3400 |
| | 5 | 2 |
QSettings::setValueName: | QSettings::setValue | Prototype: | void QSettings::setValue(const QString &key, const QVariant &value) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3146-3156 |
| | 7 | 2 |
QSettings::valueName: | QSettings::value | Prototype: | QVariant QSettings::value(const QString &key, const QVariant &defaultValue) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 3282-3293 |
| | 8 | 2 |