Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomElementPrivateName: | QDomElementPrivate::QDomElementPrivate | Prototype: | QDomElementPrivate::QDomElementPrivate(QDomElementPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4410-4416 |
| | 2 | 1 |
attributeNSName: | QDomElementPrivate::attributeNS | Prototype: | QString QDomElementPrivate::attributeNS(const QString& nsURI, const QString& localName, const QString& defValue) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4441-4448 |
| | 4 | 2 |
attributeNodeName: | QDomElementPrivate::attributeNode | Prototype: | QDomAttrPrivate* QDomElementPrivate::attributeNode(const QString& aname) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4492-4495 |
| | 1 | 1 |
attributeNodeNSName: | QDomElementPrivate::attributeNodeNS | Prototype: | QDomAttrPrivate* QDomElementPrivate::attributeNodeNS(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: | 4497-4500 |
| | 1 | 1 |
attributesName: | QDomElementPrivate::attributes | Prototype: | QDomNamedNodeMapPrivate* attributes() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 399-399 |
| | 1 | 1 |
cloneNodeName: | QDomElementPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomElementPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4424-4430 |
| | 3 | 1 |
hasAttributeName: | QDomElementPrivate::hasAttribute | Prototype: | bool QDomElementPrivate::hasAttribute(const QString& aname) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4531-4534 |
| | 1 | 1 |
hasAttributeNSName: | QDomElementPrivate::hasAttributeNS | Prototype: | bool QDomElementPrivate::hasAttributeNS(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: | 4536-4539 |
| | 1 | 1 |
removeAttributeName: | QDomElementPrivate::removeAttribute | Prototype: | void QDomElementPrivate::removeAttribute(const QString& aname) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4485-4490 |
| | 3 | 2 |
removeAttributeNodeName: | QDomElementPrivate::removeAttributeNode | Prototype: | QDomAttrPrivate* QDomElementPrivate::removeAttributeNode(QDomAttrPrivate* oldAttr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4526-4529 |
| | 1 | 1 |
setAttributeNodeName: | QDomElementPrivate::setAttributeNode | Prototype: | QDomAttrPrivate* QDomElementPrivate::setAttributeNode(QDomAttrPrivate* newAttr) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4502-4512 |
| | 4 | 1 |
setAttributeNodeNSName: | QDomElementPrivate::setAttributeNodeNS | Prototype: | QDomAttrPrivate* QDomElementPrivate::setAttributeNodeNS(QDomAttrPrivate* newAttr) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4514-4524 |
| | 5 | 2 |
textName: | QDomElementPrivate::text | Prototype: | QString QDomElementPrivate::text() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4541-4555 |
| | 9 | 4 |
setAttributeNSName: | QDomElementPrivate::setAttributeNS | Prototype: | void QDomElementPrivate::setAttributeNS(const QString& nsURI, const QString& qName, const QString& newValue) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4466-4483 |
| | 10 | 2 |
saveName: | QDomElementPrivate::save | Prototype: | void QDomElementPrivate::save(QTextStream& s, int depth, int indent) const | Coverage: | 66.667% (34/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4557-4640 |
| | 37 | 14 |
~QDomElementPrivateName: | QDomElementPrivate::~QDomElementPrivate | Prototype: | QDomElementPrivate::~QDomElementPrivate() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4418-4422 |
| | 2 | 2 |
QDomElementPrivateName: | QDomElementPrivate::QDomElementPrivate | Prototype: | QDomElementPrivate::QDomElementPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& tagname) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4392-4398 |
| | 2 | 1 |
QDomElementPrivateName: | QDomElementPrivate::QDomElementPrivate | Prototype: | QDomElementPrivate::QDomElementPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& nsURI, const QString& qName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4400-4408 |
| | 4 | 1 |
attributeName: | QDomElementPrivate::attribute | Prototype: | QString QDomElementPrivate::attribute(const QString& name_, const QString& defValue) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4432-4439 |
| | 4 | 2 |
hasAttributesName: | QDomElementPrivate::hasAttributes | Prototype: | bool hasAttributes() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 400-400 |
| | 1 | 1 |
nodeTypeName: | QDomElementPrivate::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: | 401-401 |
| | 1 | 1 |
setAttributeName: | QDomElementPrivate::setAttribute | Prototype: | void QDomElementPrivate::setAttribute(const QString& aname, const QString& newValue) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4450-4464 |
| | 7 | 2 |