| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDnsDomainNameRecord::QDnsDomainNameRecord| Name: | QDnsDomainNameRecord::QDnsDomainNameRecord | | Prototype: | QDnsDomainNameRecord::QDnsDomainNameRecord() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 523-526 |
| | 2 | 1 |
QDnsDomainNameRecord::QDnsDomainNameRecord| Name: | QDnsDomainNameRecord::QDnsDomainNameRecord | | Prototype: | QDnsDomainNameRecord::QDnsDomainNameRecord(const QDnsDomainNameRecord &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 532-535 |
| | 2 | 1 |
QDnsDomainNameRecord::name| Name: | QDnsDomainNameRecord::name | | Prototype: | QString QDnsDomainNameRecord::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 549-552 |
| | 1 | 1 |
QDnsDomainNameRecord::value| Name: | QDnsDomainNameRecord::value | | Prototype: | QString QDnsDomainNameRecord::value() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 567-570 |
| | 1 | 1 |
QDnsHostAddressRecord::QDnsHostAddressRecord| Name: | QDnsHostAddressRecord::QDnsHostAddressRecord | | Prototype: | QDnsHostAddressRecord::QDnsHostAddressRecord() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 608-611 |
| | 2 | 1 |
QDnsHostAddressRecord::QDnsHostAddressRecord| Name: | QDnsHostAddressRecord::QDnsHostAddressRecord | | Prototype: | QDnsHostAddressRecord::QDnsHostAddressRecord(const QDnsHostAddressRecord &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 617-620 |
| | 2 | 1 |
QDnsHostAddressRecord::name| Name: | QDnsHostAddressRecord::name | | Prototype: | QString QDnsHostAddressRecord::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 634-637 |
| | 1 | 1 |
QDnsHostAddressRecord::value| Name: | QDnsHostAddressRecord::value | | Prototype: | QHostAddress QDnsHostAddressRecord::value() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 652-655 |
| | 1 | 1 |
QDnsLookup::QDnsLookup| Name: | QDnsLookup::QDnsLookup | | Prototype: | QDnsLookup::QDnsLookup(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 260-264 |
| | 1 | 1 |
QDnsLookup::QDnsLookup| Name: | QDnsLookup::QDnsLookup | | Prototype: | QDnsLookup::QDnsLookup(Type type, const QString &name, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 270-277 |
| | 4 | 1 |
QDnsLookup::canonicalNameRecords| Name: | QDnsLookup::canonicalNameRecords | | Prototype: | QList<QDnsDomainNameRecord> QDnsLookup::canonicalNameRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 400-403 |
| | 1 | 1 |
QDnsLookup::error| Name: | QDnsLookup::error | | Prototype: | QDnsLookup::Error QDnsLookup::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 312-315 |
| | 1 | 1 |
QDnsLookup::errorString| Name: | QDnsLookup::errorString | | Prototype: | QString QDnsLookup::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 322-325 |
| | 1 | 1 |
QDnsLookup::hostAddressRecords| Name: | QDnsLookup::hostAddressRecords | | Prototype: | QList<QDnsHostAddressRecord> QDnsLookup::hostAddressRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 409-412 |
| | 1 | 1 |
QDnsLookup::isFinished| Name: | QDnsLookup::isFinished | | Prototype: | bool QDnsLookup::isFinished() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 331-334 |
| | 1 | 1 |
QDnsLookup::lookup| Name: | QDnsLookup::lookup | | Prototype: | void QDnsLookup::lookup() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 492-502 |
| | 8 | 1 |
QDnsLookup::mailExchangeRecords| Name: | QDnsLookup::mailExchangeRecords | | Prototype: | QList<QDnsMailExchangeRecord> QDnsLookup::mailExchangeRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 422-425 |
| | 1 | 1 |
QDnsLookup::name| Name: | QDnsLookup::name | | Prototype: | QString QDnsLookup::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 344-347 |
| | 1 | 1 |
QDnsLookup::nameServerRecords| Name: | QDnsLookup::nameServerRecords | | Prototype: | QList<QDnsDomainNameRecord> QDnsLookup::nameServerRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 431-434 |
| | 1 | 1 |
QDnsLookup::pointerRecords| Name: | QDnsLookup::pointerRecords | | Prototype: | QList<QDnsDomainNameRecord> QDnsLookup::pointerRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 440-443 |
| | 1 | 1 |
QDnsLookup::serviceRecords| Name: | QDnsLookup::serviceRecords | | Prototype: | QList<QDnsServiceRecord> QDnsLookup::serviceRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 453-456 |
| | 1 | 1 |
QDnsLookup::setName| Name: | QDnsLookup::setName | | Prototype: | void QDnsLookup::setName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 349-356 |
| | 4 | 2 |
QDnsLookup::setType| Name: | QDnsLookup::setType | | Prototype: | void QDnsLookup::setType(Type type) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 368-375 |
| | 4 | 2 |
QDnsLookup::textRecords| Name: | QDnsLookup::textRecords | | Prototype: | QList<QDnsTextRecord> QDnsLookup::textRecords() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 462-465 |
| | 1 | 1 |
QDnsLookup::type| Name: | QDnsLookup::type | | Prototype: | QDnsLookup::Type QDnsLookup::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 363-366 |
| | 1 | 1 |
QDnsLookupPrivate::_q_lookupFinished| Name: | QDnsLookupPrivate::_q_lookupFinished | | Prototype: | void QDnsLookupPrivate::_q_lookupFinished(const QDnsLookupReply &_reply) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 978-990 |
| | 6 | 2 |
QDnsLookupRunnable::run| Name: | QDnsLookupRunnable::run | | Prototype: | void QDnsLookupRunnable::run() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 992-1016 |
| | 13 | 3 |
QDnsLookupStateDeleter::cleanup| Name: | QDnsLookupStateDeleter::cleanup | | Prototype: | static inline void cleanup(struct __res_state *pointer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup_unix.cpp | | Lines: | 72-75 |
| | 1 | 1 |
QDnsLookupThreadPool::QDnsLookupThreadPool| Name: | QDnsLookupThreadPool::QDnsLookupThreadPool | | Prototype: | QDnsLookupThreadPool::QDnsLookupThreadPool() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 1018-1023 |
| | 1 | 1 |
QDnsLookupThreadPool::_q_applicationDestroyed| Name: | QDnsLookupThreadPool::_q_applicationDestroyed | | Prototype: | void QDnsLookupThreadPool::_q_applicationDestroyed() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 1048-1052 |
| | 2 | 1 |
QDnsMailExchangeRecord::QDnsMailExchangeRecord| Name: | QDnsMailExchangeRecord::QDnsMailExchangeRecord | | Prototype: | QDnsMailExchangeRecord::QDnsMailExchangeRecord() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 695-698 |
| | 2 | 1 |
QDnsMailExchangeRecord::QDnsMailExchangeRecord| Name: | QDnsMailExchangeRecord::QDnsMailExchangeRecord | | Prototype: | QDnsMailExchangeRecord::QDnsMailExchangeRecord(const QDnsMailExchangeRecord &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 704-707 |
| | 2 | 1 |
QDnsMailExchangeRecord::exchange| Name: | QDnsMailExchangeRecord::exchange | | Prototype: | QString QDnsMailExchangeRecord::exchange() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 721-724 |
| | 1 | 1 |
QDnsMailExchangeRecord::name| Name: | QDnsMailExchangeRecord::name | | Prototype: | QString QDnsMailExchangeRecord::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 730-733 |
| | 1 | 1 |
QDnsMailExchangeRecord::preference| Name: | QDnsMailExchangeRecord::preference | | Prototype: | quint16 QDnsMailExchangeRecord::preference() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 739-742 |
| | 1 | 1 |
QDnsServiceRecord::QDnsServiceRecord| Name: | QDnsServiceRecord::QDnsServiceRecord | | Prototype: | QDnsServiceRecord::QDnsServiceRecord() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 791-794 |
| | 2 | 1 |
QDnsServiceRecord::QDnsServiceRecord| Name: | QDnsServiceRecord::QDnsServiceRecord | | Prototype: | QDnsServiceRecord::QDnsServiceRecord(const QDnsServiceRecord &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 800-803 |
| | 2 | 1 |
QDnsServiceRecord::name| Name: | QDnsServiceRecord::name | | Prototype: | QString QDnsServiceRecord::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 817-820 |
| | 1 | 1 |
QDnsServiceRecord::port| Name: | QDnsServiceRecord::port | | Prototype: | quint16 QDnsServiceRecord::port() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 826-829 |
| | 1 | 1 |
QDnsServiceRecord::priority| Name: | QDnsServiceRecord::priority | | Prototype: | quint16 QDnsServiceRecord::priority() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 838-841 |
| | 1 | 1 |
QDnsServiceRecord::target| Name: | QDnsServiceRecord::target | | Prototype: | QString QDnsServiceRecord::target() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 847-850 |
| | 1 | 1 |
QDnsServiceRecord::weight| Name: | QDnsServiceRecord::weight | | Prototype: | quint16 QDnsServiceRecord::weight() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 869-872 |
| | 1 | 1 |
QDnsTextRecord::QDnsTextRecord| Name: | QDnsTextRecord::QDnsTextRecord | | Prototype: | QDnsTextRecord::QDnsTextRecord() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 912-915 |
| | 2 | 1 |
QDnsTextRecord::QDnsTextRecord| Name: | QDnsTextRecord::QDnsTextRecord | | Prototype: | QDnsTextRecord::QDnsTextRecord(const QDnsTextRecord &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 921-924 |
| | 2 | 1 |
QDnsTextRecord::name| Name: | QDnsTextRecord::name | | Prototype: | QString QDnsTextRecord::name() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 938-941 |
| | 1 | 1 |
QDnsTextRecord::values| Name: | QDnsTextRecord::values | | Prototype: | QList<QByteArray> QDnsTextRecord::values() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 956-959 |
| | 1 | 1 |
QDomAttrPrivate::QDomAttrPrivate| Name: | QDomAttrPrivate::QDomAttrPrivate | | Prototype: | QDomAttrPrivate::QDomAttrPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& name_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4083-4088 |
| | 2 | 1 |
QDomAttrPrivate::QDomAttrPrivate| Name: | QDomAttrPrivate::QDomAttrPrivate | | Prototype: | QDomAttrPrivate::QDomAttrPrivate(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: | 4090-4097 |
| | 4 | 1 |
QDomAttrPrivate::nodeType| Name: | QDomAttrPrivate::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: | 362-362 |
| | 1 | 1 |
QDomAttrPrivate::setNodeValue| Name: | QDomAttrPrivate::setNodeValue | | Prototype: | void QDomAttrPrivate::setNodeValue(const QString& v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4105-4115 |
| | 6 | 2 |
QDomCharacterDataPrivate::QDomCharacterDataPrivate| Name: | QDomCharacterDataPrivate::QDomCharacterDataPrivate | | Prototype: | QDomCharacterDataPrivate::QDomCharacterDataPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3864-3870 |
| | 2 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6584-6587 |
| | 1 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(const QString& name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6593-6597 |
| | 1 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(const QDomDocument& x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6616-6619 |
| | 2 | 1 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6717-6725 |
| | 6 | 2 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QString& text, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6768-6771 |
| | 1 | 1 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QByteArray& buffer, QString *errorMsg, int *errorLine, int *errorColumn ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6782-6785 |
| | 1 | 1 |
QDomDocument::toByteArray| Name: | QDomDocument::toByteArray | | Prototype: | QByteArray QDomDocument::toByteArray(int indent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6845-6850 |
| | 1 | 1 |
QDomDocument::toString| Name: | QDomDocument::toString | | Prototype: | QString QDomDocument::toString(int indent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6828-6834 |
| | 4 | 1 |
QDomDocumentPrivate::QDomDocumentPrivate| Name: | QDomDocumentPrivate::QDomDocumentPrivate | | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6136-6145 |
| | 3 | 1 |
QDomDocumentPrivate::QDomDocumentPrivate| Name: | QDomDocumentPrivate::QDomDocumentPrivate | | Prototype: | QDomDocumentPrivate::QDomDocumentPrivate(const QString& aname) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6147-6157 |
| | 4 | 1 |
QDomDocumentPrivate::clear| Name: | QDomDocumentPrivate::clear | | Prototype: | void QDomDocumentPrivate::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6187-6192 |
| | 3 | 1 |
QDomDocumentPrivate::doctype| Name: | QDomDocumentPrivate::doctype | | Prototype: | QDomDocumentTypePrivate* doctype() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 501-501 |
| | 1 | 1 |
QDomDocumentPrivate::nodeType| Name: | QDomDocumentPrivate::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: | 521-521 |
| | 1 | 1 |
QDomDocumentPrivate::setContent| Name: | QDomDocumentPrivate::setContent | | Prototype: | bool QDomDocumentPrivate::setContent(QXmlInputSource *source, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6201-6206 |
| | 3 | 1 |
QDomDocumentTypePrivate::QDomDocumentTypePrivate| Name: | QDomDocumentTypePrivate::QDomDocumentTypePrivate | | Prototype: | QDomDocumentTypePrivate::QDomDocumentTypePrivate(QDomDocumentPrivate* doc, QDomNodePrivate* parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3446-3450 |
| | 1 | 1 |
QDomDocumentTypePrivate::init| Name: | QDomDocumentTypePrivate::init | | Prototype: | void QDomDocumentTypePrivate::init() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3477-3492 |
| | 7 | 1 |
QDomElement::QDomElement| Name: | QDomElement::QDomElement | | Prototype: | QDomElement::QDomElement() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4700-4703 |
| | 2 | 1 |
QDomElement::QDomElement| Name: | QDomElement::QDomElement | | Prototype: | QDomElement::QDomElement(const QDomElement& x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4712-4715 |
| | 2 | 1 |
QDomElement::QDomElement| Name: | QDomElement::QDomElement | | Prototype: | QDomElement::QDomElement(QDomElementPrivate* n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4717-4720 |
| | 2 | 1 |
QDomElement::operator=| Name: | QDomElement::operator= | | Prototype: | QDomElement& QDomElement::operator= (const QDomElement& x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4729-4732 |
| | 1 | 1 |
QDomElementPrivate::QDomElementPrivate| Name: | 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 |
QDomElementPrivate::QDomElementPrivate| Name: | 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 |
QDomElementPrivate::attribute| Name: | 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 |
QDomElementPrivate::hasAttributes| Name: | 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 |
QDomElementPrivate::nodeType| Name: | 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 |
QDomElementPrivate::setAttribute| Name: | 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 |
QDomHandler::QDomHandler| Name: | QDomHandler::QDomHandler | | Prototype: | QDomHandler::QDomHandler(QDomDocumentPrivate* adoc, QXmlSimpleReader* areader, bool namespaceProcessing) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7362-7366 |
| | 2 | 1 |
QDomHandler::setDocumentLocator| Name: | QDomHandler::setDocumentLocator | | Prototype: | void QDomHandler::setDocumentLocator(QXmlLocator *locator) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7545-7548 |
| | 1 | 1 |
QDomHandler::startDTD| Name: | QDomHandler::startDTD | | Prototype: | bool QDomHandler::startDTD(const QString& name, const QString& publicId, const QString& systemId) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7380-7386 |
| | 4 | 1 |
QDomNamedNodeMapPrivate::QDomNamedNodeMapPrivate| Name: | QDomNamedNodeMapPrivate::QDomNamedNodeMapPrivate | | Prototype: | QDomNamedNodeMapPrivate::QDomNamedNodeMapPrivate(QDomNodePrivate* n) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3027-3032 |
| | 3 | 1 |
QDomNamedNodeMapPrivate::length| Name: | QDomNamedNodeMapPrivate::length | | Prototype: | int QDomNamedNodeMapPrivate::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3150-3153 |
| | 1 | 1 |
QDomNamedNodeMapPrivate::namedItem| Name: | QDomNamedNodeMapPrivate::namedItem | | Prototype: | QDomNodePrivate* QDomNamedNodeMapPrivate::namedItem(const QString& name) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3069-3073 |
| | 2 | 1 |
QDomNamedNodeMapPrivate::setAppendToParent| Name: | QDomNamedNodeMapPrivate::setAppendToParent | | Prototype: | void setAppendToParent(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 263-263 |
| | 1 | 1 |
QDomNamedNodeMapPrivate::~QDomNamedNodeMapPrivate| Name: | QDomNamedNodeMapPrivate::~QDomNamedNodeMapPrivate | | Prototype: | QDomNamedNodeMapPrivate::~QDomNamedNodeMapPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3034-3037 |
| | 1 | 1 |
QDomNode::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::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 |
QDomNode::~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 |
QDomNodePrivate::QDomNodePrivate| Name: | 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: | 1430-1443 |
| | 10 | 2 |
QDomNodePrivate::appendChild| Name: | 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: | 1833-1837 |
| | 1 | 1 |
QDomNodePrivate::isDocument| Name: | 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: | 164-164 |
| | 1 | 1 |
QDomNodePrivate::isDocumentFragment| Name: | 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: | 163-163 |
| | 1 | 1 |
QDomNodePrivate::isElement| Name: | 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: | 166-166 |
| | 1 | 1 |
QDomNodePrivate::isProcessingInstruction| Name: | 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: | 173-173 |
| | 1 | 1 |
QDomNodePrivate::nodeName| Name: | 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: | 133-133 |
| | 1 | 1 |
QDomNodePrivate::nodeValue| Name: | 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: | 134-134 |
| | 1 | 1 |
QDomNodePrivate::parent| Name: | QDomNodePrivate::parent | | Prototype: | inline QDomNodePrivate* parent() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 152-152 |
| | 1 | 1 |
QDomNodePrivate::save| Name: | 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: | 1891-1898 |
| | 4 | 2 |
QDomNodePrivate::setLocation| Name: | 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: | 1900-1904 |
| | 2 | 1 |
QDomNodePrivate::setOwnerDocument| Name: | 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: | 1424-1428 |
| | 2 | 1 |