| 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: | 6604-6607 |
| | 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: | 6621-6624 |
| | 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: | 6992-6997 |
| | 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: | 7137-7142 |
| | 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: | 6955-6960 |
| | 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: | 6938-6943 |
| | 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: | 6905-6910 |
| | 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: | 6893-6898 |
| | 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: | 7118-7123 |
| | 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: | 7008-7013 |
| | 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: | 6974-6980 |
| | 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: | 6922-6927 |
| | 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: | 6856-6861 |
| | 3 | 2 |
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: | 7167-7171 |
| | 2 | 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: | 7023-7026 |
| | 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: | 7152-7155 |
| | 1 | 1 |
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: | 6866-6871 |
| | 3 | 2 |
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: | 7097-7104 |
| | 5 | 3 |
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: | 6633-6636 |
| | 1 | 1 |
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: | 6733-6739 |
| | 4 | 2 |
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: | 6749-6756 |
| | 5 | 2 |
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: | 6795-6798 |
| | 1 | 1 |
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: | 6813-6818 |
| | 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: | 6876-6881 |
| | 3 | 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: | 6653-6660 |
| | 5 | 2 |
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: | 6584-6587 |
| | 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: | 6593-6597 |
| | 1 | 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: | 6616-6619 |
| | 2 | 1 |
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: | 6717-6725 |
| | 6 | 2 |
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: | 6768-6771 |
| | 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: | 6782-6785 |
| | 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: | 6845-6850 |
| | 1 | 1 |
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: | 6828-6834 |
| | 4 | 1 |