| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setContent| Name: | 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: | 6201-6206 |
| | 3 | 1 |
nodeType| Name: | 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: | 521-521 |
| | 1 | 1 |
doctype| Name: | 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: | 501-501 |
| | 1 | 1 |
clear| Name: | 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: | 6187-6192 |
| | 3 | 1 |
QDomDocumentPrivate| Name: | 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: | 6136-6145 |
| | 3 | 1 |
QDomDocumentPrivate| Name: | 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: | 6147-6157 |
| | 4 | 1 |
documentElement| Name: | 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: | 6246-6253 |
| | 4 | 2 |
createTextNode| Name: | 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: | 6286-6296 |
| | 7 | 2 |
createElementNS| Name: | 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: | 6267-6277 |
| | 7 | 2 |
createElement| Name: | 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: | 6255-6265 |
| | 7 | 2 |
saveDocument| Name: | 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: | 6420-6492 |
| | 39 | 12 |
setContent| Name: | 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: | 6208-6236 |
| | 21 | 5 |
importNode| Name: | 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: | 6374-6418 |
| | 27 | 13 |
implementation| Name: | 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: | 502-502 |
| | 1 | 1 |
createProcessingInstruction| Name: | 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: | 6322-6337 |
| | 10 | 3 |
createEntityReference| Name: | 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: | 6362-6372 |
| | 7 | 2 |
createDocumentFragment| Name: | 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: | 6279-6284 |
| | 3 | 1 |
createComment| Name: | 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: | 6298-6308 |
| | 7 | 2 |
createCDATASection| Name: | 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: | 6310-6320 |
| | 7 | 2 |
createAttributeNS| Name: | 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: | 6350-6360 |
| | 7 | 2 |
createAttribute| Name: | 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: | 6338-6348 |
| | 7 | 2 |
cloneNode| Name: | 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: | 6238-6244 |
| | 3 | 1 |
QDomDocumentPrivate| Name: | 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: | 6159-6172 |
| | 5 | 2 |
QDomDocumentPrivate| Name: | 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: | 6174-6181 |
| | 2 | 1 |