Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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::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::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::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::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::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=(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::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::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::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::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::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::~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 |
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 |
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 |
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 |
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::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::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::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::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 |
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 |
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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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::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 |
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 |
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::applyCssDeclarationsName: | QTextHtmlParserNode::applyCssDeclarations | Prototype: | void QTextHtmlParserNode::applyCssDeclarations(const QVector<QCss::Declaration> &declarations, const QTextDocument *resourceProvider) | Coverage: | 0.000% (0/156) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1161-1324 |
| | 118 | 70 |
QTextHtmlParserNode::hasOnlyWhitespaceName: | QTextHtmlParserNode::hasOnlyWhitespace | Prototype: | bool QTextHtmlParserNode::hasOnlyWhitespace() const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1359-1365 |
| | 4 | 3 |
QTextHtmlParserNode::initializePropertiesName: | QTextHtmlParserNode::initializeProperties | Prototype: | void QTextHtmlParserNode::initializeProperties(const QTextHtmlParserNode *parent, const QTextHtmlParser *parser) | Coverage: | 0.000% (0/77) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1008-1136 |
| | 83 | 29 |
QTextHtmlParserNode::isNestedListName: | QTextHtmlParserNode::isNestedList | Prototype: | bool QTextHtmlParserNode::isNestedList(const QTextHtmlParser *parser) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 994-1006 |
| | 8 | 4 |
QTextHtmlParserNode::parseStyleAttributeName: | QTextHtmlParserNode::parseStyleAttribute | Prototype: | void QTextHtmlParserNode::parseStyleAttribute(const QString &value, const QTextDocument *resourceProvider) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1405-1415 |
| | 8 | 2 |
QTextHtmlParserNode::setListStyleName: | QTextHtmlParserNode::setListStyle | Prototype: | void QTextHtmlParserNode::setListStyle(const QVector<QCss::Value> &cssValues) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1139-1159 |
| | 14 | 13 |
QTextHtmlStyleSelector::QTextHtmlStyleSelectorName: | 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::attributeName: | QTextHtmlStyleSelector::attribute | Prototype: | QString QTextHtmlStyleSelector::attribute(NodePtr node, const QString &name) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1694-1701 |
| | 5 | 2 |
QTextHtmlStyleSelector::duplicateNodeName: | 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::hasAttributesName: | QTextHtmlStyleSelector::hasAttributes | Prototype: | bool QTextHtmlStyleSelector::hasAttributes(NodePtr node) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1703-1707 |
| | 2 | 1 |
QTextHtmlStyleSelector::isNullNodeName: | 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::nodeNamesName: | 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 |
QTextHtmlStyleSelector::parentNodeName: | QTextHtmlStyleSelector::parentNode | Prototype: | QCss::StyleSelector::NodePtr QTextHtmlStyleSelector::parentNode(NodePtr node) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1714-1722 |
| | 5 | 2 |
QTextHtmlStyleSelector::previousSiblingNodeName: | QTextHtmlStyleSelector::previousSiblingNode | Prototype: | QCss::StyleSelector::NodePtr QTextHtmlStyleSelector::previousSiblingNode(NodePtr node) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 1729-1743 |
| | 12 | 4 |
QTextImageFormat::QTextImageFormatName: | 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 |
QTextImageFormat::QTextImageFormatName: | QTextImageFormat::QTextImageFormat | Prototype: | QTextImageFormat::QTextImageFormat(const QTextFormat &fmt) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | Lines: | 3062-3065 |
| | 2 | 1 |
QTextImageHandler::QTextImageHandlerName: | QTextImageHandler::QTextImageHandler | Prototype: | QTextImageHandler::QTextImageHandler(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 225-228 |
| | 2 | 1 |
QTextImageHandler::drawObjectName: | QTextImageHandler::drawObject | Prototype: | void QTextImageHandler::drawObject(QPainter *p, const QRectF &rect, QTextDocument *doc, int posInDocument, const QTextFormat &format) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 247-259 |
| | 7 | 2 |
QTextImageHandler::imageName: | QTextImageHandler::image | Prototype: | QImage QTextImageHandler::image(QTextDocument *doc, const QTextImageFormat &imageFormat) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 240-245 |
| | 2 | 1 |