| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomNode| Name: | QDomNode::QDomNode | | Prototype: | QDomNode::QDomNode() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2001-2004 |
| | 1 | 1 |
QDomNode| Name: | QDomNode::QDomNode | | Prototype: | QDomNode::QDomNode(const QDomNode &n) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2013-2018 |
| | 3 | 2 |
QDomNode| Name: | QDomNode::QDomNode | | Prototype: | QDomNode::QDomNode(QDomNodePrivate *n) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2023-2028 |
| | 3 | 2 |
appendChild| Name: | QDomNode::appendChild | | Prototype: | QDomNode QDomNode::appendChild(const QDomNode& newChild) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2595-2602 |
| | 4 | 2 |
attributes| Name: | QDomNode::attributes | | Prototype: | QDomNamedNodeMap QDomNode::attributes() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2314-2320 |
| | 3 | 2 |
childNodes| Name: | QDomNode::childNodes | | Prototype: | QDomNodeList QDomNode::childNodes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2230-2235 |
| | 3 | 2 |
clear| Name: | QDomNode::clear | | Prototype: | void QDomNode::clear() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2630-2635 |
| | 3 | 2 |
cloneNode| Name: | QDomNode::cloneNode | | Prototype: | QDomNode QDomNode::cloneNode(bool deep) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2340-2345 |
| | 3 | 2 |
columnNumber| Name: | QDomNode::columnNumber | | Prototype: | int QDomNode::columnNumber() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3015-3018 |
| | 1 | 1 |
firstChild| Name: | QDomNode::firstChild | | Prototype: | QDomNode QDomNode::firstChild() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2244-2249 |
| | 3 | 2 |
firstChildElement| Name: | QDomNode::firstChildElement | | Prototype: | QDomElement QDomNode::firstChildElement(const QString &tagName) const | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2920-2930 |
| | 6 | 4 |
hasAttributes| Name: | QDomNode::hasAttributes | | Prototype: | bool QDomNode::hasAttributes() const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2467-2472 |
| | 3 | 2 |
hasChildNodes| Name: | QDomNode::hasChildNodes | | Prototype: | bool QDomNode::hasChildNodes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2608-2613 |
| | 3 | 2 |
insertAfter| Name: | QDomNode::insertAfter | | Prototype: | QDomNode QDomNode::insertAfter(const QDomNode& newChild, const QDomNode& refChild) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2523-2528 |
| | 3 | 2 |
insertBefore| Name: | QDomNode::insertBefore | | Prototype: | QDomNode QDomNode::insertBefore(const QDomNode& newChild, const QDomNode& refChild) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2495-2500 |
| | 3 | 2 |
isAttr| Name: | QDomNode::isAttr | | Prototype: | bool QDomNode::isAttr() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2711-2716 |
| | 3 | 2 |
isCDATASection| Name: | QDomNode::isCDATASection | | Prototype: | bool QDomNode::isCDATASection() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2728-2733 |
| | 3 | 2 |
isCharacterData| Name: | QDomNode::isCharacterData | | Prototype: | bool QDomNode::isCharacterData() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2888-2893 |
| | 3 | 2 |
isComment| Name: | QDomNode::isComment | | Prototype: | bool QDomNode::isComment() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2903-2908 |
| | 3 | 2 |
isDocument| Name: | QDomNode::isDocument | | Prototype: | bool QDomNode::isDocument() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2760-2765 |
| | 3 | 2 |
isDocumentFragment| Name: | QDomNode::isDocumentFragment | | Prototype: | bool QDomNode::isDocumentFragment() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2745-2750 |
| | 3 | 2 |
isDocumentType| Name: | QDomNode::isDocumentType | | Prototype: | bool QDomNode::isDocumentType() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2777-2782 |
| | 3 | 2 |
isElement| Name: | QDomNode::isElement | | Prototype: | bool QDomNode::isElement() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2792-2797 |
| | 3 | 2 |
isEntity| Name: | QDomNode::isEntity | | Prototype: | bool QDomNode::isEntity() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2839-2844 |
| | 3 | 2 |
isEntityReference| Name: | QDomNode::isEntityReference | | Prototype: | bool QDomNode::isEntityReference() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2809-2814 |
| | 3 | 2 |
isNotation| Name: | QDomNode::isNotation | | Prototype: | bool QDomNode::isNotation() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2854-2859 |
| | 3 | 2 |
isNull| Name: | QDomNode::isNull | | Prototype: | bool QDomNode::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2619-2622 |
| | 1 | 1 |
isProcessingInstruction| Name: | QDomNode::isProcessingInstruction | | Prototype: | bool QDomNode::isProcessingInstruction() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2871-2876 |
| | 3 | 2 |
isSupported| Name: | QDomNode::isSupported | | Prototype: | bool QDomNode::isSupported(const QString& feature, const QString& version) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2367-2371 |
| | 2 | 1 |
isText| Name: | QDomNode::isText | | Prototype: | bool QDomNode::isText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2824-2829 |
| | 3 | 2 |
lastChild| Name: | QDomNode::lastChild | | Prototype: | QDomNode QDomNode::lastChild() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2258-2263 |
| | 3 | 2 |
lastChildElement| Name: | QDomNode::lastChildElement | | Prototype: | QDomElement QDomNode::lastChildElement(const QString &tagName) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2940-2950 |
| | 6 | 4 |
lineNumber| Name: | QDomNode::lineNumber | | Prototype: | int QDomNode::lineNumber() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3001-3004 |
| | 1 | 1 |
localName| Name: | QDomNode::localName | | Prototype: | QString QDomNode::localName() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2455-2460 |
| | 3 | 2 |
namedItem| Name: | QDomNode::namedItem | | Prototype: | QDomNode QDomNode::namedItem(const QString& name) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2646-2651 |
| | 3 | 2 |
namespaceURI| Name: | QDomNode::namespaceURI | | Prototype: | QString QDomNode::namespaceURI() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2385-2390 |
| | 3 | 2 |
nextSibling| Name: | QDomNode::nextSibling | | Prototype: | QDomNode QDomNode::nextSibling() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2298-2303 |
| | 3 | 2 |
nextSiblingElement| Name: | QDomNode::nextSiblingElement | | Prototype: | QDomElement QDomNode::nextSiblingElement(const QString &tagName) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2960-2970 |
| | 6 | 4 |
nodeName| Name: | QDomNode::nodeName | | Prototype: | QString QDomNode::nodeName() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2119-2127 |
| | 5 | 3 |
nodeType| Name: | QDomNode::nodeType | | Prototype: | QDomNode::NodeType QDomNode::nodeType() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2194-2199 |
| | 3 | 2 |
nodeValue| Name: | QDomNode::nodeValue | | Prototype: | QString QDomNode::nodeValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2147-2152 |
| | 3 | 2 |
normalize| Name: | QDomNode::normalize | | Prototype: | void QDomNode::normalize() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2353-2358 |
| | 3 | 2 |
operator!=| Name: | QDomNode::operator!= | | Prototype: | bool QDomNode::operator!= (const QDomNode& n) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2076-2079 |
| | 1 | 1 |
operator=| Name: | QDomNode::operator= | | Prototype: | QDomNode& QDomNode::operator=(const QDomNode &n) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2037-2045 |
| | 6 | 3 |
operator==| Name: | QDomNode::operator== | | Prototype: | bool QDomNode::operator== (const QDomNode& n) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2067-2070 |
| | 1 | 1 |
ownerDocument| Name: | QDomNode::ownerDocument | | Prototype: | QDomDocument QDomNode::ownerDocument() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2325-2330 |
| | 3 | 2 |
parentNode| Name: | QDomNode::parentNode | | Prototype: | QDomNode QDomNode::parentNode() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2205-2210 |
| | 3 | 2 |
prefix| Name: | QDomNode::prefix | | Prototype: | QString QDomNode::prefix() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2414-2419 |
| | 3 | 2 |
previousSibling| Name: | QDomNode::previousSibling | | Prototype: | QDomNode QDomNode::previousSibling() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2278-2283 |
| | 3 | 2 |
previousSiblingElement| Name: | QDomNode::previousSiblingElement | | Prototype: | QDomElement QDomNode::previousSiblingElement(const QString &tagName) const | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2980-2990 |
| | 6 | 4 |
removeChild| Name: | QDomNode::removeChild | | Prototype: | QDomNode QDomNode::removeChild(const QDomNode& oldChild) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2560-2569 |
| | 5 | 3 |
replaceChild| Name: | QDomNode::replaceChild | | Prototype: | QDomNode QDomNode::replaceChild(const QDomNode& newChild, const QDomNode& oldChild) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2545-2550 |
| | 3 | 2 |
save| Name: | QDomNode::save | | Prototype: | void QDomNode::save(QTextStream& stream, int indent, EncodingPolicy encodingPolicy) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2678-2687 |
| | 5 | 3 |
setNodeValue| Name: | QDomNode::setNodeValue | | Prototype: | void QDomNode::setNodeValue(const QString& v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2159-2164 |
| | 3 | 2 |
setPrefix| Name: | QDomNode::setPrefix | | Prototype: | void QDomNode::setPrefix(const QString& pre) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2435-2441 |
| | 4 | 3 |
toAttr| Name: | QDomNode::toAttr | | Prototype: | QDomAttr QDomNode::toAttr() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7193-7198 |
| | 3 | 2 |
toCDATASection| Name: | QDomNode::toCDATASection | | Prototype: | QDomCDATASection QDomNode::toCDATASection() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7206-7211 |
| | 3 | 2 |
toCharacterData| Name: | QDomNode::toCharacterData | | Prototype: | QDomCharacterData QDomNode::toCharacterData() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7336-7341 |
| | 3 | 2 |
toComment| Name: | QDomNode::toComment | | Prototype: | QDomComment QDomNode::toComment() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7349-7354 |
| | 3 | 2 |
toDocument| Name: | QDomNode::toDocument | | Prototype: | QDomDocument QDomNode::toDocument() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7232-7237 |
| | 3 | 2 |
toDocumentFragment| Name: | QDomNode::toDocumentFragment | | Prototype: | QDomDocumentFragment QDomNode::toDocumentFragment() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7219-7224 |
| | 3 | 2 |
toDocumentType| Name: | QDomNode::toDocumentType | | Prototype: | QDomDocumentType QDomNode::toDocumentType() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7245-7250 |
| | 3 | 2 |
toElement| Name: | QDomNode::toElement | | Prototype: | QDomElement QDomNode::toElement() const | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7258-7263 |
| | 3 | 2 |
toEntity| Name: | QDomNode::toEntity | | Prototype: | QDomEntity QDomNode::toEntity() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7297-7302 |
| | 3 | 2 |
toEntityReference| Name: | QDomNode::toEntityReference | | Prototype: | QDomEntityReference QDomNode::toEntityReference() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7271-7276 |
| | 3 | 2 |
toNotation| Name: | QDomNode::toNotation | | Prototype: | QDomNotation QDomNode::toNotation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7310-7315 |
| | 3 | 2 |
toProcessingInstruction| Name: | QDomNode::toProcessingInstruction | | Prototype: | QDomProcessingInstruction QDomNode::toProcessingInstruction() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7323-7328 |
| | 3 | 2 |
toText| Name: | QDomNode::toText | | Prototype: | QDomText QDomNode::toText() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7284-7289 |
| | 3 | 2 |
~QDomNode| Name: | QDomNode::~QDomNode | | Prototype: | QDomNode::~QDomNode() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 2084-2088 |
| | 2 | 2 |