| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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| 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| 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| 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 |