| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRawFont::QRawFont| Name: | 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::QRawFont| Name: | 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::QRawFont| Name: | 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::QRawFont| Name: | 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::advancesForGlyphIndexes| Name: | 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::advancesForGlyphIndexes| Name: | 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::alphaMapForGlyph| Name: | 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::ascent| Name: | 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::averageCharWidth| Name: | 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::boundingRect| Name: | 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::descent| Name: | 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::familyName| Name: | 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::fontTable| Name: | 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::fromFont| Name: | 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::glyphIndexesForChars| Name: | 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::glyphIndexesForString| Name: | 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::hintingPreference| Name: | 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::isValid| Name: | 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::leading| Name: | 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::lineThickness| Name: | 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::loadFromData| Name: | 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::loadFromFile| Name: | 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::maxCharWidth| Name: | 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::pathForGlyph| Name: | 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::pixelSize| Name: | 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::setPixelSize| Name: | 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::style| Name: | 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::styleName| Name: | 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::supportedWritingSystems| Name: | 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::supportsCharacter| Name: | 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::supportsCharacter| Name: | 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::underlinePosition| Name: | 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::unitsPerEm| Name: | 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::weight| Name: | 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::xHeight| Name: | 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::loadFromData| Name: | 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::QRectVectorPath| Name: | 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::QRectVectorPath| Name: | 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::QRectVectorPath| Name: | 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::set| Name: | 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::set| Name: | 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_unite| Name: | 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::errorString| Name: | 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::errorString| Name: | 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::dump| Name: | 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::Box| Name: | 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::dump| Name: | 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::dump| Name: | 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::errorString| Name: | 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::clear| Name: | 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::QRegExpValidator| Name: | 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::QRegExpValidator| Name: | 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::setRegExp| Name: | 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::validate| Name: | 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::QRegion| Name: | 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::QRegion| Name: | 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::QRegion| Name: | 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::QRegion| Name: | 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::QRegion| Name: | 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::QRegion| Name: | 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::boundingRect| Name: | 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::cleanUp| Name: | 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::contains| Name: | 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::contains| Name: | 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::copy| Name: | 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::detach| Name: | 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::exec| Name: | 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::intersected| Name: | 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::intersected| Name: | 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::intersects| Name: | 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::intersects| Name: | 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::isEmpty| Name: | 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::isNull| Name: | 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::rectCount| Name: | 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::rects| Name: | 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::setRects| Name: | 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::subtracted| Name: | 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::translate| Name: | 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::translated| Name: | 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::united| Name: | 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::united| Name: | 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::xored| Name: | 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 |