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::~QTextFrameName: | 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::setLayoutDataName: | 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::parentFrameName: | 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::layoutDataName: | 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::lastPositionName: | 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::lastCursorPositionName: | 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::iteratorName: | 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::iteratorName: | 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::iteratorName: | 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::currentFrameName: | 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::currentBlockName: | 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::firstPositionName: | 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::firstCursorPositionName: | 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::endName: | 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::childFramesName: | 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::beginName: | 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::QTextFrameName: | 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::QTextFrameName: | 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::textName: | 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::positionName: | 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::lengthName: | 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::glyphRunsName: | 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::containsName: | 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::charFormatIndexName: | 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::charFormatName: | 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::resolveFontName: | 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::recalcHashName: | 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::recalcFontName: | 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::propertyIndexName: | 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::propertyName: | 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::insertPropertyName: | 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::hashName: | 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::hasPropertyName: | 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::fontName: | 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::clearPropertyName: | 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::QTextFormatPrivateName: | 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::PropertyName: | 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::setObjectFormatIndexName: | 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::setDefaultFontName: | 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::objectFormatIndexName: | 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::indexForFormatName: | 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::hasFormatCachedName: | 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::formatName: | 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::createObjectIndexName: | 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::QTextFormatCollectionName: | 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::typeName: | 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::toTableFormatName: | 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::toTableCellFormatName: | 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::toListFormatName: | 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::toImageFormatName: | 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::toFrameFormatName: | 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::toCharFormatName: | 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::toBlockFormatName: | 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::stringPropertyName: | 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::setPropertyName: | 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::setPropertyName: | 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::setObjectIndexName: | 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::propertyCountName: | 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::propertyName: | 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::propertiesName: | 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::penPropertyName: | 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::objectIndexName: | 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::mergeName: | 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::lengthVectorPropertyName: | 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::lengthPropertyName: | 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::intPropertyName: | 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::hasPropertyName: | 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::doublePropertyName: | 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::colorPropertyName: | 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::clearPropertyName: | 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::brushPropertyName: | 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::boolPropertyName: | 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::QTextFormatName: | 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::QTextFormatName: | 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::QTextFormatName: | 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::~QTextEngineName: | 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::widthName: | 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::validateName: | 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::tightBoundingBoxName: | 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::shapeTextWithHarfbuzzNGName: | 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::shapeTextWithHarfbuzzName: | 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::shapeTextName: | 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::shapeLineName: | 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::shapeName: | 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::setPreeditAreaName: | 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::setFormatsName: | 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::setBoundaryName: | 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::resolveFormatsName: | 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::resetFontEngineCacheName: | 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 |