| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 QDomDocument| Name:  | QDomDocument::QDomDocument |  | Prototype:  | QDomDocument::QDomDocument(const QDomDocumentType& doctype) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6610-6613 |  
  |  | 1 | 1 | 
 QDomDocument| Name:  | QDomDocument::QDomDocument |  | Prototype:  | QDomDocument::QDomDocument() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6590-6593 |  
  |  | 1 | 1 | 
 QDomDocument| Name:  | QDomDocument::QDomDocument |  | Prototype:  | QDomDocument::QDomDocument(const QString& name) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6599-6603 |  
  |  | 1 | 1 | 
 elementsByTagName| Name:  | QDomDocument::elementsByTagName |  | Prototype:  | QDomNodeList QDomDocument::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:  | 7029-7032 |  
  |  | 1 | 1 | 
 elementsByTagNameNS| Name:  | QDomDocument::elementsByTagNameNS |  | Prototype:  | QDomNodeList QDomDocument::elementsByTagNameNS(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:  | 7158-7161 |  
  |  | 1 | 1 | 
 operator=| Name:  | QDomDocument::operator= |  | Prototype:  | QDomDocument& QDomDocument::operator= (const QDomDocument& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6639-6642 |  
  |  | 1 | 1 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(QIODevice* dev, QString *errorMsg, int *errorLine, int *errorColumn ) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6801-6804 |  
  |  | 1 | 1 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(const QString& text, 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:  | 6774-6777 |  
  |  | 1 | 1 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(const QByteArray& buffer, 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:  | 6788-6791 |  
  |  | 1 | 1 | 
 toByteArray| Name:  | QDomDocument::toByteArray |  | Prototype:  | QByteArray QDomDocument::toByteArray(int indent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6851-6856 |  
  |  | 1 | 1 | 
 QDomDocument| Name:  | QDomDocument::QDomDocument |  | Prototype:  | QDomDocument::QDomDocument(QDomDocumentPrivate* x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6627-6630 |  
  |  | 2 | 1 | 
 QDomDocument| Name:  | QDomDocument::QDomDocument |  | Prototype:  | QDomDocument::QDomDocument(const QDomDocument& x) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6622-6625 |  
  |  | 2 | 1 | 
 elementById| Name:  | QDomDocument::elementById |  | Prototype:  | QDomElement QDomDocument::elementById(const QString& ) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7173-7177 |  
  |  | 2 | 1 | 
 createAttribute| Name:  | QDomDocument::createAttribute |  | Prototype:  | QDomAttr QDomDocument::createAttribute(const QString& name) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6998-7003 |  
  |  | 3 | 2 | 
 createAttributeNS| Name:  | QDomDocument::createAttributeNS |  | Prototype:  | QDomAttr QDomDocument::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:  | 7143-7148 |  
  |  | 3 | 2 | 
 createCDATASection| Name:  | QDomDocument::createCDATASection |  | Prototype:  | QDomCDATASection QDomDocument::createCDATASection(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6961-6966 |  
  |  | 3 | 2 | 
 createComment| Name:  | QDomDocument::createComment |  | Prototype:  | QDomComment QDomDocument::createComment(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6944-6949 |  
  |  | 3 | 2 | 
 createDocumentFragment| Name:  | QDomDocument::createDocumentFragment |  | Prototype:  | QDomDocumentFragment QDomDocument::createDocumentFragment() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6911-6916 |  
  |  | 3 | 2 | 
 createElement| Name:  | QDomDocument::createElement |  | Prototype:  | QDomElement QDomDocument::createElement(const QString& tagName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6899-6904 |  
  |  | 3 | 2 | 
 createElementNS| Name:  | QDomDocument::createElementNS |  | Prototype:  | QDomElement QDomDocument::createElementNS(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:  | 7124-7129 |  
  |  | 3 | 2 | 
 createEntityReference| Name:  | QDomDocument::createEntityReference |  | Prototype:  | QDomEntityReference QDomDocument::createEntityReference(const QString& name) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7014-7019 |  
  |  | 3 | 2 | 
 createProcessingInstruction| Name:  | QDomDocument::createProcessingInstruction |  | Prototype:  | QDomProcessingInstruction QDomDocument::createProcessingInstruction(const QString& target, const QString& data) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6980-6986 |  
  |  | 3 | 2 | 
 createTextNode| Name:  | QDomDocument::createTextNode |  | Prototype:  | QDomText QDomDocument::createTextNode(const QString& value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6928-6933 |  
  |  | 3 | 2 | 
 doctype| Name:  | QDomDocument::doctype |  | Prototype:  | QDomDocumentType QDomDocument::doctype() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6862-6867 |  
  |  | 3 | 2 | 
 documentElement| Name:  | QDomDocument::documentElement |  | Prototype:  | QDomElement QDomDocument::documentElement() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6882-6887 |  
  |  | 3 | 2 | 
 implementation| Name:  | QDomDocument::implementation |  | Prototype:  | QDomImplementation QDomDocument::implementation() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6872-6877 |  
  |  | 3 | 2 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(QXmlInputSource *source, QXmlReader *reader, QString *errorMsg, int *errorLine, int *errorColumn ) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6819-6824 |  
  |  | 3 | 2 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(QIODevice* dev, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6739-6745 |  
  |  | 4 | 2 | 
 toString| Name:  | QDomDocument::toString |  | Prototype:  | QString QDomDocument::toString(int indent) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6834-6840 |  
  |  | 4 | 1 | 
 importNode| Name:  | QDomDocument::importNode |  | Prototype:  | QDomNode QDomDocument::importNode(const QDomNode& importedNode, bool deep) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 7103-7110 |  
  |  | 5 | 3 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(QXmlInputSource *source, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn ) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6755-6762 |  
  |  | 5 | 2 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(const QString& text, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6659-6666 |  
  |  | 5 | 2 | 
 setContent| Name:  | QDomDocument::setContent |  | Prototype:  | bool QDomDocument::setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6723-6731 |  
  |  | 6 | 2 |