Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QRasterPaintEngine::fillRectName: | QRasterPaintEngine::fillRect | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QBrush &brush) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1751-1763 |
| | 5 | 2 |
QRasterPaintEngine::fillRectName: | QRasterPaintEngine::fillRect | Prototype: | void QRasterPaintEngine::fillRect(const QRectF &r, const QColor &color) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1768-1785 |
| | 9 | 2 |
QRasterPaintEngine::requiresPretransformedGlyphPositionsName: | QRasterPaintEngine::requiresPretransformedGlyphPositions | Prototype: | bool QRasterPaintEngine::requiresPretransformedGlyphPositions(QFontEngine *fontEngine, const QTransform &m) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3275-3283 |
| | 3 | 2 |
QRasterPaintEngine::updateBrushName: | QRasterPaintEngine::updateBrush | Prototype: | void QRasterPaintEngine::updateBrush(const QBrush &brush) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 798-813 |
| | 9 | 2 |
QRasterPaintEnginePrivate::getPenFuncName: | QRasterPaintEnginePrivate::getPenFunc | Prototype: | inline ProcessSpans QRasterPaintEnginePrivate::getPenFunc(const QRectF &rect, const QSpanData *data) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2926-2937 |
| | 6 | 2 |
QRasterPaintEnginePrivate::initializeRasterizerName: | QRasterPaintEnginePrivate::initializeRasterizer | Prototype: | void QRasterPaintEnginePrivate::initializeRasterizer(QSpanData *data) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3442-3466 |
| | 15 | 2 |
QRasterPaintEngineState::~QRasterPaintEngineStateName: | QRasterPaintEngineState::~QRasterPaintEngineState | Prototype: | QRasterPaintEngineState::~QRasterPaintEngineState() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 588-592 |
| | 2 | 2 |
QRasterPlatformPixmap::fromDataName: | QRasterPlatformPixmap::fromData | Prototype: | bool QRasterPlatformPixmap::fromData(const uchar *buffer, uint len, const char *format, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 113-125 |
| | 8 | 2 |
QRasterPlatformPixmap::fromImageReaderName: | QRasterPlatformPixmap::fromImageReader | Prototype: | void QRasterPlatformPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 140-149 |
| | 5 | 2 |
QRasterPlatformPixmap::scrollName: | QRasterPlatformPixmap::scroll | Prototype: | bool QRasterPlatformPixmap::scroll(int dx, int dy, const QRect &rect) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 159-164 |
| | 3 | 2 |
QRasterWindowPrivate::beginPaintName: | QRasterWindowPrivate::beginPaint | Prototype: | void beginPaint(const QRegion ®ion) override | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qrasterwindow.cpp | Lines: | 67-75 |
| | 5 | 2 |
QRawFont::boundingRectName: | QRawFont::boundingRect | Prototype: | QRectF QRawFont::boundingRect(quint32 glyphIndex) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 751-758 |
| | 4 | 2 |
QRawFont::fontTableName: | QRawFont::fontTable | Prototype: | QByteArray QRawFont::fontTable(const char *tagName) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 621-627 |
| | 3 | 2 |
QRawFont::loadFromFileName: | QRawFont::loadFromFile | Prototype: | void QRawFont::loadFromFile(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 224-231 |
| | 3 | 2 |
QRawFont::pathForGlyphName: | QRawFont::pathForGlyph | Prototype: | QPainterPath QRawFont::pathForGlyph(quint32 glyphIndex) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 285-294 |
| | 6 | 2 |
QRawFont::setPixelSizeName: | QRawFont::setPixelSize | Prototype: | void QRawFont::setPixelSize(qreal pixelSize) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 725-732 |
| | 4 | 2 |
QRect_uniteName: | QRect_unite | Prototype: | static inline void QRect_unite(QRect *rect, const QRect &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 946-954 |
| | 4 | 2 |
QRecursiveMutexPrivate::unlockName: | QRecursiveMutexPrivate::unlock | Prototype: | inline void QRecursiveMutexPrivate::unlock() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 645-653 |
| | 4 | 2 |
QRegExp::errorStringName: | QRegExp::errorString | Prototype: | QString QRegExp::errorString() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4484-4491 |
| | 3 | 2 |
QRegExp::exactMatchName: | QRegExp::exactMatch | Prototype: | bool QRegExp::exactMatch(const QString &str) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4238-4249 |
| | 7 | 2 |
QRegExp::indexInName: | QRegExp::indexIn | Prototype: | int QRegExp::indexIn(const QString &str, int offset, CaretMode caretMode) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4280-4288 |
| | 6 | 2 |
QRegExp::isValidName: | QRegExp::isValid | Prototype: | bool QRegExp::isValid() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4087-4095 |
| | 4 | 2 |
QRegExp::posName: | QRegExp::pos | Prototype: | int QRegExp::pos(int nth) const | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4462-4468 |
| | 3 | 2 |
QRegExp::setCaseSensitivityName: | QRegExp::setCaseSensitivity | Prototype: | void QRegExp::setCaseSensitivity(Qt::CaseSensitivity cs) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4142-4148 |
| | 3 | 2 |
QRegExp::setPatternName: | QRegExp::setPattern | Prototype: | void QRegExp::setPattern(const QString &pattern) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4115-4121 |
| | 3 | 2 |
QRegExp::setPatternSyntaxName: | QRegExp::setPatternSyntax | Prototype: | void QRegExp::setPatternSyntax(PatternSyntax syntax) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4176-4182 |
| | 3 | 2 |
QRegExpEngine::Box::setName: | QRegExpEngine::Box::set | Prototype: | void QRegExpEngine::Box::set(int bref) | Coverage: | 66.667% (4/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2507-2518 |
| | 7 | 2 |
QRegExpEngine::QRegExpEngineName: | QRegExpEngine::QRegExpEngine | Prototype: | QRegExpEngine::QRegExpEngine(const QRegExpEngineKey &key) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1341-1356 |
| | 6 | 2 |
QRegExpEngine::addAnchorsName: | QRegExpEngine::addAnchors | Prototype: | void QRegExpEngine::addAnchors(int from, int to, int a) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1591-1597 |
| | 4 | 2 |
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: | 1526-1530 |
| | 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: | 1767-1776 |
| | 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: | 3319-3323 |
| | 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: | 1755-1760 |
| | 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: | 3772-3784 |
| | 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: | 3310-3316 |
| | 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: | 1745-1753 |
| | 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: | 907-914 |
| | 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: | 3858-3867 |
| | 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: | 4179-4184 |
| | 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: | 241-245 |
| | 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: | 3882-3889 |
| | 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: | 4223-4233 |
| | 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: | 3932-3939 |
| | 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: | 3875-3879 |
| | 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: | 1244-1254 |
| | 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: | 1232-1242 |
| | 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: | 1208-1216 |
| | 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: | 1198-1206 |
| | 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: | 1142-1148 |
| | 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: | 1583-1588 |
| | 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: | 1674-1680 |
| | 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: | 1808-1814 |
| | 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: | 2171-2177 |
| | 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: | 2142-2148 |
| | 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: | 2125-2132 |
| | 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: | 2391-2401 |
| | 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: | 2377-2383 |
| | 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: | 1404-1422 |
| | 4 | 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: | 1012-1018 |
| | 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: | 1038-1045 |
| | 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: | 1320-1325 |
| | 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: | 1327-1332 |
| | 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: | 1209-1218 |
| | 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: | 1020-1027 |
| | 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: | 1029-1036 |
| | 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: | 550-560 |
| | 6 | 2 |
QResourceFileEngine::QResourceFileEngineName: | QResourceFileEngine::QResourceFileEngine | Prototype: | QResourceFileEngine::QResourceFileEngine(const QString &file) | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1222-1234 |
| | 4 | 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: | 1331-1337 |
| | 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: | 75-80 |
| | 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: | 51-57 |
| | 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: | 1472-1482 |
| | 7 | 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: | 745-751 |
| | 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: | 580-590 |
| | 8 | 2 |
QRingBuffer::appendName: | QRingBuffer::append | Prototype: | void QRingBuffer::append(const QByteArray &qba) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 288-299 |
| | 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: | 301-312 |
| | 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: | 421-432 |
| | 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: | 75-86 |
| | 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: | 190-201 |
| | 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: | 330-337 |
| | 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: | 131-140 |
| | 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: | 446-453 |
| | 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: | 259-268 |
| | 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: | 211-215 |
| | 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: | 427-433 |
| | 4 | 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: | 235-241 |
| | 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: | 251-257 |
| | 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: | 394-400 |
| | 4 | 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: | 358-367 |
| | 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: | 292-307 |
| | 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: | 313-327 |
| | 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: | 342-348 |
| | 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: | 519-525 |
| | 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: | 279-287 |
| | 6 | 2 |
QScrollArea::viewportSizeHintName: | QScrollArea::viewportSizeHint | Prototype: | QSize QScrollArea::viewportSizeHint() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 405-413 |
| | 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: | 720-727 |
| | 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: | 448-464 |
| | 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: | 378-400 |
| | 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: | 210-222 |
| | 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: | 284-297 |
| | 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: | 196-208 |
| | 9 | 2 |