| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 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:  | 5858-5863 |  
  |  | 3 | 2 | 
 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:  | 5790-5793 |  
  |  | 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:  | 5803-5806 |  
  |  | 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:  | 5808-5811 |  
  |  | 2 | 1 | 
 QDomElementPrivate::~QDomElementPrivate| Name:  | QDomElementPrivate::~QDomElementPrivate |  | Prototype:  | QDomElementPrivate::~QDomElementPrivate() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4418-4422 |  
  |  | 2 | 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:  | 4541-4555 |  
  |  | 9 | 4 | 
 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:  | 4514-4524 |  
  |  | 5 | 2 | 
 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:  | 4502-4512 |  
  |  | 4 | 1 | 
 QDomElementPrivate::setAttributeNS| Name:  | QDomElementPrivate::setAttributeNS |  | Prototype:  | void QDomElementPrivate::setAttributeNS(const QString& nsURI, const QString& qName, const QString& newValue) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4466-4483 |  
  |  | 10 | 2 | 
 QDomElementPrivate::setAttribute| Name:  | QDomElementPrivate::setAttribute |  | Prototype:  | void QDomElementPrivate::setAttribute(const QString& aname, const QString& newValue) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4450-4464 |  
  |  | 7 | 2 | 
 QDomElementPrivate::save| Name:  | QDomElementPrivate::save |  | Prototype:  | void QDomElementPrivate::save(QTextStream& s, int depth, int indent) const |  | Coverage:  |  66.667% (34/51) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4557-4640 |  
  |  | 37 | 14 | 
 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:  | 4526-4529 |  
  |  | 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:  | 4485-4490 |  
  |  | 3 | 2 | 
 QDomElementPrivate::nodeType| Name:  | QDomElementPrivate::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:  | 401-401 |  
  |  | 1 | 1 | 
 QDomElementPrivate::hasAttributes| Name:  | QDomElementPrivate::hasAttributes |  | Prototype:  | bool hasAttributes() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 400-400 |  
  |  | 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:  | 4536-4539 |  
  |  | 1 | 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:  | 4531-4534 |  
  |  | 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:  | 4424-4430 |  
  |  | 3 | 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:  | 399-399 |  
  |  | 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:  | 4497-4500 |  
  |  | 1 | 1 | 
 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:  | 4492-4495 |  
  |  | 1 | 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:  | 4441-4448 |  
  |  | 4 | 2 | 
 QDomElementPrivate::attribute| Name:  | QDomElementPrivate::attribute |  | Prototype:  | QString QDomElementPrivate::attribute(const QString& name_, const QString& defValue) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4432-4439 |  
  |  | 4 | 2 | 
 QDomElementPrivate::QDomElementPrivate| Name:  | QDomElementPrivate::QDomElementPrivate |  | Prototype:  | QDomElementPrivate::QDomElementPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& tagname) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4392-4398 |  
  |  | 2 | 1 | 
 QDomElementPrivate::QDomElementPrivate| Name:  | QDomElementPrivate::QDomElementPrivate |  | Prototype:  | QDomElementPrivate::QDomElementPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& nsURI, const QString& qName) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4400-4408 |  
  |  | 4 | 1 | 
 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:  | 4410-4416 |  
  |  | 2 | 1 | 
 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:  | 5145-5150 |  
  |  | 3 | 2 | 
 QDomElement::tagName| Name:  | QDomElement::tagName |  | Prototype:  | QString QDomElement::tagName() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4766-4771 |  
  |  | 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:  | 4751-4755 |  
  |  | 2 | 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:  | 5098-5103 |  
  |  | 3 | 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:  | 4924-4929 |  
  |  | 3 | 2 | 
 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:  | 5002-5007 |  
  |  | 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:  | 5024-5031 |  
  |  | 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:  | 5036-5043 |  
  |  | 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:  | 5048-5055 |  
  |  | 5 | 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:  | 4806-4811 |  
  |  | 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:  | 4832-4839 |  
  |  | 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:  | 4846-4853 |  
  |  | 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:  | 4860-4867 |  
  |  | 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:  | 4874-4886 |  
  |  | 9 | 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:  | 4936-4941 |  
  |  | 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:  | 5063-5071 |  
  |  | 6 | 3 | 
 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:  | 4893-4898 |  
  |  | 3 | 2 | 
 QDomElement::operator=| Name:  | QDomElement::operator= |  | Prototype:  | QDomElement& QDomElement::operator= (const QDomElement& x) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 4735-4738 |  
  |  | 1 | 1 | 
 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:  | 5124-5129 |  
  |  | 3 | 2 | 
 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:  | 4969-4974 |  
  |  | 3 | 2 | 
 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:  | 5114-5117 |  
  |  | 1 | 1 | 
 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:  | 4952-4955 |  
  |  | 1 | 1 | 
 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:  | 4779-4784 |  
  |  | 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:  | 5081-5086 |  
  |  | 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:  | 4907-4912 |  
  |  | 3 | 2 | 
 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:  | 4983-4988 |  
  |  | 3 | 2 | 
 QDomElement::attribute| Name:  | 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::QDomElement| Name:  | 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::QDomElement| Name:  | 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::QDomElement| Name:  | 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 | 
 QDomDocumentTypePrivate::~QDomDocumentTypePrivate| Name:  | 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 | 
 QDomDocumentTypePrivate::save| Name:  | 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::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:  | 3534-3552 |  
  |  | 11 | 6 | 
 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:  | 3554-3565 |  
  |  | 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:  | 301-301 |  
  |  | 1 | 1 | 
 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:  | 3508-3519 |  
  |  | 6 | 3 | 
 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:  | 3521-3532 |  
  |  | 6 | 3 | 
 QDomDocumentTypePrivate::init| Name:  | 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::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:  | 3500-3506 |  
  |  | 3 | 1 | 
 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:  | 3567-3570 |  
  |  | 1 | 1 | 
 QDomDocumentTypePrivate::QDomDocumentTypePrivate| Name:  | 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::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:  | 3458-3473 |  
  |  | 8 | 4 | 
 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:  | 3728-3733 |  
  |  | 3 | 2 | 
 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:  | 3715-3720 |  
  |  | 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::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:  | 3702-3707 |  
  |  | 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:  | 3682-3687 |  
  |  | 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:  | 3741-3746 |  
  |  | 3 | 2 | 
 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:  | 3692-3697 |  
  |  | 3 | 2 | 
 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:  | 3643-3645 |  
  |  | 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:  | 3654-3657 |  
  |  | 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:  | 3659-3662 |  
  |  | 2 | 1 | 
 QDomDocumentPrivate::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:  | 6207-6212 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::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:  | 6214-6242 |  
  |  | 21 | 5 | 
 QDomDocumentPrivate::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:  | 6426-6498 |  
  |  | 39 | 12 | 
 QDomDocumentPrivate::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:  | 527-527 |  
  |  | 1 | 1 | 
 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:  | 6380-6424 |  
  |  | 27 | 13 | 
 QDomDocumentPrivate::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:  | 508-508 |  
  |  | 1 | 1 | 
 QDomDocumentPrivate::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:  | 6252-6259 |  
  |  | 4 | 2 | 
 QDomDocumentPrivate::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:  | 507-507 |  
  |  | 1 | 1 | 
 QDomDocumentPrivate::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:  | 6292-6302 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6328-6343 |  
  |  | 10 | 3 | 
 QDomDocumentPrivate::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:  | 6368-6378 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6273-6283 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6261-6271 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6285-6290 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::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:  | 6304-6314 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6316-6326 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6356-6366 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6344-6354 |  
  |  | 7 | 2 | 
 QDomDocumentPrivate::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:  | 6244-6250 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::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:  | 6193-6198 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::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:  | 6142-6151 |  
  |  | 3 | 1 | 
 QDomDocumentPrivate::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:  | 6153-6163 |  
  |  | 4 | 1 |