| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QRegExp::operator=| Name: | QRegExp::operator= | | Prototype: | QRegExp &QRegExp::operator=(const QRegExp &rx) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3981-3999 |
| | 14 | 3 |
QRegExp::matchedLength| Name: | QRegExp::matchedLength | | Prototype: | int QRegExp::matchedLength() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4337-4340 |
| | 1 | 1 |
QRegExp::lastIndexIn| Name: | QRegExp::lastIndexIn | | Prototype: | int QRegExp::lastIndexIn(const QString &str, int offset, CaretMode caretMode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4311-4329 |
| | 13 | 5 |
QRegExp::isValid| Name: | 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::isMinimal| Name: | QRegExp::isMinimal | | Prototype: | bool QRegExp::isMinimal() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4190-4193 |
| | 1 | 1 |
QRegExp::isEmpty| Name: | QRegExp::isEmpty | | Prototype: | bool QRegExp::isEmpty() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4069-4072 |
| | 1 | 1 |
QRegExp::indexIn| Name: | 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::exactMatch| Name: | 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::escape| Name: | QRegExp::escape | | Prototype: | QString QRegExp::escape(const QString &str) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4517-4544 |
| | 9 | 16 |
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 |
QRegExp::caseSensitivity| Name: | QRegExp::caseSensitivity | | Prototype: | Qt::CaseSensitivity QRegExp::caseSensitivity() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4129-4132 |
| | 1 | 1 |
QRegExp::capturedTexts| Name: | QRegExp::capturedTexts | | Prototype: | QStringList QRegExp::capturedTexts() const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4392-4410 |
| | 13 | 5 |
QRegExp::capturedTexts| Name: | QRegExp::capturedTexts | | Prototype: | QStringList QRegExp::capturedTexts() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4415-4418 |
| | 1 | 1 |
QRegExp::captureCount| Name: | QRegExp::captureCount | | Prototype: | int QRegExp::captureCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4348-4352 |
| | 2 | 1 |
QRegExp::cap| Name: | QRegExp::cap | | Prototype: | QString QRegExp::cap(int nth) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4435-4438 |
| | 1 | 1 |
QRegExp::cap| Name: | QRegExp::cap | | Prototype: | QString QRegExp::cap(int nth) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4443-4446 |
| | 1 | 1 |
QRegExp::QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3934-3938 |
| | 2 | 1 |
QRegExp::QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp(const QString &pattern, Qt::CaseSensitivity cs, PatternSyntax syntax) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3950-3954 |
| | 2 | 1 |
QRegExp::QRegExp| Name: | QRegExp::QRegExp | | Prototype: | QRegExp::QRegExp(const QRegExp &rx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3961-3965 |
| | 2 | 1 |
QRecursiveMutexPrivate::unlock| Name: | 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 |
QRecursiveMutexPrivate::lock| Name: | QRecursiveMutexPrivate::lock | | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 622-640 |
| | 12 | 4 |
QRecursiveMutexPrivate::QRecursiveMutexPrivate| Name: | QRecursiveMutexPrivate::QRecursiveMutexPrivate | | Prototype: | QRecursiveMutexPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 69-70 |
| | 1 | 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 |
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 |
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 |
QRectF::toAlignedRect| Name: | QRectF::toAlignedRect | | Prototype: | QRect QRectF::toAlignedRect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2344-2351 |
| | 5 | 1 |
QRectF::operator|| Name: | QRectF::operator| | | Prototype: | QRectF QRectF::operator|(const QRectF &r) const | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2123-2161 |
| | 25 | 7 |
QRectF::operator&| Name: | QRectF::operator& | | Prototype: | QRectF QRectF::operator&(const QRectF &r) const | | Coverage: | 89.744% (35/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2192-2242 |
| | 38 | 11 |
QRectF::normalized| Name: | QRectF::normalized | | Prototype: | QRectF QRectF::normalized() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1526-1538 |
| | 8 | 3 |
QRectF::intersects| Name: | QRectF::intersects | | Prototype: | bool QRectF::intersects(const QRectF &r) const | | Coverage: | 89.744% (35/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2277-2322 |
| | 33 | 11 |
QRectF::contains| Name: | QRectF::contains | | Prototype: | bool QRectF::contains(const QPointF &p) const | | Coverage: | 100.000% (25/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1939-1966 |
| | 19 | 7 |
QRectF::contains| Name: | QRectF::contains | | Prototype: | bool QRectF::contains(const QRectF &r) const | | Coverage: | 89.744% (35/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1985-2030 |
| | 33 | 11 |
QRect::operator|| Name: | QRect::operator| | | Prototype: | QRect QRect::operator|(const QRect &r) const | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 948-989 |
| | 30 | 7 |
QRect::operator&| Name: | QRect::operator& | | Prototype: | QRect QRect::operator&(const QRect &r) const | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1019-1064 |
| | 32 | 8 |
QRect::normalized| Name: | QRect::normalized | | Prototype: | QRect QRect::normalized() const | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 297-315 |
| | 12 | 3 |
QRect::intersects| Name: | QRect::intersects | | Prototype: | bool QRect::intersects(const QRect &r) const | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1098-1138 |
| | 27 | 8 |
QRect::contains| Name: | QRect::contains | | Prototype: | bool QRect::contains(const QPoint &p, bool proper) const | | Coverage: | 97.297% (36/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 806-839 |
| | 23 | 9 |
QRect::contains| Name: | QRect::contains | | Prototype: | bool QRect::contains(const QRect &r, bool proper) const | | Coverage: | 72.000% (36/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 870-920 |
| | 33 | 12 |
QReadWriteLock::~QReadWriteLock| Name: | QReadWriteLock::~QReadWriteLock | | Prototype: | QReadWriteLock::~QReadWriteLock() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 121-124 |
| | 1 | 1 |
QReadWriteLock::unlock| Name: | QReadWriteLock::unlock | | Prototype: | void QReadWriteLock::unlock() | | Coverage: | 92.593% (25/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 406-438 |
| | 19 | 9 |
QReadWriteLock::tryLockForWrite| Name: | QReadWriteLock::tryLockForWrite | | Prototype: | bool QReadWriteLock::tryLockForWrite() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 317-343 |
| | 29 | 5 |
QReadWriteLock::tryLockForWrite| Name: | QReadWriteLock::tryLockForWrite | | Prototype: | bool QReadWriteLock::tryLockForWrite(int timeout) | | Coverage: | 43.750% (7/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 364-396 |
| | 33 | 6 |
QReadWriteLock::tryLockForRead| Name: | QReadWriteLock::tryLockForRead | | Prototype: | bool QReadWriteLock::tryLockForRead() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 181-208 |
| | 24 | 5 |
QReadWriteLock::tryLockForRead| Name: | QReadWriteLock::tryLockForRead | | Prototype: | bool QReadWriteLock::tryLockForRead(int timeout) | | Coverage: | 44.444% (8/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 229-261 |
| | 28 | 6 |
QReadWriteLock::lockForWrite| Name: | QReadWriteLock::lockForWrite | | Prototype: | void QReadWriteLock::lockForWrite() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 274-300 |
| | 23 | 5 |
QReadWriteLock::lockForRead| Name: | QReadWriteLock::lockForRead | | Prototype: | void QReadWriteLock::lockForRead() | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 135-163 |
| | 25 | 5 |
QReadWriteLock::QReadWriteLock| Name: | QReadWriteLock::QReadWriteLock | | Prototype: | QReadWriteLock::QReadWriteLock(RecursionMode recursionMode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 111-113 |
| | 1 | 1 |
QReadNotifier::event| Name: | QReadNotifier::event | | Prototype: | bool QReadNotifier::event(QEvent *e) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1202-1212 |
| | 7 | 3 |
QReadNotifier::QReadNotifier| Name: | QReadNotifier::QReadNotifier | | Prototype: | QReadNotifier(qintptr fd, QNativeSocketEngine *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 1192-1194 |
| | 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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
QRasterizer::~QRasterizer| Name: | QRasterizer::~QRasterizer | | Prototype: | QRasterizer::~QRasterizer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 643-646 |
| | 1 | 1 |
QRasterizer::setLegacyRoundingEnabled| Name: | QRasterizer::setLegacyRoundingEnabled | | Prototype: | void QRasterizer::setLegacyRoundingEnabled(bool legacyRoundingEnabled) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 664-667 |
| | 1 | 1 |
QRasterizer::setClipRect| Name: | QRasterizer::setClipRect | | Prototype: | void QRasterizer::setClipRect(const QRect &clipRect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 659-662 |
| | 1 | 1 |
QRasterizer::setAntialiased| Name: | QRasterizer::setAntialiased | | Prototype: | void QRasterizer::setAntialiased(bool antialiased) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 648-651 |
| | 1 | 1 |
QRasterizer::rasterizeLine| Name: | QRasterizer::rasterizeLine | | Prototype: | void QRasterizer::rasterizeLine(const QPointF &a, const QPointF &b, qreal width, bool squareCap) | | Coverage: | 0.000% (0/228) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 750-1185 |
| | 304 | 67 |
QRasterizer::rasterize| Name: | QRasterizer::rasterize | | Prototype: | void QRasterizer::rasterize(const QT_FT_Outline *outline, Qt::FillRule fillRule) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 1187-1233 |
| | 26 | 7 |
QRasterizer::rasterize| Name: | QRasterizer::rasterize | | Prototype: | void QRasterizer::rasterize(const QPainterPath &path, Qt::FillRule fillRule) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 1235-1301 |
| | 39 | 11 |
QRasterizer::initialize| Name: | QRasterizer::initialize | | Prototype: | void QRasterizer::initialize(ProcessSpans blend, void *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 653-657 |
| | 2 | 1 |
QRasterizer::QRasterizer| Name: | QRasterizer::QRasterizer | | Prototype: | QRasterizer::QRasterizer() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 637-641 |
| | 1 | 1 |