| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 6207-6212 |
| | 3 | 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: | 527-527 |
| | 1 | 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: | 507-507 |
| | 1 | 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: | 6193-6198 |
| | 3 | 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: | 6142-6151 |
| | 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: | 6153-6163 |
| | 4 | 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: | 6834-6840 |
| | 4 | 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: | 6851-6856 |
| | 1 | 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: | 6723-6731 |
| | 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: | 6774-6777 |
| | 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: | 6788-6791 |
| | 1 | 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: | 6590-6593 |
| | 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: | 6599-6603 |
| | 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: | 6622-6625 |
| | 2 | 1 |
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: | 3870-3876 |
| | 2 | 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: | 4111-4121 |
| | 6 | 2 |
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: | 368-368 |
| | 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: | 4089-4094 |
| | 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: | 4096-4103 |
| | 4 | 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: | 962-965 |
| | 1 | 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: | 944-947 |
| | 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: | 918-921 |
| | 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: | 927-930 |
| | 2 | 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: | 875-878 |
| | 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: | 853-856 |
| | 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: | 844-847 |
| | 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: | 832-835 |
| | 1 | 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: | 823-826 |
| | 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: | 797-800 |
| | 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: | 806-809 |
| | 2 | 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: | 745-748 |
| | 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: | 736-739 |
| | 1 | 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: | 727-730 |
| | 1 | 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: | 701-704 |
| | 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: | 710-713 |
| | 2 | 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: | 1054-1058 |
| | 2 | 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: | 1024-1029 |
| | 1 | 1 |
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: | 79-82 |
| | 1 | 1 |
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: | 998-1022 |
| | 13 | 3 |
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: | 984-996 |
| | 6 | 2 |
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: | 369-372 |
| | 1 | 1 |
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: | 468-471 |
| | 1 | 1 |
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: | 374-381 |
| | 4 | 2 |
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: | 355-362 |
| | 4 | 2 |
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: | 459-462 |
| | 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: | 446-449 |
| | 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: | 437-440 |
| | 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: | 350-353 |
| | 1 | 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: | 428-431 |
| | 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: | 498-508 |
| | 8 | 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: | 337-340 |
| | 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: | 415-418 |
| | 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: | 328-331 |
| | 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: | 318-321 |
| | 1 | 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: | 406-409 |
| | 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: | 266-270 |
| | 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: | 276-283 |
| | 4 | 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: | 658-661 |
| | 1 | 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: | 640-643 |
| | 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: | 614-617 |
| | 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: | 623-626 |
| | 2 | 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: | 573-576 |
| | 1 | 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: | 555-558 |
| | 1 | 1 |
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: | 529-532 |
| | 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: | 538-541 |
| | 2 | 1 |
QDirSortItemComparator::QDirSortItemComparator| Name: | QDirSortItemComparator::QDirSortItemComparator | | Prototype: | QDirSortItemComparator(int flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 218-218 |
| | 1 | 1 |
QDirPrivate::setPath| Name: | QDirPrivate::setPath | | Prototype: | inline void QDirPrivate::setPath(const QString &path) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 155-176 |
| | 9 | 2 |
QDirPrivate::initFileLists| Name: | QDirPrivate::initFileLists | | Prototype: | inline void QDirPrivate::initFileLists(const QDir &dir) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 324-336 |
| | 8 | 3 |
QDirPrivate::initFileEngine| Name: | QDirPrivate::initFileEngine | | Prototype: | inline void QDirPrivate::initFileEngine() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 338-341 |
| | 1 | 1 |
QDirPrivate::exists| Name: | QDirPrivate::exists | | Prototype: | bool QDirPrivate::exists() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 118-132 |
| | 11 | 3 |
QDirPrivate::clearFileLists| Name: | QDirPrivate::clearFileLists | | Prototype: | inline void QDirPrivate::clearFileLists() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 178-183 |
| | 3 | 1 |
QDirPrivate::QDirPrivate| Name: | QDirPrivate::QDirPrivate | | Prototype: | QDirPrivate::QDirPrivate(const QDirPrivate ©) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 107-116 |
| | 2 | 1 |
QDirIteratorPrivateIteratorStack::~QDirIteratorPrivateIteratorStack| Name: | QDirIteratorPrivateIteratorStack::~QDirIteratorPrivateIteratorStack | | Prototype: | ~QDirIteratorPrivateIteratorStack() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 108-111 |
| | 1 | 1 |
QDirIteratorPrivate::pushDirectory| Name: | QDirIteratorPrivate::pushDirectory | | Prototype: | void QDirIteratorPrivate::pushDirectory(const QFileInfo &fileInfo) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 181-209 |
| | 12 | 4 |
QDirIteratorPrivate::entryMatches| Name: | QDirIteratorPrivate::entryMatches | | Prototype: | inline bool QDirIteratorPrivate::entryMatches(const QString & fileName, const QFileInfo &fileInfo) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 211-224 |
| | 6 | 2 |
QDirIteratorPrivate::checkAndPushDirectory| Name: | QDirIteratorPrivate::checkAndPushDirectory | | Prototype: | void QDirIteratorPrivate::checkAndPushDirectory(const QFileInfo &fileInfo) | | Coverage: | 100.000% (29/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 272-301 |
| | 15 | 7 |
QDirIteratorPrivate::advance| Name: | QDirIteratorPrivate::advance | | Prototype: | void QDirIteratorPrivate::advance() | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 229-267 |
| | 21 | 8 |
QDirIteratorPrivate::QDirIteratorPrivate| Name: | QDirIteratorPrivate::QDirIteratorPrivate | | Prototype: | QDirIteratorPrivate::QDirIteratorPrivate(const QFileSystemEntry &entry, const QStringList &nameFilters, QDir::Filters filters, QDirIterator::IteratorFlags flags, bool resolveEngine) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 153-176 |
| | 12 | 3 |
QDirIterator::path| Name: | QDirIterator::path | | Prototype: | QString QDirIterator::path() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 547-550 |
| | 1 | 1 |
QDirIterator::next| Name: | QDirIterator::next | | Prototype: | QString QDirIterator::next() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 485-489 |
| | 2 | 1 |
QDirIterator::hasNext| Name: | QDirIterator::hasNext | | Prototype: | bool QDirIterator::hasNext() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 497-507 |
| | 3 | 2 |
QDirIterator::filePath| Name: | QDirIterator::filePath | | Prototype: | QString QDirIterator::filePath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 529-532 |
| | 1 | 1 |
QDirIterator::fileName| Name: | QDirIterator::fileName | | Prototype: | QString QDirIterator::fileName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 519-522 |
| | 1 | 1 |
QDirIterator::fileInfo| Name: | QDirIterator::fileInfo | | Prototype: | QFileInfo QDirIterator::fileInfo() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 539-542 |
| | 1 | 1 |
QDirIterator::QDirIterator| Name: | QDirIterator::QDirIterator | | Prototype: | QDirIterator::QDirIterator(const QDir &dir, IteratorFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 408-412 |
| | 2 | 1 |
QDirIterator::QDirIterator| Name: | QDirIterator::QDirIterator | | Prototype: | QDirIterator::QDirIterator(const QString &path, QDir::Filters filters, IteratorFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 427-430 |
| | 2 | 1 |
QDirIterator::QDirIterator| Name: | QDirIterator::QDirIterator | | Prototype: | QDirIterator::QDirIterator(const QString &path, IteratorFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 444-447 |
| | 2 | 1 |
QDirIterator::QDirIterator| Name: | QDirIterator::QDirIterator | | Prototype: | QDirIterator::QDirIterator(const QString &path, const QStringList &nameFilters, QDir::Filters filters, IteratorFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 462-466 |
| | 2 | 1 |
QDir::toNativeSeparators| Name: | QDir::toNativeSeparators | | Prototype: | QString QDir::toNativeSeparators(const QString &pathName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 806-825 |
| | 1 | 1 |
QDir::tempPath| Name: | QDir::tempPath | | Prototype: | QString QDir::tempPath() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1980-1983 |
| | 1 | 1 |
QDir::sorting| Name: | QDir::sorting | | Prototype: | QDir::SortFlags QDir::sorting() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1169-1173 |
| | 2 | 1 |
QDir::setSorting| Name: | QDir::setSorting | | Prototype: | void QDir::setSorting(SortFlags sort) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1212-1219 |
| | 4 | 1 |
QDir::setPath| Name: | QDir::setPath | | Prototype: | void QDir::setPath(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 603-606 |
| | 1 | 1 |
QDir::setNameFilters| Name: | QDir::setNameFilters | | Prototype: | void QDir::setNameFilters(const QStringList &nameFilters) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 969-976 |
| | 4 | 1 |
QDir::setFilter| Name: | QDir::setFilter | | Prototype: | void QDir::setFilter(Filters filters) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1155-1162 |
| | 4 | 1 |
QDir::setCurrent| Name: | QDir::setCurrent | | Prototype: | bool QDir::setCurrent(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1877-1880 |
| | 1 | 1 |
QDir::separator| Name: | QDir::separator | | Prototype: | QChar QDir::separator() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1851-1858 |
| | 1 | 1 |
QDir::searchPaths| Name: | QDir::searchPaths | | Prototype: | QStringList QDir::searchPaths(const QString &prefix) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1065-1069 |
| | 2 | 1 |
QDir::rootPath| Name: | QDir::rootPath | | Prototype: | QString QDir::rootPath() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2006-2009 |
| | 1 | 1 |
QDir::rename| Name: | QDir::rename | | Prototype: | bool QDir::rename(const QString &oldName, const QString &newName) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1789-1800 |
| | 7 | 3 |