| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTextBrowser::mouseReleaseEvent| Name: | QTextBrowser::mouseReleaseEvent | | Prototype: | void QTextBrowser::mouseReleaseEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 1001-1004 |
| | 1 | 1 |
QTextBrowserPrivate::HistoryEntry::HistoryEntry| Name: | QTextBrowserPrivate::HistoryEntry::HistoryEntry | | Prototype: | inline HistoryEntry() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 70-72 |
| | 1 | 1 |
QTextBrowserPrivate::QTextBrowserPrivate| Name: | QTextBrowserPrivate::QTextBrowserPrivate | | Prototype: | inline QTextBrowserPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 59-65 |
| | 1 | 1 |
QTextBrowserPrivate::resolveUrl| Name: | QTextBrowserPrivate::resolveUrl | | Prototype: | inline QUrl resolveUrl(const QString &url) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp | | Lines: | 133-134 |
| | 1 | 1 |
QTextCharFormat::QTextCharFormat| Name: | QTextCharFormat::QTextCharFormat | | Prototype: | QTextCharFormat::QTextCharFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1341-1341 |
| | 1 | 1 |
QTextCharFormat::font| Name: | QTextCharFormat::font | | Prototype: | QFont QTextCharFormat::font() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1955-1958 |
| | 1 | 1 |
QTextCharFormat::setFont| Name: | QTextCharFormat::setFont | | Prototype: | void QTextCharFormat::setFont(const QFont &font) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1884-1887 |
| | 1 | 1 |
QTextCodec::aliases| Name: | QTextCodec::aliases | | Prototype: | QList<QByteArray> QTextCodec::aliases() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 726-729 |
| | 1 | 1 |
QTextCodec::availableMibs| Name: | QTextCodec::availableMibs | | Prototype: | QList<int> QTextCodec::availableMibs() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 629-647 |
| | 1 | 1 |
QTextCodec::codecForHtml| Name: | QTextCodec::codecForHtml | | Prototype: | QTextCodec *QTextCodec::codecForHtml(const QByteArray &ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1085-1088 |
| | 1 | 1 |
QTextCodec::codecForUtfText| Name: | QTextCodec::codecForUtfText | | Prototype: | QTextCodec *QTextCodec::codecForUtfText(const QByteArray &ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1145-1148 |
| | 1 | 1 |
QTextCodec::fromUnicode| Name: | QTextCodec::fromUnicode | | Prototype: | QByteArray QTextCodec::fromUnicode(const QString& str) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 804-807 |
| | 1 | 1 |
QTextCodec::makeDecoder| Name: | QTextCodec::makeDecoder | | Prototype: | QTextDecoder* QTextCodec::makeDecoder(QTextCodec::ConversionFlags flags) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 771-774 |
| | 1 | 1 |
QTextCodec::makeEncoder| Name: | QTextCodec::makeEncoder | | Prototype: | QTextEncoder* QTextCodec::makeEncoder(QTextCodec::ConversionFlags flags) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 784-787 |
| | 1 | 1 |
QTextCodec::setCodecForLocale| Name: | QTextCodec::setCodecForLocale | | Prototype: | void QTextCodec::setCodecForLocale(QTextCodec *c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 661-664 |
| | 1 | 1 |
QTextCodec::toUnicode| Name: | QTextCodec::toUnicode | | Prototype: | QString QTextCodec::toUnicode(const QByteArray& a) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 824-827 |
| | 1 | 1 |
QTextCursor::QTextCursor| Name: | QTextCursor::QTextCursor | | Prototype: | QTextCursor::QTextCursor(QTextFrame *frame) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1055-1059 |
| | 1 | 1 |
QTextCursor::QTextCursor| Name: | QTextCursor::QTextCursor | | Prototype: | QTextCursor::QTextCursor(const QTextBlock &block) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1065-1069 |
| | 1 | 1 |
QTextCursor::QTextCursor| Name: | QTextCursor::QTextCursor | | Prototype: | QTextCursor::QTextCursor(const QTextCursor &cursor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1095-1098 |
| | 1 | 1 |
QTextCursor::hasSelection| Name: | QTextCursor::hasSelection | | Prototype: | bool QTextCursor::hasSelection() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1578-1581 |
| | 1 | 1 |
QTextCursor::insertBlock| Name: | QTextCursor::insertBlock | | Prototype: | void QTextCursor::insertBlock() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2003-2006 |
| | 1 | 1 |
QTextCursor::insertImage| Name: | QTextCursor::insertImage | | Prototype: | void QTextCursor::insertImage(const QTextImageFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2293-2296 |
| | 1 | 1 |
QTextCursor::insertTable| Name: | QTextCursor::insertTable | | Prototype: | QTextTable *QTextCursor::insertTable(int rows, int cols) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2139-2142 |
| | 1 | 1 |
QTextCursor::isCopyOf| Name: | QTextCursor::isCopyOf | | Prototype: | bool QTextCursor::isCopyOf(const QTextCursor &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2514-2517 |
| | 1 | 1 |
QTextCursor::isNull| Name: | QTextCursor::isNull | | Prototype: | bool QTextCursor::isNull() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1131-1134 |
| | 1 | 1 |
QTextCursor::keepPositionOnInsert| Name: | QTextCursor::keepPositionOnInsert | | Prototype: | bool QTextCursor::keepPositionOnInsert() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1348-1351 |
| | 1 | 1 |
QTextCursor::operator!=| Name: | QTextCursor::operator!= | | Prototype: | bool QTextCursor::operator!=(const QTextCursor &rhs) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 2341-2344 |
| | 1 | 1 |
QTextCursor::selection| Name: | QTextCursor::selection | | Prototype: | QTextDocumentFragment QTextCursor::selection() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1755-1758 |
| | 1 | 1 |
QTextCursor::verticalMovementX| Name: | QTextCursor::verticalMovementX | | Prototype: | int QTextCursor::verticalMovementX() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1333-1336 |
| | 1 | 1 |
QTextCursor::visualNavigation| Name: | QTextCursor::visualNavigation | | Prototype: | bool QTextCursor::visualNavigation() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1282-1285 |
| | 1 | 1 |
QTextCursorPrivate::QTextCursorPrivate| Name: | QTextCursorPrivate::QTextCursorPrivate | | Prototype: | QTextCursorPrivate::QTextCursorPrivate(QTextDocumentPrivate *p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 57-63 |
| | 1 | 1 |
QTextDecoder::QTextDecoder| Name: | QTextDecoder::QTextDecoder | | Prototype: | QTextDecoder::QTextDecoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 967-971 |
| | 1 | 1 |
QTextDecoder::hasFailure| Name: | QTextDecoder::hasFailure | | Prototype: | bool QTextDecoder::hasFailure() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1165-1168 |
| | 1 | 1 |
QTextDecoder::toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | QString QTextDecoder::toUnicode(const char *chars, int len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 990-993 |
| | 1 | 1 |
QTextDecoder::toUnicode| Name: | QTextDecoder::toUnicode | | Prototype: | QString QTextDecoder::toUnicode(const QByteArray &ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 1025-1028 |
| | 1 | 1 |
QTextDocument::end| Name: | QTextDocument::end | | Prototype: | QTextBlock QTextDocument::end() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1734-1737 |
| | 1 | 1 |
QTextDocument::isModified| Name: | QTextDocument::isModified | | Prototype: | bool QTextDocument::isModified() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1838-1841 |
| | 1 | 1 |
QTextDocument::pageCount| Name: | QTextDocument::pageCount | | Prototype: | int QTextDocument::pageCount() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1790-1793 |
| | 1 | 1 |
QTextDocument::setModified| Name: | QTextDocument::setModified | | Prototype: | void QTextDocument::setModified(bool m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 1843-1846 |
| | 1 | 1 |
QTextDocument::size| Name: | QTextDocument::size | | Prototype: | QSizeF QTextDocument::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 836-839 |
| | 1 | 1 |
QTextDocument::toHtml| Name: | QTextDocument::toHtml | | Prototype: | QString QTextDocument::toHtml(const QByteArray &encoding) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 3251-3254 |
| | 1 | 1 |
QTextDocumentFragment::fromHtml| Name: | QTextDocumentFragment::fromHtml | | Prototype: | QTextDocumentFragment QTextDocumentFragment::fromHtml(const QString &html) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines: | 1183-1186 |
| | 1 | 1 |
QTextDocumentFragment::isEmpty| Name: | QTextDocumentFragment::isEmpty | | Prototype: | bool QTextDocumentFragment::isEmpty() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines: | 349-352 |
| | 1 | 1 |
QTextDocumentLayout::QTextDocumentLayout| Name: | QTextDocumentLayout::QTextDocumentLayout | | Prototype: | QTextDocumentLayout::QTextDocumentLayout(QTextDocument *doc) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2849-2853 |
| | 1 | 1 |
QTextDocumentLayout::ensureLayouted| Name: | QTextDocumentLayout::ensureLayouted | | Prototype: | void QTextDocumentLayout::ensureLayouted(qreal y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 3338-3341 |
| | 1 | 1 |
QTextDocumentLayoutPrivate::ensureLayoutFinished| Name: | QTextDocumentLayoutPrivate::ensureLayoutFinished | | Prototype: | inline void ensureLayoutFinished() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 518-519 |
| | 1 | 1 |
QTextDocumentPrivate::insertBlock| Name: | QTextDocumentPrivate::insertBlock | | Prototype: | int QTextDocumentPrivate::insertBlock(int pos, int blockFormat, int charFormat, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 440-443 |
| | 1 | 1 |
QTextDocumentPrivate::objectForFormat| Name: | QTextDocumentPrivate::objectForFormat | | Prototype: | QTextObject *QTextDocumentPrivate::objectForFormat(const QTextFormat &f) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1610-1613 |
| | 1 | 1 |
QTextDocumentWriter::codec| Name: | QTextDocumentWriter::codec | | Prototype: | QTextCodec *QTextDocumentWriter::codec() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 331-334 |
| | 1 | 1 |
QTextDocumentWriter::device| Name: | QTextDocumentWriter::device | | Prototype: | QIODevice *QTextDocumentWriter::device () const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 207-210 |
| | 1 | 1 |
QTextDocumentWriter::format| Name: | QTextDocumentWriter::format | | Prototype: | QByteArray QTextDocumentWriter::format () const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 175-178 |
| | 1 | 1 |
QTextDocumentWriter::setFormat| Name: | QTextDocumentWriter::setFormat | | Prototype: | void QTextDocumentWriter::setFormat (const QByteArray &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentwriter.cpp | | Lines: | 165-168 |
| | 1 | 1 |
QTextEdit::inputMethodQuery| Name: | QTextEdit::inputMethodQuery | | Prototype: | QVariant QTextEdit::inputMethodQuery(Qt::InputMethodQuery property) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1712-1715 |
| | 1 | 1 |
QTextEdit::keyReleaseEvent| Name: | QTextEdit::keyReleaseEvent | | Prototype: | void QTextEdit::keyReleaseEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 1344-1371 |
| | 1 | 1 |
QTextEdit::setTextCursor| Name: | QTextEdit::setTextCursor | | Prototype: | void QTextEdit::setTextCursor(const QTextCursor &cursor) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 799-802 |
| | 1 | 1 |
QTextEdit::zoomIn| Name: | QTextEdit::zoomIn | | Prototype: | void QTextEdit::zoomIn(int range) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2266-2269 |
| | 1 | 1 |
QTextEdit::zoomOut| Name: | QTextEdit::zoomOut | | Prototype: | void QTextEdit::zoomOut(int range) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 2282-2285 |
| | 1 | 1 |
QTextEditControl::QTextEditControl| Name: | QTextEditControl::QTextEditControl | | Prototype: | inline QTextEditControl(QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 78-78 |
| | 1 | 1 |
QTextEncoder::QTextEncoder| Name: | QTextEncoder::QTextEncoder | | Prototype: | QTextEncoder::QTextEncoder(const QTextCodec *codec, QTextCodec::ConversionFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 893-897 |
| | 1 | 1 |
QTextEncoder::hasFailure| Name: | QTextEncoder::hasFailure | | Prototype: | bool QTextEncoder::hasFailure() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qtextcodec.cpp | | Lines: | 913-916 |
| | 1 | 1 |
QTextEngine::FontEngineCache::FontEngineCache| Name: | QTextEngine::FontEngineCache::FontEngineCache | | Prototype: | QTextEngine::FontEngineCache::FontEngineCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1998-2001 |
| | 1 | 1 |
QTextEngine::QTextEngine| Name: | QTextEngine::QTextEngine | | Prototype: | QTextEngine::QTextEngine() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1466-1469 |
| | 1 | 1 |
QTextEngine::QTextEngine| Name: | QTextEngine::QTextEngine | | Prototype: | QTextEngine::QTextEngine(const QString &str, const QFont &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1471-1476 |
| | 1 | 1 |
QTextEngine::addOverline| Name: | QTextEngine::addOverline | | Prototype: | void QTextEngine::addOverline(QPainter *painter, const QLineF &line) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3349-3352 |
| | 1 | 1 |
QTextEngine::addStrikeOut| Name: | QTextEngine::addStrikeOut | | Prototype: | void QTextEngine::addStrikeOut(QPainter *painter, const QLineF &line) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3344-3347 |
| | 1 | 1 |
QTextEngine::addUnderline| Name: | QTextEngine::addUnderline | | Prototype: | void QTextEngine::addUnderline(QPainter *painter, const QLineF &line) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 3338-3342 |
| | 1 | 1 |
QTextEngine::clearLineData| Name: | QTextEngine::clearLineData | | Prototype: | void QTextEngine::clearLineData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1554-1557 |
| | 1 | 1 |
QTextFormat::hasProperty| Name: | QTextFormat::hasProperty | | Prototype: | bool QTextFormat::hasProperty(int propertyId) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1198-1201 |
| | 1 | 1 |
QTextFormat::property| Name: | QTextFormat::property | | Prototype: | QVariant QTextFormat::property(int propertyId) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1089-1092 |
| | 1 | 1 |
QTextFormat::propertyCount| Name: | QTextFormat::propertyCount | | Prototype: | int QTextFormat::propertyCount() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 1226-1229 |
| | 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: | 862-865 |
| | 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: | 870-873 |
| | 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: | 894-897 |
| | 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: | 902-905 |
| | 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: | 878-881 |
| | 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: | 912-915 |
| | 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: | 886-889 |
| | 1 | 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: | 854-857 |
| | 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: | 3435-3438 |
| | 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: | 168-168 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator!=| Name: | QTextFormatPrivate::Property::operator!= | | Prototype: | inline bool operator!=(const Property &other) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 176-177 |
| | 1 | 1 |
QTextFormatPrivate::Property::operator==| Name: | QTextFormatPrivate::Property::operator== | | Prototype: | inline bool operator==(const Property &other) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 174-175 |
| | 1 | 1 |
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: | 164-164 |
| | 1 | 1 |
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: | 235-236 |
| | 1 | 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: | 702-705 |
| | 1 | 1 |
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: | 1448-1448 |
| | 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: | 1449-1449 |
| | 1 | 1 |
QTextHtmlStyleSelector::QTextHtmlStyleSelector| Name: | QTextHtmlStyleSelector::QTextHtmlStyleSelector | | Prototype: | inline QTextHtmlStyleSelector(const QTextHtmlParser *parser) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1660-1661 |
| | 1 | 1 |
QTextHtmlStyleSelector::duplicateNode| Name: | QTextHtmlStyleSelector::duplicateNode | | Prototype: | QCss::StyleSelector::NodePtr QTextHtmlStyleSelector::duplicateNode(NodePtr node) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1724-1727 |
| | 1 | 1 |
QTextHtmlStyleSelector::isNullNode| Name: | QTextHtmlStyleSelector::isNullNode | | Prototype: | bool QTextHtmlStyleSelector::isNullNode(NodePtr node) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1709-1712 |
| | 1 | 1 |
QTextHtmlStyleSelector::nodeNames| Name: | QTextHtmlStyleSelector::nodeNames | | Prototype: | QStringList QTextHtmlStyleSelector::nodeNames(NodePtr node) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1676-1679 |
| | 1 | 1 |
QTextImageFormat::QTextImageFormat| Name: | QTextImageFormat::QTextImageFormat | | Prototype: | QTextImageFormat::QTextImageFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3053-3053 |
| | 1 | 1 |
QTextInlineObject::ascent| Name: | QTextInlineObject::ascent | | Prototype: | qreal QTextInlineObject::ascent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QTextInlineObject::descent| Name: | QTextInlineObject::descent | | Prototype: | qreal QTextInlineObject::descent() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 182-185 |
| | 1 | 1 |
QTextInlineObject::format| Name: | QTextInlineObject::format | | Prototype: | QTextFormat QTextInlineObject::format() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 248-251 |
| | 1 | 1 |
QTextInlineObject::formatIndex| Name: | QTextInlineObject::formatIndex | | Prototype: | int QTextInlineObject::formatIndex() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 240-243 |
| | 1 | 1 |
QTextInlineObject::height| Name: | QTextInlineObject::height | | Prototype: | qreal QTextInlineObject::height() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 193-196 |
| | 1 | 1 |
QTextInlineObject::setAscent| Name: | QTextInlineObject::setAscent | | Prototype: | void QTextInlineObject::setAscent(qreal a) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 213-216 |
| | 1 | 1 |
QTextInlineObject::setDescent| Name: | QTextInlineObject::setDescent | | Prototype: | void QTextInlineObject::setDescent(qreal d) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QTextInlineObject::setWidth| Name: | QTextInlineObject::setWidth | | Prototype: | void QTextInlineObject::setWidth(qreal w) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 203-206 |
| | 1 | 1 |