| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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| Name:  | QDomDocumentPrivate::QDomDocumentPrivate |  | Prototype:  | QDomDocumentPrivate::QDomDocumentPrivate(QDomDocumentTypePrivate* dt) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6165-6178 |  
  |  | 5 | 2 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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 | 
 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| Name:  | QDomDocumentPrivate::QDomDocumentPrivate |  | Prototype:  | QDomDocumentPrivate::QDomDocumentPrivate(QDomDocumentPrivate* n, bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6180-6187 |  
  |  | 2 | 1 | 
 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| 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 |