| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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::operator=| Name: | QDnsHostAddressRecord::operator= | | Prototype: | QDnsHostAddressRecord &QDnsHostAddressRecord::operator=(const QDnsHostAddressRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 668-672 |
| | 2 | 1 |
QDnsHostAddressRecord::timeToLive| Name: | QDnsHostAddressRecord::timeToLive | | Prototype: | quint32 QDnsHostAddressRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 649-652 |
| | 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: | 658-661 |
| | 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 |
QDnsLookup::QDnsLookup| Name: | QDnsLookup::QDnsLookup | | Prototype: | QDnsLookup::QDnsLookup(Type type, const QString &name, const QHostAddress &nameserver, QObject *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 292-300 |
| | 5 | 1 |
QDnsLookup::abort| Name: | QDnsLookup::abort | | Prototype: | void QDnsLookup::abort() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 479-490 |
| | 8 | 2 |
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::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::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::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::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::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::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::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::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::nameserver| Name: | QDnsLookup::nameserver | | Prototype: | QHostAddress QDnsLookup::nameserver() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 388-391 |
| | 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::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::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::setNameserver| Name: | QDnsLookup::setNameserver | | Prototype: | void QDnsLookup::setNameserver(const QHostAddress &nameserver) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 393-400 |
| | 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: | 374-381 |
| | 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: | 468-471 |
| | 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: | 369-372 |
| | 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: | 984-996 |
| | 6 | 2 |
QDnsLookupRunnable::query| Name: | QDnsLookupRunnable::query | | Prototype: | void QDnsLookupRunnable::query(const int requestType, const QByteArray &requestName, const QHostAddress &nameserver, QDnsLookupReply *reply) | | Coverage: | 43.519% (47/108) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup_unix.cpp | | Lines: | 124-372 |
| | 182 | 36 |
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 |
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 |
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 |
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::start| Name: | QDnsLookupThreadPool::start | | Prototype: | void QDnsLookupThreadPool::start(QRunnable *runnable) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 1031-1052 |
| | 13 | 4 |
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 |
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::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::operator=| Name: | QDnsMailExchangeRecord::operator= | | Prototype: | QDnsMailExchangeRecord &QDnsMailExchangeRecord::operator=(const QDnsMailExchangeRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 764-768 |
| | 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::timeToLive| Name: | QDnsMailExchangeRecord::timeToLive | | Prototype: | quint32 QDnsMailExchangeRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 754-757 |
| | 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 |
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::operator=| Name: | QDnsServiceRecord::operator= | | Prototype: | QDnsServiceRecord &QDnsServiceRecord::operator=(const QDnsServiceRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 885-889 |
| | 2 | 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::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::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::timeToLive| Name: | QDnsServiceRecord::timeToLive | | Prototype: | quint32 QDnsServiceRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 862-865 |
| | 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: | 875-878 |
| | 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 |
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::operator=| Name: | QDnsTextRecord::operator= | | Prototype: | QDnsTextRecord &QDnsTextRecord::operator=(const QDnsTextRecord &other) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 972-976 |
| | 2 | 1 |
QDnsTextRecord::timeToLive| Name: | QDnsTextRecord::timeToLive | | Prototype: | quint32 QDnsTextRecord::timeToLive() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 953-956 |
| | 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: | 962-965 |
| | 1 | 1 |
QDockAreaLayout::QDockAreaLayout| Name: | QDockAreaLayout::QDockAreaLayout | | Prototype: | QDockAreaLayout::QDockAreaLayout(QMainWindow *win) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2295-2319 |
| | 16 | 1 |
QDockAreaLayout::addDockWidget| Name: | QDockAreaLayout::addDockWidget | | Prototype: | void QDockAreaLayout::addDockWidget(QInternal::DockPosition pos, QDockWidget *dockWidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3092-3123 |
| | 15 | 3 |
QDockAreaLayout::apply| Name: | QDockAreaLayout::apply | | Prototype: | void QDockAreaLayout::apply(bool animate) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3200-3214 |
| | 8 | 4 |
QDockAreaLayout::clear| Name: | QDockAreaLayout::clear | | Prototype: | void QDockAreaLayout::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2916-2923 |
| | 4 | 2 |
QDockAreaLayout::constrainedRect| Name: | QDockAreaLayout::constrainedRect | | Prototype: | QRect QDockAreaLayout::constrainedRect(QRect rect, QWidget* widget) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3031-3050 |
| | 13 | 3 |
QDockAreaLayout::deleteAllLayoutItems| Name: | QDockAreaLayout::deleteAllLayoutItems | | Prototype: | void QDockAreaLayout::deleteAllLayoutItems() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3362-3366 |
| | 2 | 2 |
QDockAreaLayout::findSeparator| Name: | QDockAreaLayout::findSeparator | | Prototype: | QList<int> QDockAreaLayout::findSeparator(const QPoint &pos) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2479-2502 |
| | 17 | 7 |
QDockAreaLayout::fitLayout| Name: | QDockAreaLayout::fitLayout | | Prototype: | void QDockAreaLayout::fitLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2904-2914 |
| | 6 | 1 |
QDockAreaLayout::gapIndex| Name: | QDockAreaLayout::gapIndex | | Prototype: | QList<int> QDockAreaLayout::gapIndex(const QPoint &pos) const | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2414-2477 |
| | 38 | 15 |
QDockAreaLayout::gapRect| Name: | QDockAreaLayout::gapRect | | Prototype: | QRect QDockAreaLayout::gapRect(const QList<int> &path) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3395-3441 |
| | 31 | 7 |
QDockAreaLayout::getGrid| Name: | QDockAreaLayout::getGrid | | Prototype: | void QDockAreaLayout::getGrid(QVector<QLayoutStruct> *_ver_struct_list, QVector<QLayoutStruct> *_hor_struct_list) | | Coverage: | 0.000% (0/139) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2630-2806 |
| | 139 | 17 |
QDockAreaLayout::indexOf| Name: | QDockAreaLayout::indexOf | | Prototype: | QList<int> QDockAreaLayout::indexOf(QWidget *dockWidget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2402-2412 |
| | 6 | 3 |
QDockAreaLayout::indexOfPlaceHolder| Name: | QDockAreaLayout::indexOfPlaceHolder | | Prototype: | QList<int> QDockAreaLayout::indexOfPlaceHolder(const QString &objectName) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2390-2400 |
| | 6 | 3 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | QDockAreaLayoutInfo *QDockAreaLayout::info(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2504-2512 |
| | 4 | 3 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | QDockAreaLayoutInfo *QDockAreaLayout::info(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2514-2524 |
| | 6 | 2 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | const QDockAreaLayoutInfo *QDockAreaLayout::info(const QList<int> &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2526-2529 |
| | 1 | 1 |
QDockAreaLayout::insertGap| Name: | QDockAreaLayout::insertGap | | Prototype: | bool QDockAreaLayout::insertGap(const QList<int> &path, QLayoutItem *dockWidgetItem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2581-2587 |
| | 4 | 1 |
QDockAreaLayout::isValid| Name: | QDockAreaLayout::isValid | | Prototype: | bool QDockAreaLayout::isValid() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2321-2324 |
| | 1 | 1 |
QDockAreaLayout::item| Name: | QDockAreaLayout::item | | Prototype: | QDockAreaLayoutItem &QDockAreaLayout::item(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2531-2537 |
| | 4 | 1 |
QDockAreaLayout::itemAt| Name: | QDockAreaLayout::itemAt | | Prototype: | QLayoutItem *QDockAreaLayout::itemAt(int *x, int index) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3327-3341 |
| | 8 | 4 |
QDockAreaLayout::itemRect| Name: | QDockAreaLayout::itemRect | | Prototype: | QRect QDockAreaLayout::itemRect(const QList<int> &path) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2539-2545 |
| | 4 | 1 |
QDockAreaLayout::keepSize| Name: | QDockAreaLayout::keepSize | | Prototype: | void QDockAreaLayout::keepSize(QDockWidget *w) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3443-3451 |
| | 6 | 3 |
QDockAreaLayout::minimumSize| Name: | QDockAreaLayout::minimumSize | | Prototype: | QSize QDockAreaLayout::minimumSize() const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2975-3023 |
| | 33 | 6 |
QDockAreaLayout::paintSeparators| Name: | QDockAreaLayout::paintSeparators | | Prototype: | void QDockAreaLayout::paintSeparators(QPainter *p, QWidget *widget, const QRegion &clip, const QPoint &mouse) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3216-3233 |
| | 11 | 5 |
QDockAreaLayout::plug| Name: | QDockAreaLayout::plug | | Prototype: | QLayoutItem *QDockAreaLayout::plug(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2589-2595 |
| | 4 | 1 |
QDockAreaLayout::remove| Name: | QDockAreaLayout::remove | | Prototype: | void QDockAreaLayout::remove(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2605-2611 |
| | 4 | 1 |
QDockAreaLayout::removePlaceHolder| Name: | QDockAreaLayout::removePlaceHolder | | Prototype: | void QDockAreaLayout::removePlaceHolder(const QString &name) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2613-2626 |
| | 8 | 4 |
QDockAreaLayout::resizeDocks| Name: | QDockAreaLayout::resizeDocks | | Prototype: | void QDockAreaLayout::resizeDocks(const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation o) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3138-3183 |
| | 32 | 10 |
QDockAreaLayout::restoreDockWidget| Name: | QDockAreaLayout::restoreDockWidget | | Prototype: | bool QDockAreaLayout::restoreDockWidget(QDockWidget *dockWidget) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3052-3090 |
| | 22 | 6 |
QDockAreaLayout::restoreState| Name: | QDockAreaLayout::restoreState | | Prototype: | bool QDockAreaLayout::restoreState(QDataStream &stream, const QList<QDockWidget*> &_dockwidgets, bool testing) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2348-2388 |
| | 27 | 9 |
QDockAreaLayout::saveState| Name: | QDockAreaLayout::saveState | | Prototype: | void QDockAreaLayout::saveState(QDataStream &stream) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2326-2346 |
| | 14 | 6 |
QDockAreaLayout::separatorMove| Name: | QDockAreaLayout::separatorMove | | Prototype: | int QDockAreaLayout::separatorMove(const QList<int> &separator, const QPoint &origin, const QPoint &dest) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3250-3289 |
| | 25 | 5 |
QDockAreaLayout::separatorRect| Name: | QDockAreaLayout::separatorRect | | Prototype: | QRect QDockAreaLayout::separatorRect(int index) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2547-2566 |
| | 11 | 7 |
QDockAreaLayout::separatorRect| Name: | QDockAreaLayout::separatorRect | | Prototype: | QRect QDockAreaLayout::separatorRect(const QList<int> &path) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2568-2579 |
| | 6 | 2 |
QDockAreaLayout::separatorRegion| Name: | QDockAreaLayout::separatorRegion | | Prototype: | QRegion QDockAreaLayout::separatorRegion() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3235-3248 |
| | 8 | 3 |
QDockAreaLayout::setGrid| Name: | QDockAreaLayout::setGrid | | Prototype: | void QDockAreaLayout::setGrid(QVector<QLayoutStruct> *ver_struct_list, QVector<QLayoutStruct> *hor_struct_list) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2808-2902 |
| | 62 | 15 |
QDockAreaLayout::sizeHint| Name: | QDockAreaLayout::sizeHint | | Prototype: | QSize QDockAreaLayout::sizeHint() const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2925-2973 |
| | 33 | 6 |
QDockAreaLayout::splitDockWidget| Name: | QDockAreaLayout::splitDockWidget | | Prototype: | void QDockAreaLayout::splitDockWidget(QDockWidget *after, QDockWidget *dockWidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3185-3198 |
| | 7 | 2 |
QDockAreaLayout::styleChangedEvent| Name: | QDockAreaLayout::styleChangedEvent | | Prototype: | void QDockAreaLayout::styleChangedEvent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3453-3458 |
| | 3 | 2 |
QDockAreaLayout::tabifyDockWidget| Name: | QDockAreaLayout::tabifyDockWidget | | Prototype: | void QDockAreaLayout::tabifyDockWidget(QDockWidget *first, QDockWidget *second) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3125-3136 |
| | 7 | 2 |
QDockAreaLayout::takeAt| Name: | QDockAreaLayout::takeAt | | Prototype: | QLayoutItem *QDockAreaLayout::takeAt(int *x, int index) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3343-3360 |
| | 10 | 4 |
QDockAreaLayout::unplug| Name: | QDockAreaLayout::unplug | | Prototype: | QLayoutItem *QDockAreaLayout::unplug(const QList<int> &path) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2597-2603 |
| | 4 | 1 |
QDockAreaLayout::updateSeparatorWidgets| Name: | QDockAreaLayout::updateSeparatorWidgets | | Prototype: | void QDockAreaLayout::updateSeparatorWidgets() const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3294-3324 |
| | 19 | 5 |