Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRawFont::QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 140-143 |
| | 2 | 1 |
QRawFont::QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 152-158 |
| | 1 | 1 |
QRawFont::QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 167-173 |
| | 1 | 1 |
QRawFont::QRawFontName: | QRawFont::QRawFont | Prototype: | QRawFont::QRawFont(const QRawFont &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 178-181 |
| | 1 | 1 |
QRawFont::advancesForGlyphIndexesName: | QRawFont::advancesForGlyphIndexes | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs, LayoutFlags layoutFlags) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 564-587 |
| | 15 | 4 |
QRawFont::advancesForGlyphIndexesName: | QRawFont::advancesForGlyphIndexes | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 600-603 |
| | 1 | 1 |
QRawFont::alphaMapForGlyphName: | QRawFont::alphaMapForGlyph | Prototype: | QImage QRawFont::alphaMapForGlyph(quint32 glyphIndex, AntialiasingType antialiasingType, const QTransform &transform) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 265-275 |
| | 5 | 3 |
QRawFont::ascentName: | QRawFont::ascent | Prototype: | qreal QRawFont::ascent() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 322-325 |
| | 1 | 1 |
QRawFont::averageCharWidthName: | QRawFont::averageCharWidth | Prototype: | qreal QRawFont::averageCharWidth() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 371-374 |
| | 1 | 1 |
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::descentName: | QRawFont::descent | Prototype: | qreal QRawFont::descent() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 337-340 |
| | 1 | 1 |
QRawFont::familyNameName: | QRawFont::familyName | Prototype: | QString QRawFont::familyName() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 432-435 |
| | 1 | 1 |
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::fromFontName: | QRawFont::fromFont | Prototype: | QRawFont QRawFont::fromFont(const QFont &font, QFontDatabase::WritingSystem writingSystem) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 702-720 |
| | 12 | 3 |
QRawFont::glyphIndexesForCharsName: | QRawFont::glyphIndexesForChars | Prototype: | bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 509-526 |
| | 11 | 3 |
QRawFont::glyphIndexesForStringName: | QRawFont::glyphIndexesForString | Prototype: | QVector<quint32> QRawFont::glyphIndexesForString(const QString &text) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 480-497 |
| | 12 | 3 |
QRawFont::hintingPreferenceName: | QRawFont::hintingPreference | Prototype: | QFont::HintingPreference QRawFont::hintingPreference() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 610-613 |
| | 1 | 1 |
QRawFont::isValidName: | QRawFont::isValid | Prototype: | bool QRawFont::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 210-213 |
| | 1 | 1 |
QRawFont::leadingName: | QRawFont::leading | Prototype: | qreal QRawFont::leading() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 361-364 |
| | 1 | 1 |
QRawFont::lineThicknessName: | QRawFont::lineThickness | Prototype: | qreal QRawFont::lineThickness() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 415-418 |
| | 1 | 1 |
QRawFont::loadFromDataName: | QRawFont::loadFromData | Prototype: | void QRawFont::loadFromData(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 242-250 |
| | 4 | 1 |
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::maxCharWidthName: | QRawFont::maxCharWidth | Prototype: | qreal QRawFont::maxCharWidth() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 381-384 |
| | 1 | 1 |
QRawFont::operator=Name: | QRawFont::operator= | Prototype: | QRawFont &QRawFont::operator=(const QRawFont &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 193-197 |
| | 2 | 1 |
QRawFont::operator==Name: | QRawFont::operator== | Prototype: | bool QRawFont::operator==(const QRawFont &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 299-302 |
| | 1 | 1 |
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::pixelSizeName: | QRawFont::pixelSize | Prototype: | qreal QRawFont::pixelSize() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 393-396 |
| | 1 | 1 |
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 |
QRawFont::styleName: | QRawFont::style | Prototype: | QFont::Style QRawFont::style() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 452-455 |
| | 1 | 1 |
QRawFont::styleNameName: | QRawFont::styleName | Prototype: | QString QRawFont::styleName() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 442-445 |
| | 1 | 1 |
QRawFont::supportedWritingSystemsName: | QRawFont::supportedWritingSystems | Prototype: | QList<QFontDatabase::WritingSystem> QRawFont::supportedWritingSystems() const | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 640-668 |
| | 18 | 7 |
QRawFont::supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(QChar character) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 675-678 |
| | 1 | 1 |
QRawFont::supportsCharacterName: | QRawFont::supportsCharacter | Prototype: | bool QRawFont::supportsCharacter(uint ucs4) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 687-690 |
| | 1 | 1 |
QRawFont::underlinePositionName: | QRawFont::underlinePosition | Prototype: | qreal QRawFont::underlinePosition() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 424-427 |
| | 1 | 1 |
QRawFont::unitsPerEmName: | QRawFont::unitsPerEm | Prototype: | qreal QRawFont::unitsPerEm() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 406-409 |
| | 1 | 1 |
QRawFont::weightName: | QRawFont::weight | Prototype: | int QRawFont::weight() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 462-465 |
| | 1 | 1 |
QRawFont::xHeightName: | QRawFont::xHeight | Prototype: | qreal QRawFont::xHeight() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 349-352 |
| | 1 | 1 |
QRawFontPrivate::loadFromDataName: | QRawFontPrivate::loadFromData | Prototype: | void QRawFontPrivate::loadFromData(const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 737-744 |
| | 3 | 1 |
QRectVectorPath::QRectVectorPathName: | QRectVectorPath::QRectVectorPath | Prototype: | inline QRectVectorPath(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 110-114 |
| | 1 | 1 |
QRectVectorPath::QRectVectorPathName: | QRectVectorPath::QRectVectorPath | Prototype: | inline QRectVectorPath(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 115-119 |
| | 1 | 1 |
QRectVectorPath::QRectVectorPathName: | QRectVectorPath::QRectVectorPath | Prototype: | inline QRectVectorPath() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 120-122 |
| | 1 | 1 |
QRectVectorPath::setName: | QRectVectorPath::set | Prototype: | inline void set(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 81-94 |
| | 12 | 1 |
QRectVectorPath::setName: | QRectVectorPath::set | Prototype: | inline void set(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 96-109 |
| | 12 | 1 |
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 |
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::errorStringName: | QRegExp::errorString | Prototype: | QString QRegExp::errorString() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 4496-4499 |
| | 1 | 1 |
QRegExpCharClass::dumpName: | QRegExpCharClass::dump | Prototype: | void QRegExpCharClass::dump() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2432-2442 |
| | 6 | 3 |
QRegExpEngine::Box::BoxName: | QRegExpEngine::Box::Box | Prototype: | Box(const Box &b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1208-1208 |
| | 1 | 1 |
QRegExpEngine::Box::dumpName: | QRegExpEngine::Box::dump | Prototype: | void QRegExpEngine::Box::dump() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2693-2712 |
| | 13 | 5 |
QRegExpEngine::dumpName: | QRegExpEngine::dump | Prototype: | void QRegExpEngine::dump() const | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1647-1701 |
| | 34 | 13 |
QRegExpEngine::errorStringName: | QRegExpEngine::errorString | Prototype: | const QString &errorString() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1087-1087 |
| | 1 | 1 |
QRegExpEngineKey::clearName: | QRegExpEngineKey::clear | Prototype: | inline void clear() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 877-881 |
| | 3 | 1 |
QRegExpValidator::QRegExpValidatorName: | QRegExpValidator::QRegExpValidator | Prototype: | QRegExpValidator::QRegExpValidator(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 841-844 |
| | 2 | 1 |
QRegExpValidator::QRegExpValidatorName: | QRegExpValidator::QRegExpValidator | Prototype: | QRegExpValidator::QRegExpValidator(const QRegExp& rx, QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 854-857 |
| | 2 | 1 |
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 |
QRegExpValidator::validateName: | QRegExpValidator::validate | Prototype: | QValidator::State QRegExpValidator::validate(QString &input, int& pos) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 884-897 |
| | 7 | 3 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(int x, int y, int w, int h, RegionType t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 227-232 |
| | 3 | 1 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3811-3814 |
| | 2 | 1 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(const QRect &r, RegionType t) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3816-3832 |
| | 11 | 4 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(const QPolygon &a, Qt::FillRule fillRule) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3834-3849 |
| | 9 | 3 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(const QRegion &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3851-3855 |
| | 2 | 1 |
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::cleanUpName: | QRegion::cleanUp | Prototype: | void QRegion::cleanUp(QRegion::QRegionData *x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3869-3873 |
| | 2 | 1 |
QRegion::containsName: | QRegion::contains | Prototype: | bool QRegion::contains(const QPoint &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3920-3923 |
| | 1 | 1 |
QRegion::containsName: | QRegion::contains | Prototype: | bool QRegion::contains(const QRect &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3925-3928 |
| | 1 | 1 |
QRegion::copyName: | QRegion::copy | Prototype: | QRegion QRegion::copy() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3895-3908 |
| | 10 | 3 |
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::execName: | QRegion::exec | Prototype: | void QRegion::exec(const QByteArray &buffer, int ver, QDataStream::ByteOrder byteOrder) | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 271-342 |
| | 53 | 15 |
QRegion::intersectedName: | QRegion::intersected | Prototype: | QRegion QRegion::intersected(const QRegion &r) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4065-4108 |
| | 26 | 7 |
QRegion::intersectedName: | QRegion::intersected | Prototype: | QRegion QRegion::intersected(const QRect &r) const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4110-4134 |
| | 15 | 5 |
QRegion::intersectsName: | QRegion::intersects | Prototype: | bool QRegion::intersects(const QRegion ®ion) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 699-717 |
| | 13 | 7 |
QRegion::intersectsName: | QRegion::intersects | Prototype: | bool QRegion::intersects(const QRect &rect) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4286-4302 |
| | 12 | 6 |
QRegion::isEmptyName: | QRegion::isEmpty | Prototype: | bool QRegion::isEmpty() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3910-3913 |
| | 1 | 1 |
QRegion::isNullName: | QRegion::isNull | Prototype: | bool QRegion::isNull() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3915-3918 |
| | 1 | 1 |
QRegion::operator&Name: | QRegion::operator& | Prototype: | QRegion QRegion::operator&(const QRegion &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 503-504 |
| | 1 | 1 |
QRegion::operator&Name: | QRegion::operator& | Prototype: | QRegion QRegion::operator&(const QRect &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 513-516 |
| | 1 | 1 |
QRegion::operator&=Name: | QRegion::operator&= | Prototype: | QRegion& QRegion::operator&=(const QRegion &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 584-585 |
| | 1 | 1 |
QRegion::operator&=Name: | QRegion::operator&= | Prototype: | QRegion& QRegion::operator&=(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 592-595 |
| | 1 | 1 |
QRegion::operator+Name: | QRegion::operator+ | Prototype: | QRegion QRegion::operator+(const QRegion &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 481-482 |
| | 1 | 1 |
QRegion::operator+Name: | QRegion::operator+ | Prototype: | QRegion QRegion::operator+(const QRect &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 491-492 |
| | 1 | 1 |
QRegion::operator+=Name: | QRegion::operator+= | Prototype: | QRegion& QRegion::operator+=(const QRegion &r) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3974-4002 |
| | 23 | 9 |
QRegion::operator+=Name: | QRegion::operator+= | Prototype: | QRegion& QRegion::operator+=(const QRect &r) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4036-4063 |
| | 22 | 8 |
QRegion::operator-Name: | QRegion::operator- | Prototype: | QRegion QRegion::operator-(const QRegion &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 527-528 |
| | 1 | 1 |
QRegion::operator-=Name: | QRegion::operator-= | Prototype: | QRegion& QRegion::operator-=(const QRegion &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 612-613 |
| | 1 | 1 |
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::operator==Name: | QRegion::operator== | Prototype: | bool QRegion::operator==(const QRegion &r) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4273-4284 |
| | 7 | 4 |
QRegion::operator^Name: | QRegion::operator^ | Prototype: | QRegion QRegion::operator^(const QRegion &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 539-540 |
| | 1 | 1 |
QRegion::operator^=Name: | QRegion::operator^= | Prototype: | QRegion& QRegion::operator^=(const QRegion &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 622-623 |
| | 1 | 1 |
QRegion::operator|Name: | QRegion::operator| | Prototype: | QRegion QRegion::operator|(const QRegion &r) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 469-470 |
| | 1 | 1 |
QRegion::operator|=Name: | QRegion::operator|= | Prototype: | QRegion& QRegion::operator|=(const QRegion &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 549-550 |
| | 1 | 1 |
QRegion::rectCountName: | QRegion::rectCount | Prototype: | int QRegion::rectCount() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4267-4270 |
| | 1 | 1 |
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::setRectsName: | QRegion::setRects | Prototype: | void QRegion::setRects(const QRect *rects, int num) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4235-4265 |
| | 22 | 4 |
QRegion::subtractedName: | QRegion::subtracted | Prototype: | QRegion QRegion::subtracted(const QRegion &r) const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4136-4159 |
| | 12 | 5 |
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::translatedName: | QRegion::translated | Prototype: | QRegion QRegion::translated(int dx, int dy) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 678-684 |
| | 3 | 1 |
QRegion::unitedName: | QRegion::united | Prototype: | QRegion QRegion::united(const QRegion &r) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3941-3972 |
| | 26 | 9 |
QRegion::unitedName: | QRegion::united | Prototype: | QRegion QRegion::united(const QRect &r) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4004-4034 |
| | 25 | 8 |
QRegion::xoredName: | QRegion::xored | Prototype: | QRegion QRegion::xored(const QRegion &r) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4161-4177 |
| | 12 | 5 |