Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomDocumentName: | 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 |
QDomDocumentName: | 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 |
createAttributeName: | 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 |
createAttributeNSName: | 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 |
createCDATASectionName: | 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 |
createCommentName: | 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 |
createDocumentFragmentName: | 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 |
createElementName: | 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 |
createElementNSName: | 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 |
createEntityReferenceName: | 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 |
createProcessingInstructionName: | 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 |
createTextNodeName: | 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 |
doctypeName: | 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 |
elementByIdName: | 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 |
elementsByTagNameName: | 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 |
elementsByTagNameNSName: | 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 |
implementationName: | 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 |
importNodeName: | 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 |
setContentName: | 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 |
setContentName: | 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 |
setContentName: | 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 |
setContentName: | 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 |
documentElementName: | 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 |
setContentName: | 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 |
QDomDocumentName: | 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 |
QDomDocumentName: | 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 |
QDomDocumentName: | 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 |
setContentName: | 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 |
setContentName: | 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 |
setContentName: | 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 |
toByteArrayName: | 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 |
toStringName: | 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 |