| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomText::splitText| Name: | 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 |
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::QDomText| Name: | 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::QDomText| Name: | 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::QDomText| Name: | 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 |
QDomProcessingInstructionPrivate::save| Name: | 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 |
QDomProcessingInstructionPrivate::nodeType| Name: | 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::cloneNode| Name: | 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::QDomProcessingInstructionPrivate| Name: | 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::QDomProcessingInstructionPrivate| Name: | 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 |
QDomProcessingInstruction::target| Name: | 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 |
QDomProcessingInstruction::setData| Name: | 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::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::data| Name: | 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::QDomProcessingInstruction| Name: | 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::QDomProcessingInstruction| Name: | 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::QDomProcessingInstruction| Name: | 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 |
QDomNotationPrivate::save| Name: | 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 |
QDomNotationPrivate::nodeType| Name: | 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::cloneNode| Name: | 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::QDomNotationPrivate| Name: | 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::QDomNotationPrivate| Name: | 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 |
QDomNotation::systemId| Name: | 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 |
QDomNotation::publicId| Name: | 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::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::QDomNotation| Name: | 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::QDomNotation| Name: | 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::QDomNotation| Name: | 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 |
QDomNodePrivate::setNodeValue| Name: | 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::replaceChild| Name: | 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::normalize| Name: | 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::nodeType| Name: | 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::isNotation| Name: | 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::isEntityReference| Name: | 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::isEntity| Name: | 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::isDocumentType| Name: | 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::isComment| Name: | 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::isCharacterData| Name: | 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::isCDATASection| Name: | 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::isAttr| Name: | 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::insertBefore| Name: | 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::cloneNode| Name: | 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::QDomNodePrivate| Name: | 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 |
QDomNodeListPrivate::~QDomNodeListPrivate| Name: | 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 |
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::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::length| Name: | 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::item| Name: | 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::createList| Name: | 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::QDomNodeListPrivate| Name: | 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::QDomNodeListPrivate| Name: | 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::QDomNodeListPrivate| Name: | 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 |
QDomNodeList::~QDomNodeList| Name: | 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 |
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::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/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1353-1356 |
| | 1 | 1 |
QDomNodeList::length| Name: | 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::item| Name: | 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::QDomNodeList| Name: | 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::QDomNodeList| Name: | 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::QDomNodeList| Name: | 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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |
QDomNode::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 |