Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomComment::QDomCommentName: | QDomComment::QDomComment | Prototype: | QDomComment::QDomComment() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5362-5365 |
| | 2 | 1 |
QDomComment::QDomCommentName: | QDomComment::QDomComment | Prototype: | QDomComment::QDomComment(const QDomComment& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5374-5377 |
| | 2 | 1 |
QDomComment::QDomCommentName: | QDomComment::QDomComment | Prototype: | QDomComment::QDomComment(QDomCommentPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5379-5382 |
| | 2 | 1 |
QDomComment::operator=Name: | QDomComment::operator= | Prototype: | QDomComment& QDomComment::operator= (const QDomComment& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5391-5394 |
| | 1 | 1 |
QDomCommentPrivate::QDomCommentPrivateName: | QDomCommentPrivate::QDomCommentPrivate | Prototype: | QDomCommentPrivate::QDomCommentPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5296-5300 |
| | 1 | 1 |
QDomCommentPrivate::QDomCommentPrivateName: | QDomCommentPrivate::QDomCommentPrivate | Prototype: | QDomCommentPrivate::QDomCommentPrivate(QDomCommentPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5302-5305 |
| | 2 | 1 |
QDomCommentPrivate::cloneNodeName: | QDomCommentPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomCommentPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5308-5314 |
| | 3 | 1 |
QDomCommentPrivate::nodeTypeName: | QDomCommentPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 418-418 |
| | 1 | 1 |
QDomCommentPrivate::saveName: | QDomCommentPrivate::save | Prototype: | void QDomCommentPrivate::save(QTextStream& s, int depth, int indent) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5316-5329 |
| | 8 | 4 |
QDomDocument::QDomDocumentName: | QDomDocument::QDomDocument | Prototype: | QDomDocument::QDomDocument() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6590-6593 |
| | 1 | 1 |
QDomDocument::QDomDocumentName: | QDomDocument::QDomDocument | Prototype: | QDomDocument::QDomDocument(const QString& name) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6599-6603 |
| | 1 | 1 |
QDomDocument::QDomDocumentName: | QDomDocument::QDomDocument | Prototype: | QDomDocument::QDomDocument(const QDomDocumentType& doctype) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6610-6613 |
| | 1 | 1 |
QDomDocument::QDomDocumentName: | QDomDocument::QDomDocument | Prototype: | QDomDocument::QDomDocument(const QDomDocument& x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6622-6625 |
| | 2 | 1 |
QDomDocument::QDomDocumentName: | QDomDocument::QDomDocument | Prototype: | QDomDocument::QDomDocument(QDomDocumentPrivate* x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6627-6630 |
| | 2 | 1 |
QDomDocument::createAttributeName: | QDomDocument::createAttribute | Prototype: | QDomAttr QDomDocument::createAttribute(const QString& name) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6998-7003 |
| | 3 | 2 |
QDomDocument::createAttributeNSName: | QDomDocument::createAttributeNS | Prototype: | QDomAttr QDomDocument::createAttributeNS(const QString& nsURI, const QString& qName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7143-7148 |
| | 3 | 2 |
QDomDocument::createCDATASectionName: | QDomDocument::createCDATASection | Prototype: | QDomCDATASection QDomDocument::createCDATASection(const QString& value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6961-6966 |
| | 3 | 2 |
QDomDocument::createCommentName: | QDomDocument::createComment | Prototype: | QDomComment QDomDocument::createComment(const QString& value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6944-6949 |
| | 3 | 2 |
QDomDocument::createDocumentFragmentName: | QDomDocument::createDocumentFragment | Prototype: | QDomDocumentFragment QDomDocument::createDocumentFragment() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6911-6916 |
| | 3 | 2 |
QDomDocument::createElementName: | QDomDocument::createElement | Prototype: | QDomElement QDomDocument::createElement(const QString& tagName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6899-6904 |
| | 3 | 2 |
QDomDocument::createElementNSName: | QDomDocument::createElementNS | Prototype: | QDomElement QDomDocument::createElementNS(const QString& nsURI, const QString& qName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7124-7129 |
| | 3 | 2 |
QDomDocument::createEntityReferenceName: | QDomDocument::createEntityReference | Prototype: | QDomEntityReference QDomDocument::createEntityReference(const QString& name) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7014-7019 |
| | 3 | 2 |
QDomDocument::createProcessingInstructionName: | QDomDocument::createProcessingInstruction | Prototype: | QDomProcessingInstruction QDomDocument::createProcessingInstruction(const QString& target, const QString& data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6980-6986 |
| | 3 | 2 |
QDomDocument::createTextNodeName: | QDomDocument::createTextNode | Prototype: | QDomText QDomDocument::createTextNode(const QString& value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6928-6933 |
| | 3 | 2 |
QDomDocument::doctypeName: | QDomDocument::doctype | Prototype: | QDomDocumentType QDomDocument::doctype() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6862-6867 |
| | 3 | 2 |
QDomDocument::documentElementName: | QDomDocument::documentElement | Prototype: | QDomElement QDomDocument::documentElement() const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6882-6887 |
| | 3 | 2 |
QDomDocument::elementByIdName: | QDomDocument::elementById | Prototype: | QDomElement QDomDocument::elementById(const QString& ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7173-7177 |
| | 2 | 1 |
QDomDocument::elementsByTagNameName: | QDomDocument::elementsByTagName | Prototype: | QDomNodeList QDomDocument::elementsByTagName(const QString& tagname) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7029-7032 |
| | 1 | 1 |
QDomDocument::elementsByTagNameNSName: | QDomDocument::elementsByTagNameNS | Prototype: | QDomNodeList QDomDocument::elementsByTagNameNS(const QString& nsURI, const QString& localName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7158-7161 |
| | 1 | 1 |
QDomDocument::implementationName: | QDomDocument::implementation | Prototype: | QDomImplementation QDomDocument::implementation() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6872-6877 |
| | 3 | 2 |
QDomDocument::importNodeName: | QDomDocument::importNode | Prototype: | QDomNode QDomDocument::importNode(const QDomNode& importedNode, bool deep) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7103-7110 |
| | 5 | 3 |
QDomDocument::operator=Name: | QDomDocument::operator= | Prototype: | QDomDocument& QDomDocument::operator= (const QDomDocument& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6639-6642 |
| | 1 | 1 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(const QString& text, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6659-6666 |
| | 5 | 2 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6723-6731 |
| | 6 | 2 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(QIODevice* dev, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6739-6745 |
| | 4 | 2 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(QXmlInputSource *source, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6755-6762 |
| | 5 | 2 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(const QString& text, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6774-6777 |
| | 1 | 1 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(const QByteArray& buffer, QString *errorMsg, int *errorLine, int *errorColumn ) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6788-6791 |
| | 1 | 1 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(QIODevice* dev, QString *errorMsg, int *errorLine, int *errorColumn ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6801-6804 |
| | 1 | 1 |
QDomDocument::setContentName: | QDomDocument::setContent | Prototype: | bool QDomDocument::setContent(QXmlInputSource *source, QXmlReader *reader, QString *errorMsg, int *errorLine, int *errorColumn ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6819-6824 |
| | 3 | 2 |
QDomDocument::toByteArrayName: | QDomDocument::toByteArray | Prototype: | QByteArray QDomDocument::toByteArray(int indent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6851-6856 |
| | 1 | 1 |
QDomDocument::toStringName: | QDomDocument::toString | Prototype: | QString QDomDocument::toString(int indent) const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6834-6840 |
| | 4 | 1 |
QDomDocumentFragment::QDomDocumentFragmentName: | QDomDocumentFragment::QDomDocumentFragment | Prototype: | QDomDocumentFragment::QDomDocumentFragment(QDomDocumentFragmentPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3827-3830 |
| | 2 | 1 |
QDomDocumentFragment::QDomDocumentFragmentName: | QDomDocumentFragment::QDomDocumentFragment | Prototype: | QDomDocumentFragment::QDomDocumentFragment(const QDomDocumentFragment& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3839-3842 |
| | 2 | 1 |
QDomDocumentFragment::operator=Name: | QDomDocumentFragment::operator= | Prototype: | QDomDocumentFragment& QDomDocumentFragment::operator= (const QDomDocumentFragment& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3851-3854 |
| | 1 | 1 |
QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivateName: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate | Prototype: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate(QDomDocumentPrivate* doc, QDomNodePrivate* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3770-3774 |
| | 1 | 1 |
QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivateName: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate | Prototype: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate(QDomNodePrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3776-3779 |
| | 2 | 1 |
QDomDocumentFragmentPrivate::cloneNodeName: | QDomDocumentFragmentPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomDocumentFragmentPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3781-3787 |
| | 3 | 1 |
QDomDocumentFragmentPrivate::nodeTypeName: | QDomDocumentFragmentPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 321-321 |
| | 1 | 1 |
QDomDocumentPrivate::QDomDocumentPrivateName: | QDomDocumentPrivate::QDomDocumentPrivate | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6142-6151 |
| | 3 | 1 |
QDomDocumentPrivate::QDomDocumentPrivateName: | QDomDocumentPrivate::QDomDocumentPrivate | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate(const QString& aname) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6153-6163 |
| | 4 | 1 |
QDomDocumentPrivate::QDomDocumentPrivateName: | QDomDocumentPrivate::QDomDocumentPrivate | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate(QDomDocumentTypePrivate* dt) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6165-6178 |
| | 5 | 2 |
QDomDocumentPrivate::QDomDocumentPrivateName: | QDomDocumentPrivate::QDomDocumentPrivate | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate(QDomDocumentPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6180-6187 |
| | 2 | 1 |
QDomDocumentPrivate::clearName: | QDomDocumentPrivate::clear | Prototype: | void QDomDocumentPrivate::clear() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6193-6198 |
| | 3 | 1 |
QDomDocumentPrivate::cloneNodeName: | QDomDocumentPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomDocumentPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6244-6250 |
| | 3 | 1 |
QDomDocumentPrivate::createAttributeName: | QDomDocumentPrivate::createAttribute | Prototype: | QDomAttrPrivate* QDomDocumentPrivate::createAttribute(const QString &aname) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6344-6354 |
| | 7 | 2 |
QDomDocumentPrivate::createAttributeNSName: | QDomDocumentPrivate::createAttributeNS | Prototype: | QDomAttrPrivate* QDomDocumentPrivate::createAttributeNS(const QString &nsURI, const QString &qName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6356-6366 |
| | 7 | 2 |
QDomDocumentPrivate::createCDATASectionName: | QDomDocumentPrivate::createCDATASection | Prototype: | QDomCDATASectionPrivate* QDomDocumentPrivate::createCDATASection(const QString &data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6316-6326 |
| | 7 | 2 |
QDomDocumentPrivate::createCommentName: | QDomDocumentPrivate::createComment | Prototype: | QDomCommentPrivate* QDomDocumentPrivate::createComment(const QString &data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6304-6314 |
| | 7 | 2 |
QDomDocumentPrivate::createDocumentFragmentName: | QDomDocumentPrivate::createDocumentFragment | Prototype: | QDomDocumentFragmentPrivate* QDomDocumentPrivate::createDocumentFragment() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6285-6290 |
| | 3 | 1 |
QDomDocumentPrivate::createElementName: | QDomDocumentPrivate::createElement | Prototype: | QDomElementPrivate* QDomDocumentPrivate::createElement(const QString &tagName) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6261-6271 |
| | 7 | 2 |
QDomDocumentPrivate::createElementNSName: | QDomDocumentPrivate::createElementNS | Prototype: | QDomElementPrivate* QDomDocumentPrivate::createElementNS(const QString &nsURI, const QString &qName) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6273-6283 |
| | 7 | 2 |
QDomDocumentPrivate::createEntityReferenceName: | QDomDocumentPrivate::createEntityReference | Prototype: | QDomEntityReferencePrivate* QDomDocumentPrivate::createEntityReference(const QString &aname) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6368-6378 |
| | 7 | 2 |
QDomDocumentPrivate::createProcessingInstructionName: | QDomDocumentPrivate::createProcessingInstruction | Prototype: | QDomProcessingInstructionPrivate* QDomDocumentPrivate::createProcessingInstruction(const QString &target, const QString &data) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6328-6343 |
| | 10 | 3 |
QDomDocumentPrivate::createTextNodeName: | QDomDocumentPrivate::createTextNode | Prototype: | QDomTextPrivate* QDomDocumentPrivate::createTextNode(const QString &data) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6292-6302 |
| | 7 | 2 |
QDomDocumentPrivate::doctypeName: | QDomDocumentPrivate::doctype | Prototype: | QDomDocumentTypePrivate* doctype() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 507-507 |
| | 1 | 1 |
QDomDocumentPrivate::documentElementName: | QDomDocumentPrivate::documentElement | Prototype: | QDomElementPrivate* QDomDocumentPrivate::documentElement() | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6252-6259 |
| | 4 | 2 |
QDomDocumentPrivate::implementationName: | QDomDocumentPrivate::implementation | Prototype: | QDomImplementationPrivate* implementation() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 508-508 |
| | 1 | 1 |
QDomDocumentPrivate::importNodeName: | QDomDocumentPrivate::importNode | Prototype: | QDomNodePrivate* QDomDocumentPrivate::importNode(QDomNodePrivate *importedNode, bool deep) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6380-6424 |
| | 27 | 13 |
QDomDocumentPrivate::nodeTypeName: | QDomDocumentPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 527-527 |
| | 1 | 1 |
QDomDocumentPrivate::saveDocumentName: | QDomDocumentPrivate::saveDocument | Prototype: | void QDomDocumentPrivate::saveDocument(QTextStream& s, const int indent, QDomNode::EncodingPolicy encUsed) const | Coverage: | 31.818% (14/44) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6426-6498 |
| | 39 | 12 |
QDomDocumentPrivate::setContentName: | QDomDocumentPrivate::setContent | Prototype: | bool QDomDocumentPrivate::setContent(QXmlInputSource *source, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6207-6212 |
| | 3 | 1 |
QDomDocumentPrivate::setContentName: | QDomDocumentPrivate::setContent | Prototype: | bool QDomDocumentPrivate::setContent(QXmlInputSource *source, QXmlReader *reader, QXmlSimpleReader *simpleReader, QString *errorMsg, int *errorLine, int *errorColumn) | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6214-6242 |
| | 21 | 5 |
QDomDocumentType::QDomDocumentTypeName: | QDomDocumentType::QDomDocumentType | Prototype: | QDomDocumentType::QDomDocumentType() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3643-3645 |
| | 2 | 1 |
QDomDocumentType::QDomDocumentTypeName: | QDomDocumentType::QDomDocumentType | Prototype: | QDomDocumentType::QDomDocumentType(const QDomDocumentType& n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3654-3657 |
| | 2 | 1 |
QDomDocumentType::QDomDocumentTypeName: | QDomDocumentType::QDomDocumentType | Prototype: | QDomDocumentType::QDomDocumentType(QDomDocumentTypePrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3659-3662 |
| | 2 | 1 |
QDomDocumentType::entitiesName: | QDomDocumentType::entities | Prototype: | QDomNamedNodeMap QDomDocumentType::entities() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3692-3697 |
| | 3 | 2 |
QDomDocumentType::internalSubsetName: | QDomDocumentType::internalSubset | Prototype: | QString QDomDocumentType::internalSubset() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3741-3746 |
| | 3 | 2 |
QDomDocumentType::nameName: | QDomDocumentType::name | Prototype: | QString QDomDocumentType::name() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3682-3687 |
| | 3 | 2 |
QDomDocumentType::notationsName: | QDomDocumentType::notations | Prototype: | QDomNamedNodeMap QDomDocumentType::notations() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3702-3707 |
| | 3 | 2 |
QDomDocumentType::operator=Name: | QDomDocumentType::operator= | Prototype: | QDomDocumentType& QDomDocumentType::operator= (const QDomDocumentType& n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3671-3674 |
| | 1 | 1 |
QDomDocumentType::publicIdName: | QDomDocumentType::publicId | Prototype: | QString QDomDocumentType::publicId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3715-3720 |
| | 3 | 2 |
QDomDocumentType::systemIdName: | QDomDocumentType::systemId | Prototype: | QString QDomDocumentType::systemId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3728-3733 |
| | 3 | 2 |
QDomDocumentTypePrivate::QDomDocumentTypePrivateName: | QDomDocumentTypePrivate::QDomDocumentTypePrivate | Prototype: | QDomDocumentTypePrivate::QDomDocumentTypePrivate(QDomDocumentPrivate* doc, QDomNodePrivate* parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3452-3456 |
| | 1 | 1 |
QDomDocumentTypePrivate::QDomDocumentTypePrivateName: | QDomDocumentTypePrivate::QDomDocumentTypePrivate | Prototype: | QDomDocumentTypePrivate::QDomDocumentTypePrivate(QDomDocumentTypePrivate* n, bool deep) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3458-3473 |
| | 8 | 4 |
QDomDocumentTypePrivate::appendChildName: | QDomDocumentTypePrivate::appendChild | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::appendChild(QDomNodePrivate* newChild) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3567-3570 |
| | 1 | 1 |
QDomDocumentTypePrivate::cloneNodeName: | QDomDocumentTypePrivate::cloneNode | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3500-3506 |
| | 3 | 1 |
QDomDocumentTypePrivate::initName: | QDomDocumentTypePrivate::init | Prototype: | void QDomDocumentTypePrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3483-3498 |
| | 7 | 1 |
QDomDocumentTypePrivate::insertAfterName: | QDomDocumentTypePrivate::insertAfter | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::insertAfter(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3521-3532 |
| | 6 | 3 |
QDomDocumentTypePrivate::insertBeforeName: | QDomDocumentTypePrivate::insertBefore | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::insertBefore(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3508-3519 |
| | 6 | 3 |
QDomDocumentTypePrivate::nodeTypeName: | QDomDocumentTypePrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 301-301 |
| | 1 | 1 |
QDomDocumentTypePrivate::removeChildName: | QDomDocumentTypePrivate::removeChild | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::removeChild(QDomNodePrivate* oldChild) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3554-3565 |
| | 6 | 3 |
QDomDocumentTypePrivate::replaceChildName: | QDomDocumentTypePrivate::replaceChild | Prototype: | QDomNodePrivate* QDomDocumentTypePrivate::replaceChild(QDomNodePrivate* newChild, QDomNodePrivate* oldChild) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3534-3552 |
| | 11 | 6 |
QDomDocumentTypePrivate::saveName: | QDomDocumentTypePrivate::save | Prototype: | void QDomDocumentTypePrivate::save(QTextStream& s, int, int indent) const | Coverage: | 8.333% (2/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3580-3611 |
| | 19 | 8 |
QDomDocumentTypePrivate::~QDomDocumentTypePrivateName: | QDomDocumentTypePrivate::~QDomDocumentTypePrivate | Prototype: | QDomDocumentTypePrivate::~QDomDocumentTypePrivate() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3475-3481 |
| | 4 | 3 |
QDomElement::QDomElementName: | QDomElement::QDomElement | Prototype: | QDomElement::QDomElement() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4706-4709 |
| | 2 | 1 |
QDomElement::QDomElementName: | QDomElement::QDomElement | Prototype: | QDomElement::QDomElement(const QDomElement& x) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4718-4721 |
| | 2 | 1 |
QDomElement::QDomElementName: | QDomElement::QDomElement | Prototype: | QDomElement::QDomElement(QDomElementPrivate* n) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4723-4726 |
| | 2 | 1 |
QDomElement::attributeName: | QDomElement::attribute | Prototype: | QString QDomElement::attribute(const QString& name, const QString& defValue) const | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4792-4797 |
| | 3 | 2 |
QDomElement::attributeNSName: | QDomElement::attributeNS | Prototype: | QString QDomElement::attributeNS(const QString nsURI, const QString& localName, const QString& defValue) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4983-4988 |
| | 3 | 2 |