| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomDocumentPrivate::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 |
QDomDocumentType::QDomDocumentType| Name: | 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: | 3637-3639 |
| | 2 | 1 |
QDomDocumentType::QDomDocumentType| Name: | 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: | 3648-3651 |
| | 2 | 1 |
QDomDocumentType::QDomDocumentType| Name: | 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: | 3653-3656 |
| | 2 | 1 |
QDomDocumentType::entities| Name: | 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: | 3686-3691 |
| | 3 | 2 |
QDomDocumentType::internalSubset| Name: | 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: | 3735-3740 |
| | 3 | 2 |
QDomDocumentType::name| Name: | 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: | 3676-3681 |
| | 3 | 2 |
QDomDocumentType::notations| Name: | 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: | 3696-3701 |
| | 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: | 3665-3668 |
| | 1 | 1 |
QDomDocumentType::publicId| Name: | 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: | 3709-3714 |
| | 3 | 2 |
QDomDocumentType::systemId| Name: | 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: | 3722-3727 |
| | 3 | 2 |
QDomDocumentTypePrivate::QDomDocumentTypePrivate| Name: | 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: | 3452-3467 |
| | 8 | 4 |
QDomDocumentTypePrivate::appendChild| Name: | 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: | 3561-3564 |
| | 1 | 1 |
QDomDocumentTypePrivate::cloneNode| Name: | 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: | 3494-3500 |
| | 3 | 1 |
QDomDocumentTypePrivate::insertAfter| Name: | 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: | 3515-3526 |
| | 6 | 3 |
QDomDocumentTypePrivate::insertBefore| Name: | 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: | 3502-3513 |
| | 6 | 3 |
QDomDocumentTypePrivate::nodeType| Name: | 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: | 295-295 |
| | 1 | 1 |
QDomDocumentTypePrivate::removeChild| Name: | 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: | 3548-3559 |
| | 6 | 3 |
QDomDocumentTypePrivate::replaceChild| Name: | 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: | 3528-3546 |
| | 11 | 6 |
QDomElement::attributeNS| Name: | 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: | 4977-4982 |
| | 3 | 2 |
QDomElement::attributeNode| Name: | QDomElement::attributeNode | | Prototype: | QDomAttr QDomElement::attributeNode(const QString& name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4901-4906 |
| | 3 | 2 |
QDomElement::attributeNodeNS| Name: | QDomElement::attributeNodeNS | | Prototype: | QDomAttr QDomElement::attributeNodeNS(const QString& nsURI, const QString& localName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5075-5080 |
| | 3 | 2 |
QDomElement::attributes| Name: | QDomElement::attributes | | Prototype: | QDomNamedNodeMap QDomElement::attributes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4773-4778 |
| | 3 | 2 |
QDomElement::elementsByTagName| Name: | QDomElement::elementsByTagName | | Prototype: | QDomNodeList QDomElement::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: | 4946-4949 |
| | 1 | 1 |
QDomElement::elementsByTagNameNS| Name: | QDomElement::elementsByTagNameNS | | Prototype: | QDomNodeList QDomElement::elementsByTagNameNS(const QString& nsURI, const QString& localName) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5108-5111 |
| | 1 | 1 |
QDomElement::hasAttribute| Name: | QDomElement::hasAttribute | | Prototype: | bool QDomElement::hasAttribute(const QString& name) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4963-4968 |
| | 3 | 2 |
QDomElement::hasAttributeNS| Name: | QDomElement::hasAttributeNS | | Prototype: | bool QDomElement::hasAttributeNS(const QString& nsURI, const QString& localName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5118-5123 |
| | 3 | 2 |
QDomElement::removeAttribute| Name: | QDomElement::removeAttribute | | Prototype: | void QDomElement::removeAttribute(const QString& name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4887-4892 |
| | 3 | 2 |
QDomElement::removeAttributeNS| Name: | QDomElement::removeAttributeNS | | Prototype: | void QDomElement::removeAttributeNS(const QString& nsURI, const QString& localName) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5057-5065 |
| | 6 | 3 |
QDomElement::removeAttributeNode| Name: | QDomElement::removeAttributeNode | | Prototype: | QDomAttr QDomElement::removeAttributeNode(const QDomAttr& oldAttr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4930-4935 |
| | 3 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, const QString& value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4800-4805 |
| | 3 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, qlonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4826-4833 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, qulonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4840-4847 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, float value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4854-4861 |
| | 5 | 2 |
QDomElement::setAttribute| Name: | QDomElement::setAttribute | | Prototype: | void QDomElement::setAttribute(const QString& name, double value) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4868-4880 |
| | 9 | 3 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, const QString& value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4996-5001 |
| | 3 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, qlonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5018-5025 |
| | 5 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, qulonglong value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5030-5037 |
| | 5 | 2 |
QDomElement::setAttributeNS| Name: | QDomElement::setAttributeNS | | Prototype: | void QDomElement::setAttributeNS(const QString nsURI, const QString& qName, double value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5042-5049 |
| | 5 | 2 |
QDomElement::setAttributeNode| Name: | QDomElement::setAttributeNode | | Prototype: | QDomAttr QDomElement::setAttributeNode(const QDomAttr& newAttr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4918-4923 |
| | 3 | 2 |
QDomElement::setAttributeNodeNS| Name: | QDomElement::setAttributeNodeNS | | Prototype: | QDomAttr QDomElement::setAttributeNodeNS(const QDomAttr& newAttr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5092-5097 |
| | 3 | 2 |
QDomElement::setTagName| Name: | QDomElement::setTagName | | Prototype: | void QDomElement::setTagName(const QString& name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4745-4749 |
| | 2 | 2 |
QDomElement::text| Name: | QDomElement::text | | Prototype: | QString QDomElement::text() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5139-5144 |
| | 3 | 2 |
QDomElementPrivate::QDomElementPrivate| Name: | QDomElementPrivate::QDomElementPrivate | | Prototype: | QDomElementPrivate::QDomElementPrivate(QDomElementPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4404-4410 |
| | 2 | 1 |
QDomElementPrivate::attributeNS| Name: | QDomElementPrivate::attributeNS | | Prototype: | QString QDomElementPrivate::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: | 4435-4442 |
| | 4 | 2 |
QDomElementPrivate::attributeNode| Name: | QDomElementPrivate::attributeNode | | Prototype: | QDomAttrPrivate* QDomElementPrivate::attributeNode(const QString& aname) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4486-4489 |
| | 1 | 1 |
QDomElementPrivate::attributeNodeNS| Name: | QDomElementPrivate::attributeNodeNS | | Prototype: | QDomAttrPrivate* QDomElementPrivate::attributeNodeNS(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: | 4491-4494 |
| | 1 | 1 |
QDomElementPrivate::attributes| Name: | QDomElementPrivate::attributes | | Prototype: | QDomNamedNodeMapPrivate* attributes() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 393-393 |
| | 1 | 1 |
QDomElementPrivate::cloneNode| Name: | QDomElementPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomElementPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4418-4424 |
| | 3 | 1 |
QDomElementPrivate::hasAttribute| Name: | QDomElementPrivate::hasAttribute | | Prototype: | bool QDomElementPrivate::hasAttribute(const QString& aname) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4525-4528 |
| | 1 | 1 |
QDomElementPrivate::hasAttributeNS| Name: | QDomElementPrivate::hasAttributeNS | | Prototype: | bool QDomElementPrivate::hasAttributeNS(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: | 4530-4533 |
| | 1 | 1 |
QDomElementPrivate::removeAttribute| Name: | QDomElementPrivate::removeAttribute | | Prototype: | void QDomElementPrivate::removeAttribute(const QString& aname) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4479-4484 |
| | 3 | 2 |
QDomElementPrivate::removeAttributeNode| Name: | QDomElementPrivate::removeAttributeNode | | Prototype: | QDomAttrPrivate* QDomElementPrivate::removeAttributeNode(QDomAttrPrivate* oldAttr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4520-4523 |
| | 1 | 1 |
QDomElementPrivate::setAttributeNode| Name: | QDomElementPrivate::setAttributeNode | | Prototype: | QDomAttrPrivate* QDomElementPrivate::setAttributeNode(QDomAttrPrivate* newAttr) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4496-4506 |
| | 4 | 1 |
QDomElementPrivate::setAttributeNodeNS| Name: | QDomElementPrivate::setAttributeNodeNS | | Prototype: | QDomAttrPrivate* QDomElementPrivate::setAttributeNodeNS(QDomAttrPrivate* newAttr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4508-4518 |
| | 5 | 2 |
QDomElementPrivate::text| Name: | QDomElementPrivate::text | | Prototype: | QString QDomElementPrivate::text() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4535-4549 |
| | 9 | 4 |
QDomEntity::QDomEntity| Name: | QDomEntity::QDomEntity | | Prototype: | QDomEntity::QDomEntity() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5784-5787 |
| | 2 | 1 |
QDomEntity::QDomEntity| Name: | QDomEntity::QDomEntity | | Prototype: | QDomEntity::QDomEntity(const QDomEntity& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5797-5800 |
| | 2 | 1 |
QDomEntity::QDomEntity| Name: | QDomEntity::QDomEntity | | Prototype: | QDomEntity::QDomEntity(QDomEntityPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5802-5805 |
| | 2 | 1 |
QDomEntity::notationName| Name: | QDomEntity::notationName | | Prototype: | QString QDomEntity::notationName() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5852-5857 |
| | 3 | 2 |
QDomEntity::operator=| Name: | QDomEntity::operator= | | Prototype: | QDomEntity& QDomEntity::operator= (const QDomEntity& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5814-5817 |
| | 1 | 1 |
QDomEntity::publicId| Name: | QDomEntity::publicId | | Prototype: | QString QDomEntity::publicId() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5829-5834 |
| | 3 | 2 |
QDomEntity::systemId| Name: | QDomEntity::systemId | | Prototype: | QString QDomEntity::systemId() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5840-5845 |
| | 3 | 2 |
QDomEntityPrivate::QDomEntityPrivate| Name: | QDomEntityPrivate::QDomEntityPrivate | | Prototype: | QDomEntityPrivate::QDomEntityPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& aname, const QString& pub, const QString& sys, const QString& notation) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5656-5665 |
| | 4 | 1 |
QDomEntityPrivate::QDomEntityPrivate| Name: | QDomEntityPrivate::QDomEntityPrivate | | Prototype: | QDomEntityPrivate::QDomEntityPrivate(QDomEntityPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5667-5673 |
| | 3 | 1 |
QDomEntityPrivate::cloneNode| Name: | QDomEntityPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomEntityPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5675-5681 |
| | 3 | 1 |
QDomEntityPrivate::nodeType| Name: | QDomEntityPrivate::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: | 454-454 |
| | 1 | 1 |
QDomEntityPrivate::save| Name: | QDomEntityPrivate::save | | Prototype: | void QDomEntityPrivate::save(QTextStream& s, int, int) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5719-5739 |
| | 12 | 5 |
QDomEntityReference::QDomEntityReference| Name: | QDomEntityReference::QDomEntityReference | | Prototype: | QDomEntityReference::QDomEntityReference() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5937-5940 |
| | 2 | 1 |
QDomEntityReference::QDomEntityReference| Name: | QDomEntityReference::QDomEntityReference | | Prototype: | QDomEntityReference::QDomEntityReference(const QDomEntityReference& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5949-5952 |
| | 2 | 1 |
QDomEntityReference::QDomEntityReference| Name: | QDomEntityReference::QDomEntityReference | | Prototype: | QDomEntityReference::QDomEntityReference(QDomEntityReferencePrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5954-5957 |
| | 2 | 1 |
QDomEntityReference::operator=| Name: | QDomEntityReference::operator= | | Prototype: | QDomEntityReference& QDomEntityReference::operator= (const QDomEntityReference& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5966-5969 |
| | 1 | 1 |
QDomEntityReferencePrivate::QDomEntityReferencePrivate| Name: | QDomEntityReferencePrivate::QDomEntityReferencePrivate | | Prototype: | QDomEntityReferencePrivate::QDomEntityReferencePrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& aname) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5867-5871 |
| | 1 | 1 |
QDomEntityReferencePrivate::QDomEntityReferencePrivate| Name: | QDomEntityReferencePrivate::QDomEntityReferencePrivate | | Prototype: | QDomEntityReferencePrivate::QDomEntityReferencePrivate(QDomNodePrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5873-5876 |
| | 2 | 1 |
QDomEntityReferencePrivate::cloneNode| Name: | QDomEntityReferencePrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomEntityReferencePrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5878-5884 |
| | 3 | 1 |
QDomEntityReferencePrivate::nodeType| Name: | QDomEntityReferencePrivate::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: | 471-471 |
| | 1 | 1 |
QDomEntityReferencePrivate::save| Name: | QDomEntityReferencePrivate::save | | Prototype: | void QDomEntityReferencePrivate::save(QTextStream& s, int, int) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5886-5889 |
| | 1 | 1 |
QDomHandler::comment| Name: | QDomHandler::comment | | Prototype: | bool QDomHandler::comment(const QString& ch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7512-7519 |
| | 5 | 1 |
QDomHandler::endCDATA| Name: | QDomHandler::endCDATA | | Prototype: | bool QDomHandler::endCDATA() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7494-7498 |
| | 2 | 1 |
QDomHandler::endEntity| Name: | QDomHandler::endEntity | | Prototype: | bool QDomHandler::endEntity(const QString &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7506-7510 |
| | 2 | 1 |
QDomHandler::externalEntityDecl| Name: | QDomHandler::externalEntityDecl | | Prototype: | bool QDomHandler::externalEntityDecl(const QString &name, const QString &publicId, const QString &systemId) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7531-7534 |
| | 1 | 1 |
QDomHandler::fatalError| Name: | QDomHandler::fatalError | | Prototype: | bool QDomHandler::fatalError(const QXmlParseException& exception) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7480-7486 |
| | 4 | 1 |
QDomHandler::notationDecl| Name: | QDomHandler::notationDecl | | Prototype: | bool QDomHandler::notationDecl(const QString & name, const QString & publicId, const QString & systemId) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7536-7543 |
| | 4 | 1 |
QDomHandler::processingInstruction| Name: | QDomHandler::processingInstruction | | Prototype: | bool QDomHandler::processingInstruction(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: | 7455-7466 |
| | 7 | 2 |
QDomHandler::skippedEntity| Name: | QDomHandler::skippedEntity | | Prototype: | bool QDomHandler::skippedEntity(const QString& name) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7468-7478 |
| | 6 | 2 |
QDomHandler::startCDATA| Name: | QDomHandler::startCDATA | | Prototype: | bool QDomHandler::startCDATA() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7488-7492 |
| | 2 | 1 |
QDomHandler::startEntity| Name: | QDomHandler::startEntity | | Prototype: | bool QDomHandler::startEntity(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7500-7504 |
| | 2 | 1 |
QDomHandler::unparsedEntityDecl| Name: | QDomHandler::unparsedEntityDecl | | Prototype: | bool QDomHandler::unparsedEntityDecl(const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7521-7529 |
| | 5 | 1 |
QDomImplementation::QDomImplementation| Name: | QDomImplementation::QDomImplementation | | Prototype: | QDomImplementation::QDomImplementation() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 898-901 |
| | 1 | 1 |
QDomImplementation::QDomImplementation| Name: | QDomImplementation::QDomImplementation | | Prototype: | QDomImplementation::QDomImplementation(const QDomImplementation &x) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 906-911 |
| | 3 | 2 |
QDomImplementation::QDomImplementation| Name: | QDomImplementation::QDomImplementation | | Prototype: | QDomImplementation::QDomImplementation(QDomImplementationPrivate *p) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 913-919 |
| | 3 | 2 |
QDomImplementation::createDocument| Name: | QDomImplementation::createDocument | | Prototype: | QDomDocument QDomImplementation::createDocument(const QString& nsURI, const QString& qName, const QDomDocumentType& doctype) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1047-1055 |
| | 6 | 2 |
QDomImplementation::createDocumentType| Name: | QDomImplementation::createDocumentType | | Prototype: | QDomDocumentType QDomImplementation::createDocumentType(const QString& qName, const QString& publicId, const QString& systemId) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1014-1040 |
| | 19 | 5 |
QDomImplementation::hasFeature| Name: | QDomImplementation::hasFeature | | Prototype: | bool QDomImplementation::hasFeature(const QString& feature, const QString& version) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 971-980 |
| | 4 | 3 |
QDomImplementation::invalidDataPolicy| Name: | QDomImplementation::invalidDataPolicy | | Prototype: | QDomImplementation::InvalidDataPolicy QDomImplementation::invalidDataPolicy() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1104-1107 |
| | 1 | 1 |
QDomImplementation::isNull| Name: | QDomImplementation::isNull | | Prototype: | bool QDomImplementation::isNull() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1061-1064 |
| | 1 | 1 |
QDomImplementation::operator!=| Name: | QDomImplementation::operator!= | | Prototype: | bool QDomImplementation::operator!=(const QDomImplementation &x) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 947-950 |
| | 1 | 1 |
QDomImplementation::operator=| Name: | QDomImplementation::operator= | | Prototype: | QDomImplementation& QDomImplementation::operator=(const QDomImplementation &x) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 924-932 |
| | 6 | 3 |
QDomImplementation::operator==| Name: | QDomImplementation::operator== | | Prototype: | bool QDomImplementation::operator==(const QDomImplementation &x) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 938-941 |
| | 1 | 1 |
QDomImplementation::setInvalidDataPolicy| Name: | QDomImplementation::setInvalidDataPolicy | | Prototype: | void QDomImplementation::setInvalidDataPolicy(InvalidDataPolicy policy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1124-1127 |
| | 1 | 1 |