| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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:  | 394-394 |  
  |  | 1 | 1 | 
 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:  | 395-395 |  
  |  | 1 | 1 | 
 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| 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| 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:  | 4386-4392 |  
  |  | 2 | 1 | 
 ~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:  | 4412-4416 |  
  |  | 2 | 2 | 
 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 | 
 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| 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:  | 4394-4402 |  
  |  | 4 | 1 | 
 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:  | 4426-4433 |  
  |  | 4 | 2 | 
 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 | 
 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 | 
 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 | 
 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:  | 4444-4458 |  
  |  | 7 | 2 | 
 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 | 
 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:  | 4460-4477 |  
  |  | 10 | 2 | 
 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:  | 4551-4634 |  
  |  | 37 | 14 |