| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ | 
 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:  | 4700-4703 |  
  |  | 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:  | 4712-4715 |  
  |  | 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:  | 4717-4720 |  
  |  | 2 | 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:  | 4946-4949 |  
  |  | 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:  | 5108-5111 |  
  |  | 1 | 1 | 
 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:  | 4729-4732 |  
  |  | 1 | 1 | 
 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:  | 4786-4791 |  
  |  | 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:  | 4977-4982 |  
  |  | 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:  | 4901-4906 |  
  |  | 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:  | 5075-5080 |  
  |  | 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:  | 4773-4778 |  
  |  | 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:  | 4963-4968 |  
  |  | 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:  | 5118-5123 |  
  |  | 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:  | 4887-4892 |  
  |  | 3 | 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:  | 4930-4935 |  
  |  | 3 | 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:  | 4800-4805 |  
  |  | 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:  | 4826-4833 |  
  |  | 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:  | 4840-4847 |  
  |  | 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:  | 4854-4861 |  
  |  | 5 | 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:  | 4996-5001 |  
  |  | 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:  | 5018-5025 |  
  |  | 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:  | 5030-5037 |  
  |  | 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:  | 5042-5049 |  
  |  | 5 | 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:  | 4918-4923 |  
  |  | 3 | 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:  | 5092-5097 |  
  |  | 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:  | 4745-4749 |  
  |  | 2 | 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:  | 4760-4765 |  
  |  | 3 | 2 | 
 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 | 
 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 | 
 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 |