Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomNode::toTextName: | 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 |
QDomNode::~QDomNodeName: | 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 |
QDomNodeList::QDomNodeListName: | QDomNodeList::QDomNodeList | Prototype: | QDomNodeList::QDomNodeList() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1303-1306 |
| | 1 | 1 |
QDomNodeList::QDomNodeListName: | QDomNodeList::QDomNodeList | Prototype: | QDomNodeList::QDomNodeList(QDomNodeListPrivate* p) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1308-1311 |
| | 1 | 1 |
QDomNodeList::QDomNodeListName: | QDomNodeList::QDomNodeList | Prototype: | QDomNodeList::QDomNodeList(const QDomNodeList& n) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1316-1321 |
| | 3 | 2 |
QDomNodeList::itemName: | QDomNodeList::item | Prototype: | QDomNode QDomNodeList::item(int index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1376-1382 |
| | 3 | 2 |
QDomNodeList::lengthName: | QDomNodeList::length | Prototype: | int QDomNodeList::length() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1387-1392 |
| | 3 | 2 |
QDomNodeList::operator!=Name: | QDomNodeList::operator!= | Prototype: | bool QDomNodeList::operator!=(const QDomNodeList &n) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1353-1356 |
| | 1 | 1 |
QDomNodeList::operator=Name: | QDomNodeList::operator= | Prototype: | QDomNodeList& QDomNodeList::operator=(const QDomNodeList &n) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1326-1334 |
| | 6 | 3 |
QDomNodeList::operator==Name: | QDomNodeList::operator== | Prototype: | bool QDomNodeList::operator==(const QDomNodeList &n) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1340-1347 |
| | 5 | 3 |
QDomNodeList::~QDomNodeListName: | QDomNodeList::~QDomNodeList | Prototype: | QDomNodeList::~QDomNodeList() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1361-1365 |
| | 2 | 2 |
QDomNodeListPrivate::QDomNodeListPrivateName: | QDomNodeListPrivate::QDomNodeListPrivate | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1141-1147 |
| | 4 | 2 |
QDomNodeListPrivate::QDomNodeListPrivateName: | QDomNodeListPrivate::QDomNodeListPrivate | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &name) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1149-1157 |
| | 5 | 2 |
QDomNodeListPrivate::QDomNodeListPrivateName: | QDomNodeListPrivate::QDomNodeListPrivate | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &_nsURI, const QString &localName) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1159-1168 |
| | 6 | 2 |
QDomNodeListPrivate::createListName: | QDomNodeListPrivate::createList | Prototype: | void QDomNodeListPrivate::createList() | Coverage: | 0.000% (0/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1186-1238 |
| | 36 | 18 |
QDomNodeListPrivate::itemName: | QDomNodeListPrivate::item | Prototype: | QDomNodePrivate* QDomNodeListPrivate::item(int index) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1240-1253 |
| | 8 | 4 |
QDomNodeListPrivate::lengthName: | QDomNodeListPrivate::length | Prototype: | int QDomNodeListPrivate::length() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1255-1267 |
| | 7 | 3 |
QDomNodeListPrivate::operator!=Name: | QDomNodeListPrivate::operator!= | Prototype: | bool QDomNodeListPrivate::operator!=(const QDomNodeListPrivate &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1181-1184 |
| | 1 | 1 |
QDomNodeListPrivate::operator==Name: | QDomNodeListPrivate::operator== | Prototype: | bool QDomNodeListPrivate::operator==(const QDomNodeListPrivate &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1176-1179 |
| | 1 | 1 |
QDomNodeListPrivate::~QDomNodeListPrivateName: | QDomNodeListPrivate::~QDomNodeListPrivate | Prototype: | QDomNodeListPrivate::~QDomNodeListPrivate() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1170-1174 |
| | 2 | 2 |
QDomNodePrivate::QDomNodePrivateName: | QDomNodePrivate::QDomNodePrivate | Prototype: | QDomNodePrivate::QDomNodePrivate(QDomDocumentPrivate *doc, QDomNodePrivate *par) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1436-1449 |
| | 10 | 2 |
QDomNodePrivate::QDomNodePrivateName: | QDomNodePrivate::QDomNodePrivate | Prototype: | QDomNodePrivate::QDomNodePrivate(QDomNodePrivate *n, bool deep) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1451-1472 |
| | 16 | 3 |
QDomNodePrivate::appendChildName: | QDomNodePrivate::appendChild | Prototype: | QDomNodePrivate* QDomNodePrivate::appendChild(QDomNodePrivate* newChild) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1839-1843 |
| | 1 | 1 |
QDomNodePrivate::clearName: | QDomNodePrivate::clear | Prototype: | void QDomNodePrivate::clear() | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1491-1504 |
| | 9 | 3 |
QDomNodePrivate::cloneNodeName: | QDomNodePrivate::cloneNode | Prototype: | QDomNodePrivate* QDomNodePrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1857-1863 |
| | 3 | 1 |
QDomNodePrivate::insertAfterName: | QDomNodePrivate::insertAfter | Prototype: | QDomNodePrivate* QDomNodePrivate::insertAfter(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | Coverage: | 29.825% (17/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1613-1707 |
| | 55 | 18 |
QDomNodePrivate::insertBeforeName: | QDomNodePrivate::insertBefore | Prototype: | QDomNodePrivate* QDomNodePrivate::insertBefore(QDomNodePrivate* newChild, QDomNodePrivate* refChild) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1518-1611 |
| | 55 | 18 |
QDomNodePrivate::isAttrName: | QDomNodePrivate::isAttr | Prototype: | bool isAttr() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 167-167 |
| | 1 | 1 |
QDomNodePrivate::isCDATASectionName: | QDomNodePrivate::isCDATASection | Prototype: | bool isCDATASection() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 168-168 |
| | 1 | 1 |
QDomNodePrivate::isCharacterDataName: | QDomNodePrivate::isCharacterData | Prototype: | bool isCharacterData() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 180-183 |
| | 4 | 1 |
QDomNodePrivate::isCommentName: | QDomNodePrivate::isComment | Prototype: | bool isComment() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 184-184 |
| | 1 | 1 |
QDomNodePrivate::isDocumentName: | QDomNodePrivate::isDocument | Prototype: | bool isDocument() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 170-170 |
| | 1 | 1 |
QDomNodePrivate::isDocumentFragmentName: | QDomNodePrivate::isDocumentFragment | Prototype: | bool isDocumentFragment() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 169-169 |
| | 1 | 1 |
QDomNodePrivate::isDocumentTypeName: | QDomNodePrivate::isDocumentType | Prototype: | bool isDocumentType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 171-171 |
| | 1 | 1 |
QDomNodePrivate::isElementName: | QDomNodePrivate::isElement | Prototype: | bool isElement() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 172-172 |
| | 1 | 1 |
QDomNodePrivate::isEntityName: | QDomNodePrivate::isEntity | Prototype: | bool isEntity() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 177-177 |
| | 1 | 1 |
QDomNodePrivate::isEntityReferenceName: | QDomNodePrivate::isEntityReference | Prototype: | bool isEntityReference() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 173-173 |
| | 1 | 1 |
QDomNodePrivate::isNotationName: | QDomNodePrivate::isNotation | Prototype: | bool isNotation() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 178-178 |
| | 1 | 1 |
QDomNodePrivate::isProcessingInstructionName: | QDomNodePrivate::isProcessingInstruction | Prototype: | bool isProcessingInstruction() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 179-179 |
| | 1 | 1 |
QDomNodePrivate::isTextName: | QDomNodePrivate::isText | Prototype: | bool isText() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 174-176 |
| | 3 | 1 |
QDomNodePrivate::namedItemName: | QDomNodePrivate::namedItem | Prototype: | QDomNodePrivate* QDomNodePrivate::namedItem(const QString &n) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1506-1515 |
| | 6 | 3 |
QDomNodePrivate::nodeNameName: | QDomNodePrivate::nodeName | Prototype: | QString nodeName() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 139-139 |
| | 1 | 1 |
QDomNodePrivate::nodeTypeName: | QDomNodePrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 186-186 |
| | 1 | 1 |
QDomNodePrivate::nodeValueName: | QDomNodePrivate::nodeValue | Prototype: | QString nodeValue() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 140-140 |
| | 1 | 1 |
QDomNodePrivate::normalizeName: | QDomNodePrivate::normalize | Prototype: | void QDomNodePrivate::normalize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1887-1892 |
| | 1 | 1 |
QDomNodePrivate::ownerDocumentName: | QDomNodePrivate::ownerDocument | Prototype: | QDomDocumentPrivate* QDomNodePrivate::ownerDocument() | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1845-1855 |
| | 6 | 3 |
QDomNodePrivate::parentName: | QDomNodePrivate::parent | Prototype: | inline QDomNodePrivate* parent() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 158-158 |
| | 1 | 1 |
QDomNodePrivate::removeChildName: | QDomNodePrivate::removeChild | Prototype: | QDomNodePrivate* QDomNodePrivate::removeChild(QDomNodePrivate* oldChild) | Coverage: | 57.692% (15/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1803-1837 |
| | 20 | 8 |
QDomNodePrivate::replaceChildName: | QDomNodePrivate::replaceChild | Prototype: | QDomNodePrivate* QDomNodePrivate::replaceChild(QDomNodePrivate* newChild, QDomNodePrivate* oldChild) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1709-1801 |
| | 54 | 19 |
QDomNodePrivate::saveName: | QDomNodePrivate::save | Prototype: | void QDomNodePrivate::save(QTextStream& s, int depth, int indent) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1897-1904 |
| | 4 | 2 |
QDomNodePrivate::setLocationName: | QDomNodePrivate::setLocation | Prototype: | void QDomNodePrivate::setLocation(int lineNumber, int columnNumber) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1906-1910 |
| | 2 | 1 |
QDomNodePrivate::setNoParentName: | QDomNodePrivate::setNoParent | Prototype: | void setNoParent() | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 161-164 |
| | 2 | 1 |
QDomNodePrivate::setNodeValueName: | QDomNodePrivate::setNodeValue | Prototype: | void setNodeValue(const QString& v) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 141-141 |
| | 1 | 1 |
QDomNodePrivate::setOwnerDocumentName: | QDomNodePrivate::setOwnerDocument | Prototype: | inline void QDomNodePrivate::setOwnerDocument(QDomDocumentPrivate *doc) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1430-1434 |
| | 2 | 1 |
QDomNodePrivate::setParentName: | QDomNodePrivate::setParent | Prototype: | inline void setParent(QDomNodePrivate *p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 159-159 |
| | 1 | 1 |
QDomNodePrivate::~QDomNodePrivateName: | QDomNodePrivate::~QDomNodePrivate | Prototype: | QDomNodePrivate::~QDomNodePrivate() | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1474-1489 |
| | 10 | 3 |
QDomNotation::QDomNotationName: | QDomNotation::QDomNotation | Prototype: | QDomNotation::QDomNotation() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5594-5597 |
| | 2 | 1 |
QDomNotation::QDomNotationName: | QDomNotation::QDomNotation | Prototype: | QDomNotation::QDomNotation(const QDomNotation& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5606-5609 |
| | 2 | 1 |
QDomNotation::QDomNotationName: | QDomNotation::QDomNotation | Prototype: | QDomNotation::QDomNotation(QDomNotationPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5611-5614 |
| | 2 | 1 |
QDomNotation::operator=Name: | QDomNotation::operator= | Prototype: | QDomNotation& QDomNotation::operator= (const QDomNotation& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5623-5626 |
| | 1 | 1 |
QDomNotation::publicIdName: | QDomNotation::publicId | Prototype: | QString QDomNotation::publicId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5637-5642 |
| | 3 | 2 |
QDomNotation::systemIdName: | QDomNotation::systemId | Prototype: | QString QDomNotation::systemId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5647-5652 |
| | 3 | 2 |
QDomNotationPrivate::QDomNotationPrivateName: | QDomNotationPrivate::QDomNotationPrivate | Prototype: | QDomNotationPrivate::QDomNotationPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& aname, const QString& pub, const QString& sys) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5516-5524 |
| | 3 | 1 |
QDomNotationPrivate::QDomNotationPrivateName: | QDomNotationPrivate::QDomNotationPrivate | Prototype: | QDomNotationPrivate::QDomNotationPrivate(QDomNotationPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5526-5531 |
| | 2 | 1 |
QDomNotationPrivate::cloneNodeName: | QDomNotationPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomNotationPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5533-5539 |
| | 3 | 1 |
QDomNotationPrivate::nodeTypeName: | QDomNotationPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 443-443 |
| | 1 | 1 |
QDomNotationPrivate::saveName: | QDomNotationPrivate::save | Prototype: | void QDomNotationPrivate::save(QTextStream& s, int, int) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5541-5552 |
| | 7 | 3 |
QDomProcessingInstruction::QDomProcessingInstructionName: | QDomProcessingInstruction::QDomProcessingInstruction | Prototype: | QDomProcessingInstruction::QDomProcessingInstruction() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6060-6063 |
| | 2 | 1 |
QDomProcessingInstruction::QDomProcessingInstructionName: | QDomProcessingInstruction::QDomProcessingInstruction | Prototype: | QDomProcessingInstruction::QDomProcessingInstruction(const QDomProcessingInstruction& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6072-6075 |
| | 2 | 1 |
QDomProcessingInstruction::QDomProcessingInstructionName: | QDomProcessingInstruction::QDomProcessingInstruction | Prototype: | QDomProcessingInstruction::QDomProcessingInstruction(QDomProcessingInstructionPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6077-6080 |
| | 2 | 1 |
QDomProcessingInstruction::dataName: | QDomProcessingInstruction::data | Prototype: | QString QDomProcessingInstruction::data() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6117-6122 |
| | 3 | 2 |
QDomProcessingInstruction::operator=Name: | QDomProcessingInstruction::operator= | Prototype: | QDomProcessingInstruction& QDomProcessingInstruction::operator= (const QDomProcessingInstruction& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6089-6092 |
| | 1 | 1 |
QDomProcessingInstruction::setDataName: | QDomProcessingInstruction::setData | Prototype: | void QDomProcessingInstruction::setData(const QString& d) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6129-6134 |
| | 3 | 2 |
QDomProcessingInstruction::targetName: | QDomProcessingInstruction::target | Prototype: | QString QDomProcessingInstruction::target() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6105-6110 |
| | 3 | 2 |
QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivateName: | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate | Prototype: | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& target, const QString& data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5989-5995 |
| | 2 | 1 |
QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivateName: | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate | Prototype: | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate(QDomProcessingInstructionPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5997-6000 |
| | 2 | 1 |
QDomProcessingInstructionPrivate::cloneNodeName: | QDomProcessingInstructionPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomProcessingInstructionPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6003-6009 |
| | 3 | 1 |
QDomProcessingInstructionPrivate::nodeTypeName: | QDomProcessingInstructionPrivate::nodeType | Prototype: | QDomNode::NodeType nodeType() const override | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 490-490 |
| | 1 | 1 |
QDomProcessingInstructionPrivate::saveName: | QDomProcessingInstructionPrivate::save | Prototype: | void QDomProcessingInstructionPrivate::save(QTextStream& s, int, int) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 6011-6014 |
| | 1 | 1 |
QDomText::QDomTextName: | QDomText::QDomText | Prototype: | QDomText::QDomText() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5231-5234 |
| | 2 | 1 |
QDomText::QDomTextName: | QDomText::QDomText | Prototype: | QDomText::QDomText(const QDomText& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5243-5246 |
| | 2 | 1 |
QDomText::QDomTextName: | QDomText::QDomText | Prototype: | QDomText::QDomText(QDomTextPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5248-5251 |
| | 2 | 1 |
QDomText::operator=Name: | QDomText::operator= | Prototype: | QDomText& QDomText::operator= (const QDomText& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5260-5263 |
| | 1 | 1 |
QDomText::splitTextName: | QDomText::splitText | Prototype: | QDomText QDomText::splitText(int offset) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5281-5286 |
| | 3 | 2 |
QDomTextPrivate::QDomTextPrivateName: | QDomTextPrivate::QDomTextPrivate | Prototype: | QDomTextPrivate::QDomTextPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5160-5164 |
| | 1 | 1 |
QDomTextPrivate::QDomTextPrivateName: | QDomTextPrivate::QDomTextPrivate | Prototype: | QDomTextPrivate::QDomTextPrivate(QDomTextPrivate* n, bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5166-5169 |
| | 2 | 1 |
QDomTextPrivate::cloneNodeName: | QDomTextPrivate::cloneNode | Prototype: | QDomNodePrivate* QDomTextPrivate::cloneNode(bool deep) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5171-5177 |
| | 3 | 1 |
QDomTextPrivate::nodeTypeName: | QDomTextPrivate::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: | 352-352 |
| | 1 | 1 |
QDomTextPrivate::saveName: | QDomTextPrivate::save | Prototype: | void QDomTextPrivate::save(QTextStream& s, int, int) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5194-5198 |
| | 2 | 1 |
QDomTextPrivate::splitTextName: | QDomTextPrivate::splitText | Prototype: | QDomTextPrivate* QDomTextPrivate::splitText(int offset) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5179-5192 |
| | 7 | 2 |
QDoubleSpinBox::QDoubleSpinBoxName: | QDoubleSpinBox::QDoubleSpinBox | Prototype: | QDoubleSpinBox::QDoubleSpinBox(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 623-628 |
| | 2 | 1 |
QDoubleSpinBox::cleanTextName: | QDoubleSpinBox::cleanText | Prototype: | QString QDoubleSpinBox::cleanText() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 741-746 |
| | 2 | 1 |
QDoubleSpinBox::decimalsName: | QDoubleSpinBox::decimals | Prototype: | int QDoubleSpinBox::decimals() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 873-878 |
| | 2 | 1 |
QDoubleSpinBox::fixupName: | QDoubleSpinBox::fixup | Prototype: | void QDoubleSpinBox::fixup(QString &input) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 956-959 |
| | 1 | 1 |
QDoubleSpinBox::maximumName: | QDoubleSpinBox::maximum | Prototype: | double QDoubleSpinBox::maximum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 821-826 |
| | 2 | 1 |
QDoubleSpinBox::minimumName: | QDoubleSpinBox::minimum | Prototype: | double QDoubleSpinBox::minimum() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 790-795 |
| | 2 | 1 |
QDoubleSpinBox::prefixName: | QDoubleSpinBox::prefix | Prototype: | QString QDoubleSpinBox::prefix() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 680-685 |
| | 2 | 1 |
QDoubleSpinBox::setDecimalsName: | QDoubleSpinBox::setDecimals | Prototype: | void QDoubleSpinBox::setDecimals(int decimals) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 880-887 |
| | 4 | 1 |
QDoubleSpinBox::setMaximumName: | QDoubleSpinBox::setMaximum | Prototype: | void QDoubleSpinBox::setMaximum(double maximum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 828-834 |
| | 4 | 1 |
QDoubleSpinBox::setMinimumName: | QDoubleSpinBox::setMinimum | Prototype: | void QDoubleSpinBox::setMinimum(double minimum) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | Lines: | 797-803 |
| | 4 | 1 |