| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextFrameComparator::operator()| Name: | QTextFrameComparator::operator() | | Prototype: | bool operator()(QTextFrame *frame, int position) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1474-1474 |
| | 1 | 1 |
QTextFrameComparator::operator()| Name: | QTextFrameComparator::operator() | | Prototype: | bool operator()(int position, QTextFrame *frame) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1475-1475 |
| | 1 | 1 |
QTextFrame::~QTextFrame| Name: | QTextFrame::~QTextFrame | | Prototype: | QTextFrame::~QTextFrame() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 428-432 |
| | 2 | 1 |
QTextFrame::setLayoutData| Name: | QTextFrame::setLayoutData | | Prototype: | void QTextFrame::setLayoutData(QTextFrameLayoutData *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 526-531 |
| | 3 | 1 |
QTextFrame::parentFrame| Name: | QTextFrame::parentFrame | | Prototype: | QTextFrame *QTextFrame::parentFrame() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 459-463 |
| | 2 | 1 |
QTextFrame::layoutData| Name: | QTextFrame::layoutData | | Prototype: | QTextFrameLayoutData *QTextFrame::layoutData() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 517-521 |
| | 2 | 1 |
QTextFrame::lastPosition| Name: | QTextFrame::lastPosition | | Prototype: | int QTextFrame::lastPosition() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 506-512 |
| | 4 | 2 |
QTextFrame::lastCursorPosition| Name: | QTextFrame::lastCursorPosition | | Prototype: | QTextCursor QTextFrame::lastCursorPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 482-486 |
| | 2 | 1 |
QTextFrame::iterator::operator=| Name: | QTextFrame::iterator::operator= | | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 694-702 |
| | 6 | 1 |
QTextFrame::iterator::operator--| Name: | QTextFrame::iterator::operator-- | | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator--() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 773-806 |
| | 23 | 9 |
QTextFrame::iterator::operator++| Name: | QTextFrame::iterator::operator++ | | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator++() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 735-766 |
| | 21 | 8 |
QTextFrame::iterator::iterator| Name: | QTextFrame::iterator::iterator | | Prototype: | QTextFrame::iterator::iterator() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 655-662 |
| | 5 | 1 |
QTextFrame::iterator::iterator| Name: | QTextFrame::iterator::iterator | | Prototype: | QTextFrame::iterator::iterator(QTextFrame *frame, int block, int begin, int end) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 667-674 |
| | 5 | 1 |
QTextFrame::iterator::iterator| Name: | QTextFrame::iterator::iterator | | Prototype: | QTextFrame::iterator::iterator(const iterator &other) noexcept | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 681-688 |
| | 5 | 1 |
QTextFrame::iterator::currentFrame| Name: | QTextFrame::iterator::currentFrame | | Prototype: | QTextFrame *QTextFrame::iterator::currentFrame() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 712-715 |
| | 1 | 1 |
QTextFrame::iterator::currentBlock| Name: | QTextFrame::iterator::currentBlock | | Prototype: | QTextBlock QTextFrame::iterator::currentBlock() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 723-728 |
| | 3 | 2 |
QTextFrame::firstPosition| Name: | QTextFrame::firstPosition | | Prototype: | int QTextFrame::firstPosition() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 493-499 |
| | 4 | 2 |
QTextFrame::firstCursorPosition| Name: | QTextFrame::firstCursorPosition | | Prototype: | QTextCursor QTextFrame::firstCursorPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 471-475 |
| | 2 | 1 |
QTextFrame::end| Name: | QTextFrame::end | | Prototype: | QTextFrame::iterator QTextFrame::end() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 644-650 |
| | 4 | 1 |
QTextFrame::childFrames| Name: | QTextFrame::childFrames | | Prototype: | QList<QTextFrame *> QTextFrame::childFrames() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 447-451 |
| | 2 | 1 |
QTextFrame::begin| Name: | QTextFrame::begin | | Prototype: | QTextFrame::iterator QTextFrame::begin() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 631-637 |
| | 4 | 1 |
QTextFrame::QTextFrame| Name: | QTextFrame::QTextFrame | | Prototype: | QTextFrame::QTextFrame(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 416-419 |
| | 2 | 1 |
QTextFrame::QTextFrame| Name: | QTextFrame::QTextFrame | | Prototype: | QTextFrame::QTextFrame(QTextFramePrivate &p, QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 437-440 |
| | 2 | 1 |
QTextFragment::text| Name: | QTextFragment::text | | Prototype: | QString QTextFragment::text() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1849-1863 |
| | 10 | 3 |
QTextFragment::position| Name: | QTextFragment::position | | Prototype: | int QTextFragment::position() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1778-1784 |
| | 3 | 2 |
QTextFragment::length| Name: | QTextFragment::length | | Prototype: | int QTextFragment::length() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1791-1803 |
| | 8 | 3 |
QTextFragment::glyphRuns| Name: | QTextFragment::glyphRuns | | Prototype: | QList<QGlyphRun> QTextFragment::glyphRuns(int pos, int len) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1747-1772 |
| | 17 | 6 |
QTextFragment::contains| Name: | QTextFragment::contains | | Prototype: | bool QTextFragment::contains(int position) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1809-1815 |
| | 4 | 2 |
QTextFragment::charFormatIndex| Name: | QTextFragment::charFormatIndex | | Prototype: | int QTextFragment::charFormatIndex() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1836-1842 |
| | 4 | 2 |
QTextFragment::charFormat| Name: | QTextFragment::charFormat | | Prototype: | QTextCharFormat QTextFragment::charFormat() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | | Lines: | 1822-1828 |
| | 4 | 2 |
QTextFormatPrivate::resolveFont| Name: | QTextFormatPrivate::resolveFont | | Prototype: | void QTextFormatPrivate::resolveFont(const QFont &defaultFont) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 322-344 |
| | 12 | 3 |
QTextFormatPrivate::recalcHash| Name: | QTextFormatPrivate::recalcHash | | Prototype: | uint QTextFormatPrivate::recalcHash() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 311-320 |
| | 5 | 2 |
QTextFormatPrivate::recalcFont| Name: | QTextFormatPrivate::recalcFont | | Prototype: | void QTextFormatPrivate::recalcFont() const | | Coverage: | 0.000% (0/57) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 346-432 |
| | 57 | 26 |
QTextFormatPrivate::propertyIndex| Name: | QTextFormatPrivate::propertyIndex | | Prototype: | inline int propertyIndex(qint32 key) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 225-231 |
| | 4 | 3 |
QTextFormatPrivate::property| Name: | QTextFormatPrivate::property | | Prototype: | inline QVariant property(qint32 key) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 233-239 |
| | 4 | 2 |
QTextFormatPrivate::operator==| Name: | QTextFormatPrivate::operator== | | Prototype: | inline bool operator==(const QTextFormatPrivate &rhs) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 193-198 |
| | 3 | 2 |
QTextFormatPrivate::insertProperty| Name: | QTextFormatPrivate::insertProperty | | Prototype: | inline void insertProperty(qint32 key, const QVariant &value) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 200-211 |
| | 8 | 4 |
QTextFormatPrivate::hash| Name: | QTextFormatPrivate::hash | | Prototype: | inline uint hash() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 186-191 |
| | 3 | 2 |
QTextFormatPrivate::hasProperty| Name: | QTextFormatPrivate::hasProperty | | Prototype: | inline bool hasProperty(qint32 key) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 241-242 |
| | 1 | 1 |
QTextFormatPrivate::font| Name: | QTextFormatPrivate::font | | Prototype: | inline const QFont &font() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 246-250 |
| | 3 | 2 |
QTextFormatPrivate::clearProperty| Name: | QTextFormatPrivate::clearProperty | | Prototype: | inline void clearProperty(qint32 key) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 213-223 |
| | 7 | 4 |
QTextFormatPrivate::QTextFormatPrivate| Name: | QTextFormatPrivate::QTextFormatPrivate | | Prototype: | QTextFormatPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 170-170 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator==| Name: | QTextFormatPrivate::Property::operator== | | Prototype: | inline bool operator==(const Property &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 180-181 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator!=| Name: | QTextFormatPrivate::Property::operator!= | | Prototype: | inline bool operator!=(const Property &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 182-183 |
| | 1 | 1 |
QTextFormatPrivate::Property::Property| Name: | QTextFormatPrivate::Property::Property | | Prototype: | inline Property(qint32 k, const QVariant &v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 174-174 |
| | 1 | 1 |
QTextFormatCollection::setObjectFormatIndex| Name: | QTextFormatCollection::setObjectFormatIndex | | Prototype: | void QTextFormatCollection::setObjectFormatIndex(int objectIndex, int formatIndex) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3442-3445 |
| | 1 | 1 |
QTextFormatCollection::setDefaultFont| Name: | QTextFormatCollection::setDefaultFont | | Prototype: | void QTextFormatCollection::setDefaultFont(const QFont &f) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3462-3468 |
| | 4 | 3 |
QTextFormatCollection::operator=| Name: | QTextFormatCollection::operator= | | Prototype: | QTextFormatCollection &QTextFormatCollection::operator=(const QTextFormatCollection &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3381-3386 |
| | 3 | 1 |
QTextFormatCollection::objectFormatIndex| Name: | QTextFormatCollection::objectFormatIndex | | Prototype: | int QTextFormatCollection::objectFormatIndex(int objectIndex) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3435-3440 |
| | 3 | 2 |
QTextFormatCollection::indexForFormat| Name: | QTextFormatCollection::indexForFormat | | Prototype: | int QTextFormatCollection::indexForFormat(const QTextFormat &format) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3392-3420 |
| | 15 | 5 |
QTextFormatCollection::hasFormatCached| Name: | QTextFormatCollection::hasFormatCached | | Prototype: | bool QTextFormatCollection::hasFormatCached(const QTextFormat &format) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3422-3433 |
| | 7 | 3 |
QTextFormatCollection::format| Name: | QTextFormatCollection::format | | Prototype: | QTextFormat QTextFormatCollection::format(int idx) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3454-3460 |
| | 3 | 2 |
QTextFormatCollection::createObjectIndex| Name: | QTextFormatCollection::createObjectIndex | | Prototype: | int QTextFormatCollection::createObjectIndex(const QTextFormat &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3447-3452 |
| | 3 | 1 |
QTextFormatCollection::QTextFormatCollection| Name: | QTextFormatCollection::QTextFormatCollection | | Prototype: | QTextFormatCollection::QTextFormatCollection(const QTextFormatCollection &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3375-3379 |
| | 2 | 1 |
QTextFormat::type| Name: | QTextFormat::type | | Prototype: | int QTextFormat::type() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 861-864 |
| | 1 | 1 |
QTextFormat::toTableFormat| Name: | QTextFormat::toTableFormat | | Prototype: | QTextTableFormat QTextFormat::toTableFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 893-896 |
| | 1 | 1 |
QTextFormat::toTableCellFormat| Name: | QTextFormat::toTableCellFormat | | Prototype: | QTextTableCellFormat QTextFormat::toTableCellFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 919-922 |
| | 1 | 1 |
QTextFormat::toListFormat| Name: | QTextFormat::toListFormat | | Prototype: | QTextListFormat QTextFormat::toListFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 885-888 |
| | 1 | 1 |
QTextFormat::toImageFormat| Name: | QTextFormat::toImageFormat | | Prototype: | QTextImageFormat QTextFormat::toImageFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 909-912 |
| | 1 | 1 |
QTextFormat::toFrameFormat| Name: | QTextFormat::toFrameFormat | | Prototype: | QTextFrameFormat QTextFormat::toFrameFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 901-904 |
| | 1 | 1 |
QTextFormat::toCharFormat| Name: | QTextFormat::toCharFormat | | Prototype: | QTextCharFormat QTextFormat::toCharFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 877-880 |
| | 1 | 1 |
QTextFormat::toBlockFormat| Name: | QTextFormat::toBlockFormat | | Prototype: | QTextBlockFormat QTextFormat::toBlockFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 869-872 |
| | 1 | 1 |
QTextFormat::stringProperty| Name: | QTextFormat::stringProperty | | Prototype: | QString QTextFormat::stringProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 987-995 |
| | 6 | 3 |
QTextFormat::setProperty| Name: | QTextFormat::setProperty | | Prototype: | void QTextFormat::setProperty(int propertyId, const QVariant &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1106-1114 |
| | 5 | 3 |
QTextFormat::setProperty| Name: | QTextFormat::setProperty | | Prototype: | void QTextFormat::setProperty(int propertyId, const QVector<QTextLength> &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1121-1131 |
| | 8 | 3 |
QTextFormat::setObjectIndex| Name: | QTextFormat::setObjectIndex | | Prototype: | void QTextFormat::setObjectIndex(int o) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1186-1197 |
| | 6 | 4 |
QTextFormat::propertyCount| Name: | QTextFormat::propertyCount | | Prototype: | int QTextFormat::propertyCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1233-1236 |
| | 1 | 1 |
QTextFormat::property| Name: | QTextFormat::property | | Prototype: | QVariant QTextFormat::property(int propertyId) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1096-1099 |
| | 1 | 1 |
QTextFormat::properties| Name: | QTextFormat::properties | | Prototype: | QMap<int, QVariant> QTextFormat::properties() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1219-1227 |
| | 5 | 3 |
QTextFormat::penProperty| Name: | QTextFormat::penProperty | | Prototype: | QPen QTextFormat::penProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1023-1031 |
| | 6 | 3 |
QTextFormat::operator==| Name: | QTextFormat::operator== | | Prototype: | bool QTextFormat::operator==(const QTextFormat &rhs) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1252-1270 |
| | 11 | 6 |
QTextFormat::operator=| Name: | QTextFormat::operator= | | Prototype: | QTextFormat &QTextFormat::operator=(const QTextFormat &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 798-803 |
| | 3 | 1 |
QTextFormat::objectIndex| Name: | QTextFormat::objectIndex | | Prototype: | int QTextFormat::objectIndex() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1169-1177 |
| | 6 | 3 |
QTextFormat::merge| Name: | QTextFormat::merge | | Prototype: | void QTextFormat::merge(const QTextFormat &other) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 833-854 |
| | 13 | 5 |
QTextFormat::lengthVectorProperty| Name: | QTextFormat::lengthVectorProperty | | Prototype: | QVector<QTextLength> QTextFormat::lengthVectorProperty(int propertyId) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1072-1089 |
| | 12 | 5 |
QTextFormat::lengthProperty| Name: | QTextFormat::lengthProperty | | Prototype: | QTextLength QTextFormat::lengthProperty(int propertyId) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1057-1062 |
| | 3 | 2 |
QTextFormat::intProperty| Name: | QTextFormat::intProperty | | Prototype: | int QTextFormat::intProperty(int propertyId) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 948-959 |
| | 7 | 3 |
QTextFormat::hasProperty| Name: | QTextFormat::hasProperty | | Prototype: | bool QTextFormat::hasProperty(int propertyId) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1205-1208 |
| | 1 | 1 |
QTextFormat::doubleProperty| Name: | QTextFormat::doubleProperty | | Prototype: | qreal QTextFormat::doubleProperty(int propertyId) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 969-977 |
| | 6 | 3 |
QTextFormat::colorProperty| Name: | QTextFormat::colorProperty | | Prototype: | QColor QTextFormat::colorProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1005-1013 |
| | 6 | 3 |
QTextFormat::clearProperty| Name: | QTextFormat::clearProperty | | Prototype: | void QTextFormat::clearProperty(int propertyId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1138-1143 |
| | 3 | 2 |
QTextFormat::brushProperty| Name: | QTextFormat::brushProperty | | Prototype: | QBrush QTextFormat::brushProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1041-1049 |
| | 6 | 3 |
QTextFormat::boolProperty| Name: | QTextFormat::boolProperty | | Prototype: | bool QTextFormat::boolProperty(int propertyId) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 931-939 |
| | 6 | 3 |
QTextFormat::QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 765-768 |
| | 2 | 1 |
QTextFormat::QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat(int type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 775-778 |
| | 2 | 1 |
QTextFormat::QTextFormat| Name: | QTextFormat::QTextFormat | | Prototype: | QTextFormat::QTextFormat(const QTextFormat &rhs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 787-790 |
| | 2 | 1 |
QTextEngine::~QTextEngine| Name: | QTextEngine::~QTextEngine | | Prototype: | QTextEngine::~QTextEngine() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1484-1490 |
| | 4 | 2 |
QTextEngine::width| Name: | QTextEngine::width | | Prototype: | QFixed QTextEngine::width(int from, int len) const | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1805-1865 |
| | 38 | 14 |
QTextEngine::validate| Name: | QTextEngine::validate | | Prototype: | void QTextEngine::validate() const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1565-1584 |
| | 13 | 6 |
QTextEngine::tightBoundingBox| Name: | QTextEngine::tightBoundingBox | | Prototype: | glyph_metrics_t QTextEngine::tightBoundingBox(int from, int len) const | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1928-1977 |
| | 39 | 12 |
QTextEngine::shapeTextWithHarfbuzzNG| Name: | QTextEngine::shapeTextWithHarfbuzzNG | | Prototype: | int QTextEngine::shapeTextWithHarfbuzzNG(const QScriptItem &si, const ushort *string, int itemLength, QFontEngine *fontEngine, const QVector<uint> &itemBoundaries, bool kerningEnabled, bool hasLetterSpacing) const | | Coverage: | 0.000% (0/82) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1130-1316 |
| | 90 | 24 |
QTextEngine::shapeTextWithHarfbuzz| Name: | QTextEngine::shapeTextWithHarfbuzz | | Prototype: | int QTextEngine::shapeTextWithHarfbuzz(const QScriptItem &si, const ushort *string, int itemLength, QFontEngine *fontEngine, const QVector<uint> &itemBoundaries, bool kerningEnabled) const | | Coverage: | 0.000% (0/78) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1337-1450 |
| | 77 | 23 |
QTextEngine::shapeText| Name: | QTextEngine::shapeText | | Prototype: | void QTextEngine::shapeText(int item) const | | Coverage: | 0.000% (0/105) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 957-1120 |
| | 102 | 28 |
QTextEngine::shapeLine| Name: | QTextEngine::shapeLine | | Prototype: | void QTextEngine::shapeLine(const QScriptLine &line) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 923-951 |
| | 19 | 6 |
QTextEngine::shape| Name: | QTextEngine::shape | | Prototype: | void QTextEngine::shape(int item) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1518-1536 |
| | 12 | 4 |
QTextEngine::setPreeditArea| Name: | QTextEngine::setPreeditArea | | Prototype: | void QTextEngine::setPreeditArea(int position, const QString &preeditText) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2604-2624 |
| | 14 | 5 |
QTextEngine::setFormats| Name: | QTextEngine::setFormats | | Prototype: | void QTextEngine::setFormats(const QVector<QTextLayout::FormatRange> &formats) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2626-2647 |
| | 14 | 5 |
QTextEngine::setBoundary| Name: | QTextEngine::setBoundary | | Prototype: | void QTextEngine::setBoundary(int strPos) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2887-2898 |
| | 7 | 3 |
QTextEngine::resolveFormats| Name: | QTextEngine::resolveFormats | | Prototype: | void QTextEngine::resolveFormats() const | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3018-3080 |
| | 43 | 11 |
QTextEngine::resetFontEngineCache| Name: | QTextEngine::resetFontEngineCache | | Prototype: | void QTextEngine::resetFontEngineCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1544-1549 |
| | 3 | 1 |