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: | 6610-6613 |
| | 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: | 6627-6630 |
| | 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: | 6998-7003 |
| | 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: | 7143-7148 |
| | 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: | 6961-6966 |
| | 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: | 6944-6949 |
| | 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: | 6911-6916 |
| | 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: | 6899-6904 |
| | 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: | 7124-7129 |
| | 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: | 7014-7019 |
| | 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: | 6980-6986 |
| | 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: | 6928-6933 |
| | 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: | 6862-6867 |
| | 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: | 7173-7177 |
| | 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: | 7029-7032 |
| | 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: | 7158-7161 |
| | 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: | 6872-6877 |
| | 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: | 7103-7110 |
| | 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: | 6639-6642 |
| | 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: | 6739-6745 |
| | 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: | 6755-6762 |
| | 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: | 6801-6804 |
| | 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: | 6819-6824 |
| | 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: | 6882-6887 |
| | 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: | 6659-6666 |
| | 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: | 6590-6593 |
| | 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: | 6599-6603 |
| | 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: | 6622-6625 |
| | 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: | 6723-6731 |
| | 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: | 6774-6777 |
| | 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: | 6788-6791 |
| | 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: | 6851-6856 |
| | 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: | 6834-6840 |
| | 4 | 1 |