Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QTextHtmlParserNode::applyBackgroundImageName: | QTextHtmlParserNode::applyBackgroundImage | Prototype: | void QTextHtmlParserNode::applyBackgroundImage(const QString &url, const QTextDocument *resourceProvider) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1328-1357 |
| | 18 | 10 |
QTextHtmlParserNode::QTextHtmlParserNodeName: | QTextHtmlParserNode::QTextHtmlParserNode | Prototype: | QTextHtmlParserNode::QTextHtmlParserNode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 488-502 |
| | 4 | 1 |
QTextHtmlParser::topMarginName: | QTextHtmlParser::topMargin | Prototype: | int QTextHtmlParser::topMargin(int i) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 610-615 |
| | 3 | 2 |
QTextHtmlParser::resolveStyleSheetImportsName: | QTextHtmlParser::resolveStyleSheetImports | Prototype: | void QTextHtmlParser::resolveStyleSheetImports(const QCss::StyleSheet &sheet) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1749-1757 |
| | 5 | 3 |
QTextHtmlParser::resolveParentName: | QTextHtmlParser::resolveParent | Prototype: | QTextHtmlParserNode *QTextHtmlParser::resolveParent() | Coverage: | 0.000% (0/48) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 889-984 |
| | 47 | 12 |
QTextHtmlParser::resolveNodeName: | QTextHtmlParser::resolveNode | Prototype: | void QTextHtmlParser::resolveNode() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 987-992 |
| | 3 | 1 |
QTextHtmlParser::parseWordName: | QTextHtmlParser::parseWord | Prototype: | QString QTextHtmlParser::parseWord() | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 845-886 |
| | 30 | 11 |
QTextHtmlParser::parseTagName: | QTextHtmlParser::parseTag | Prototype: | void QTextHtmlParser::parseTag() | Coverage: | 0.000% (0/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 645-732 |
| | 50 | 13 |
QTextHtmlParser::parseExclamationTagName: | QTextHtmlParser::parseExclamationTag | Prototype: | void QTextHtmlParser::parseExclamationTag() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 777-793 |
| | 9 | 4 |
QTextHtmlParser::parseEntityName: | QTextHtmlParser::parseEntity | Prototype: | QString QTextHtmlParser::parseEntity() | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 796-842 |
| | 31 | 11 |
QTextHtmlParser::parseCloseTagName: | QTextHtmlParser::parseCloseTag | Prototype: | void QTextHtmlParser::parseCloseTag() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 735-774 |
| | 22 | 8 |
QTextHtmlParser::parseAttributesName: | QTextHtmlParser::parseAttributes | Prototype: | QStringList QTextHtmlParser::parseAttributes() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1418-1442 |
| | 18 | 6 |
QTextHtmlParser::parseName: | QTextHtmlParser::parse | Prototype: | void QTextHtmlParser::parse(const QString &text, const QTextDocument *_resourceProvider) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 569-580 |
| | 8 | 1 |
QTextHtmlParser::parseName: | QTextHtmlParser::parse | Prototype: | void QTextHtmlParser::parse() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 630-642 |
| | 7 | 4 |
QTextHtmlParser::nodeIsChildOfName: | QTextHtmlParser::nodeIsChildOf | Prototype: | bool QTextHtmlParser::nodeIsChildOf(int i, QTextHTMLElements id) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 2005-2013 |
| | 5 | 3 |
QTextHtmlParser::newNodeName: | QTextHtmlParser::newNode | Prototype: | QTextHtmlParserNode *QTextHtmlParser::newNode(int parent) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 514-567 |
| | 28 | 8 |
QTextHtmlParser::marginName: | QTextHtmlParser::margin | Prototype: | int QTextHtmlParser::margin(int i, int mar) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 592-608 |
| | 13 | 5 |
QTextHtmlParser::lookupElementName: | QTextHtmlParser::lookupElement | Prototype: | int QTextHtmlParser::lookupElement(const QString &element) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 472-478 |
| | 4 | 2 |
QTextHtmlParser::importStyleSheetName: | QTextHtmlParser::importStyleSheet | Prototype: | void QTextHtmlParser::importStyleSheet(const QString &href) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1759-1782 |
| | 17 | 7 |
QTextHtmlParser::eatSpaceName: | QTextHtmlParser::eatSpace | Prototype: | void QTextHtmlParser::eatSpace() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 624-628 |
| | 2 | 2 |
QTextHtmlParser::dumpHtmlName: | QTextHtmlParser::dumpHtml | Prototype: | void QTextHtmlParser::dumpHtml() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 504-512 |
| | 4 | 2 |
QTextHtmlParser::depthName: | QTextHtmlParser::depth | Prototype: | int QTextHtmlParser::depth(int i) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 582-590 |
| | 5 | 2 |
QTextHtmlParser::declarationsForNodeName: | QTextHtmlParser::declarationsForNode | Prototype: | QVector<QCss::Declaration> QTextHtmlParser::declarationsForNode(int node) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1961-2003 |
| | 30 | 8 |
QTextHtmlParser::bottomMarginName: | QTextHtmlParser::bottomMargin | Prototype: | int QTextHtmlParser::bottomMargin(int i) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 617-622 |
| | 3 | 2 |
QTextHtmlParser::applyAttributesName: | QTextHtmlParser::applyAttributes | Prototype: | void QTextHtmlParser::applyAttributes(const QStringList &attributes) | Coverage: | 0.000% (0/244) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1444-1654 |
| | 161 | 82 |
QTextHtmlImporter::scanTableName: | QTextHtmlImporter::scanTable | Prototype: | QTextHtmlImporter::Table QTextHtmlImporter::scanTable(int tableNodeIdx) | Coverage: | 0.000% (0/79) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 838-987 |
| | 105 | 29 |
QTextHtmlImporter::processSpecialNodesName: | QTextHtmlImporter::processSpecialNodes | Prototype: | QTextHtmlImporter::ProcessNodeResult QTextHtmlImporter::processSpecialNodes() | Coverage: | 0.000% (0/62) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 641-747 |
| | 68 | 21 |
QTextHtmlImporter::processBlockNodeName: | QTextHtmlImporter::processBlockNode | Prototype: | QTextHtmlImporter::ProcessNodeResult QTextHtmlImporter::processBlockNode() | Coverage: | 0.000% (0/135) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 989-1154 |
| | 106 | 31 |
QTextHtmlImporter::importName: | QTextHtmlImporter::import | Prototype: | void QTextHtmlImporter::import() | Coverage: | 0.000% (0/68) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 444-550 |
| | 51 | 16 |
QTextHtmlImporter::closeTagName: | QTextHtmlImporter::closeTag | Prototype: | bool QTextHtmlImporter::closeTag() | Coverage: | 0.000% (0/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 750-836 |
| | 51 | 22 |
QTextHtmlImporter::appendNodeTextName: | QTextHtmlImporter::appendNodeText | Prototype: | bool QTextHtmlImporter::appendNodeText() | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 552-639 |
| | 55 | 18 |
QTextHtmlImporter::appendBlockName: | QTextHtmlImporter::appendBlock | Prototype: | void QTextHtmlImporter::appendBlock(const QTextBlockFormat &format, QTextCharFormat charFmt) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 1156-1168 |
| | 7 | 3 |
QTextHtmlImporter::QTextHtmlImporterName: | QTextHtmlImporter::QTextHtmlImporter | Prototype: | QTextHtmlImporter::QTextHtmlImporter(QTextDocument *_doc, const QString &_html, ImportMode mode, const QTextDocument *resourceProvider) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 416-442 |
| | 14 | 4 |
QTextHtmlExporter::toHtmlName: | QTextHtmlExporter::toHtml | Prototype: | QString QTextHtmlExporter::toHtml(const QByteArray &encoding, ExportMode mode) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2249-2318 |
| | 45 | 7 |
QTextHtmlExporter::findUrlForImageName: | QTextHtmlExporter::findUrlForImage | Prototype: | QString QTextHtmlExporter::findUrlForImage(const QTextDocument *doc, qint64 cacheKey, bool isPixmap) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2954-2985 |
| | 19 | 10 |
QTextHtmlExporter::emitTextLengthName: | QTextHtmlExporter::emitTextLength | Prototype: | void QTextHtmlExporter::emitTextLength(const char *attribute, const QTextLength &length) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2492-2506 |
| | 9 | 3 |
QTextHtmlExporter::emitTextFrameName: | QTextHtmlExporter::emitTextFrame | Prototype: | void QTextHtmlExporter::emitTextFrame(const QTextFrame *f) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3168-3191 |
| | 14 | 3 |
QTextHtmlExporter::emitTableName: | QTextHtmlExporter::emitTable | Prototype: | void QTextHtmlExporter::emitTable(const QTextTable *table) | Coverage: | 0.000% (0/75) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3016-3140 |
| | 79 | 25 |
QTextHtmlExporter::emitPageBreakPolicyName: | QTextHtmlExporter::emitPageBreakPolicy | Prototype: | void QTextHtmlExporter::emitPageBreakPolicy(QTextFormat::PageBreakFlags policy) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2589-2596 |
| | 4 | 3 |
QTextHtmlExporter::emitMarginsName: | QTextHtmlExporter::emitMargins | Prototype: | void QTextHtmlExporter::emitMargins(const QString &top, const QString &bottom, const QString &left, const QString &right) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2612-2629 |
| | 12 | 1 |
QTextHtmlExporter::emitFrameStyleName: | QTextHtmlExporter::emitFrameStyle | Prototype: | void QTextHtmlExporter::emitFrameStyle(const QTextFrameFormat &format, FrameType frameType) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3193-3232 |
| | 28 | 7 |
QTextHtmlExporter::emitFrameName: | QTextHtmlExporter::emitFrame | Prototype: | void QTextHtmlExporter::emitFrame(QTextFrame::Iterator frameIt) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3142-3166 |
| | 16 | 7 |
QTextHtmlExporter::emitFragmentName: | QTextHtmlExporter::emitFragment | Prototype: | void QTextHtmlExporter::emitFragment(const QTextFragment &fragment) | Coverage: | 0.000% (0/60) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2631-2715 |
| | 55 | 18 |
QTextHtmlExporter::emitFontFamilyName: | QTextHtmlExporter::emitFontFamily | Prototype: | void QTextHtmlExporter::emitFontFamily(const QString &family) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2598-2610 |
| | 8 | 2 |
QTextHtmlExporter::emitFloatStyleName: | QTextHtmlExporter::emitFloatStyle | Prototype: | void QTextHtmlExporter::emitFloatStyle(QTextFrameFormat::Position pos, StyleMode mode) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2520-2539 |
| | 12 | 6 |
QTextHtmlExporter::emitCharFormatStyleName: | QTextHtmlExporter::emitCharFormatStyle | Prototype: | bool QTextHtmlExporter::emitCharFormatStyle(const QTextCharFormat &format) | Coverage: | 0.000% (0/115) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2329-2490 |
| | 109 | 30 |
QTextHtmlExporter::emitBorderStyleName: | QTextHtmlExporter::emitBorderStyle | Prototype: | void QTextHtmlExporter::emitBorderStyle(QTextFrameFormat::BorderStyle style) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2541-2587 |
| | 28 | 13 |
QTextHtmlExporter::emitBlockAttributesName: | QTextHtmlExporter::emitBlockAttributes | Prototype: | void QTextHtmlExporter::emitBlockAttributes(const QTextBlock &block) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2726-2806 |
| | 49 | 16 |
QTextHtmlExporter::emitBlockName: | QTextHtmlExporter::emitBlock | Prototype: | void QTextHtmlExporter::emitBlock(const QTextBlock &block) | Coverage: | 0.000% (0/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2808-2950 |
| | 98 | 34 |
QTextHtmlExporter::emitBackgroundAttributeName: | QTextHtmlExporter::emitBackgroundAttribute | Prototype: | void QTextHtmlExporter::emitBackgroundAttribute(const QTextFormat &format) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2995-3014 |
| | 12 | 5 |
QTextHtmlExporter::emitAttributeName: | QTextHtmlExporter::emitAttribute | Prototype: | void QTextHtmlExporter::emitAttribute(const char *attribute, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2320-2327 |
| | 5 | 1 |
QTextHtmlExporter::emitAlignmentName: | QTextHtmlExporter::emitAlignment | Prototype: | void QTextHtmlExporter::emitAlignment(Qt::Alignment align) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2508-2518 |
| | 8 | 5 |
QTextHtmlExporter::QTextHtmlExporterName: | QTextHtmlExporter::QTextHtmlExporter | Prototype: | QTextHtmlExporter::QTextHtmlExporter(const QTextDocument *_doc) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2232-2242 |
| | 6 | 1 |
QTextFramePrivate::remove_meName: | QTextFramePrivate::remove_me | Prototype: | void QTextFramePrivate::remove_me() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 568-594 |
| | 17 | 4 |
QTextFramePrivate::fragmentRemovedName: | QTextFramePrivate::fragmentRemoved | Prototype: | void QTextFramePrivate::fragmentRemoved(QChar type, uint fragment) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 547-565 |
| | 14 | 4 |
QTextFramePrivate::fragmentAddedName: | QTextFramePrivate::fragmentAdded | Prototype: | void QTextFramePrivate::fragmentAdded(QChar type, uint fragment) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 529-545 |
| | 12 | 4 |
QTextFrameFormat::topMarginName: | QTextFrameFormat::topMargin | Prototype: | qreal QTextFrameFormat::topMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2675-2680 |
| | 3 | 2 |
QTextFrameFormat::setMarginName: | QTextFrameFormat::setMargin | Prototype: | void QTextFrameFormat::setMargin(qreal amargin) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2646-2653 |
| | 5 | 1 |
QTextFrameFormat::rightMarginName: | QTextFrameFormat::rightMargin | Prototype: | qreal QTextFrameFormat::rightMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2735-2740 |
| | 3 | 2 |
QTextFrameFormat::leftMarginName: | QTextFrameFormat::leftMargin | Prototype: | qreal QTextFrameFormat::leftMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2715-2720 |
| | 3 | 2 |
QTextFrameFormat::bottomMarginName: | QTextFrameFormat::bottomMargin | Prototype: | qreal QTextFrameFormat::bottomMargin() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2695-2700 |
| | 3 | 2 |
QTextFrameFormat::QTextFrameFormatName: | QTextFrameFormat::QTextFrameFormat | Prototype: | QTextFrameFormat::QTextFrameFormat() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2561-2565 |
| | 2 | 1 |
QTextFrameFormat::QTextFrameFormatName: | QTextFrameFormat::QTextFrameFormat | Prototype: | QTextFrameFormat::QTextFrameFormat(const QTextFormat &fmt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 2574-2577 |
| | 2 | 1 |
QTextFrameData::QTextFrameDataName: | QTextFrameData::QTextFrameData | Prototype: | QTextFrameData::QTextFrameData() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 112-116 |
| | 2 | 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 |
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: | 422-426 |
| | 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: | 520-525 |
| | 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: | 453-457 |
| | 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: | 511-515 |
| | 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: | 500-506 |
| | 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: | 476-480 |
| | 2 | 1 |
QTextFrame::iterator::operator=Name: | QTextFrame::iterator::operator= | Prototype: | QTextFrame::iterator &QTextFrame::iterator::operator=(const iterator &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 686-694 |
| | 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: | 763-796 |
| | 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: | 725-756 |
| | 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: | 649-656 |
| | 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: | 661-668 |
| | 5 | 1 |
QTextFrame::iterator::iteratorName: | QTextFrame::iterator::iterator | Prototype: | QTextFrame::iterator::iterator(const iterator &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 673-680 |
| | 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: | 702-705 |
| | 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: | 713-718 |
| | 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: | 487-493 |
| | 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: | 465-469 |
| | 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: | 638-644 |
| | 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: | 441-445 |
| | 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: | 625-631 |
| | 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: | 410-413 |
| | 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: | 431-434 |
| | 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: | 1839-1853 |
| | 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: | 1768-1774 |
| | 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: | 1781-1793 |
| | 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: | 1737-1762 |
| | 17 | 6 |
QTextFragment::containsName: | QTextFragment::contains | Prototype: | bool QTextFragment::contains(int position) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 1799-1805 |
| | 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: | 1826-1832 |
| | 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: | 1812-1818 |
| | 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: | 315-337 |
| | 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: | 304-313 |
| | 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: | 339-425 |
| | 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: | 219-225 |
| | 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: | 227-233 |
| | 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: | 187-192 |
| | 3 | 2 |