| 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: | 2007-2010 |
| | 1 | 1 |
columnNumber| Name: | QDomNode::columnNumber | | Prototype: | int QDomNode::columnNumber() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3021-3024 |
| | 1 | 1 |
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: | 2625-2628 |
| | 1 | 1 |
lineNumber| Name: | QDomNode::lineNumber | | Prototype: | int QDomNode::lineNumber() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3007-3010 |
| | 1 | 1 |
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: | 2082-2085 |
| | 1 | 1 |
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: | 2073-2076 |
| | 1 | 1 |
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: | 2373-2377 |
| | 2 | 1 |
~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: | 2090-2094 |
| | 2 | 2 |
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: | 2019-2024 |
| | 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: | 2029-2034 |
| | 3 | 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: | 2320-2326 |
| | 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: | 2236-2241 |
| | 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: | 2636-2641 |
| | 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: | 2346-2351 |
| | 3 | 2 |
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: | 2250-2255 |
| | 3 | 2 |
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: | 2473-2478 |
| | 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: | 2614-2619 |
| | 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: | 2529-2534 |
| | 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: | 2501-2506 |
| | 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: | 2717-2722 |
| | 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: | 2734-2739 |
| | 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: | 2894-2899 |
| | 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: | 2909-2914 |
| | 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: | 2766-2771 |
| | 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: | 2751-2756 |
| | 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: | 2783-2788 |
| | 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: | 2798-2803 |
| | 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: | 2845-2850 |
| | 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: | 2815-2820 |
| | 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: | 2860-2865 |
| | 3 | 2 |
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: | 2877-2882 |
| | 3 | 2 |
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: | 2830-2835 |
| | 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: | 2264-2269 |
| | 3 | 2 |
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: | 2461-2466 |
| | 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: | 2652-2657 |
| | 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: | 2391-2396 |
| | 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: | 2304-2309 |
| | 3 | 2 |
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: | 2200-2205 |
| | 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: | 2153-2158 |
| | 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: | 2359-2364 |
| | 3 | 2 |
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: | 2331-2336 |
| | 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: | 2211-2216 |
| | 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: | 2420-2425 |
| | 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: | 2284-2289 |
| | 3 | 2 |
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: | 2551-2556 |
| | 3 | 2 |
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: | 2165-2170 |
| | 3 | 2 |
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: | 7199-7204 |
| | 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: | 7212-7217 |
| | 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: | 7342-7347 |
| | 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: | 7355-7360 |
| | 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: | 7238-7243 |
| | 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: | 7225-7230 |
| | 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: | 7251-7256 |
| | 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: | 7264-7269 |
| | 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: | 7303-7308 |
| | 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: | 7277-7282 |
| | 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: | 7316-7321 |
| | 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: | 7329-7334 |
| | 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: | 7290-7295 |
| | 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: | 2601-2608 |
| | 4 | 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: | 2441-2447 |
| | 4 | 3 |
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: | 2125-2133 |
| | 5 | 3 |
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: | 2566-2575 |
| | 5 | 3 |
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: | 2684-2693 |
| | 5 | 3 |
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: | 2926-2936 |
| | 6 | 4 |
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: | 2946-2956 |
| | 6 | 4 |
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: | 2966-2976 |
| | 6 | 4 |
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: | 2043-2051 |
| | 6 | 3 |
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: | 2986-2996 |
| | 6 | 4 |