Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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: | 4551-4634 |
| | 37 | 14 |
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: | 4535-4549 |
| | 9 | 4 |
~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: | 4412-4416 |
| | 2 | 2 |
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: | 4508-4518 |
| | 5 | 2 |
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: | 4460-4477 |
| | 10 | 2 |
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: | 4444-4458 |
| | 7 | 2 |
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: | 4479-4484 |
| | 3 | 2 |
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: | 4435-4442 |
| | 4 | 2 |
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: | 4426-4433 |
| | 4 | 2 |
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: | 4496-4506 |
| | 4 | 1 |
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: | 4520-4523 |
| | 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: | 395-395 |
| | 1 | 1 |
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: | 394-394 |
| | 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: | 4530-4533 |
| | 1 | 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: | 4525-4528 |
| | 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: | 4418-4424 |
| | 3 | 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: | 393-393 |
| | 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: | 4491-4494 |
| | 1 | 1 |
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: | 4486-4489 |
| | 1 | 1 |
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: | 4404-4410 |
| | 2 | 1 |
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: | 4386-4392 |
| | 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: | 4394-4402 |
| | 4 | 1 |