| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QNetworkRequest::setHeader| Name: | QNetworkRequest::setHeader | | Prototype: | void QNetworkRequest::setHeader(KnownHeaders header, const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 470-473 |
| | 1 | 1 |
QNetworkRequest::setMaximumRedirectsAllowed| Name: | QNetworkRequest::setMaximumRedirectsAllowed | | Prototype: | void QNetworkRequest::setMaximumRedirectsAllowed(int maxRedirectsAllowed) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 695-698 |
| | 1 | 1 |
QNetworkRequest::setOriginatingObject| Name: | QNetworkRequest::setOriginatingObject | | Prototype: | void QNetworkRequest::setOriginatingObject(QObject *object) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 616-619 |
| | 1 | 1 |
QNetworkRequest::setRawHeader| Name: | QNetworkRequest::setRawHeader | | Prototype: | void QNetworkRequest::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 535-538 |
| | 1 | 1 |
QNetworkRequest::setSslConfiguration| Name: | QNetworkRequest::setSslConfiguration | | Prototype: | void QNetworkRequest::setSslConfiguration(const QSslConfiguration &config) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 596-602 |
| | 3 | 2 |
QNetworkRequest::setUrl| Name: | QNetworkRequest::setUrl | | Prototype: | void QNetworkRequest::setUrl(const QUrl &url) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 446-449 |
| | 1 | 1 |
QNetworkRequest::sslConfiguration| Name: | QNetworkRequest::sslConfiguration | | Prototype: | QSslConfiguration QNetworkRequest::sslConfiguration() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 577-582 |
| | 3 | 2 |
QNetworkRequest::url| Name: | QNetworkRequest::url | | Prototype: | QUrl QNetworkRequest::url() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 436-439 |
| | 1 | 1 |
QNetworkRequest::~QNetworkRequest| Name: | QNetworkRequest::~QNetworkRequest | | Prototype: | QNetworkRequest::~QNetworkRequest() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 389-393 |
| | 1 | 1 |
QNetworkRequestPrivate::QNetworkRequestPrivate| Name: | QNetworkRequestPrivate::QNetworkRequestPrivate | | Prototype: | inline QNetworkRequestPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 320-326 |
| | 1 | 1 |
QNetworkRequestPrivate::QNetworkRequestPrivate| Name: | QNetworkRequestPrivate::QNetworkRequestPrivate | | Prototype: | QNetworkRequestPrivate(const QNetworkRequestPrivate &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 335-346 |
| | 6 | 2 |
QNetworkRequestPrivate::~QNetworkRequestPrivate| Name: | QNetworkRequestPrivate::~QNetworkRequestPrivate | | Prototype: | ~QNetworkRequestPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 327-332 |
| | 1 | 1 |
QNetworkSession::QNetworkSession| Name: | QNetworkSession::QNetworkSession | | Prototype: | QNetworkSession::QNetworkSession(const QNetworkConfiguration &connectionConfig, QObject *parent) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 246-277 |
| | 23 | 4 |
QNetworkSession::configuration| Name: | QNetworkSession::configuration | | Prototype: | QNetworkConfiguration QNetworkSession::configuration() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 393-396 |
| | 1 | 1 |
QNetworkSession::interface| Name: | QNetworkSession::interface | | Prototype: | QNetworkInterface QNetworkSession::interface() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 408-411 |
| | 1 | 1 |
QNetworkSession::isOpen| Name: | QNetworkSession::isOpen | | Prototype: | bool QNetworkSession::isOpen() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 420-423 |
| | 1 | 1 |
QNetworkSession::open| Name: | QNetworkSession::open | | Prototype: | void QNetworkSession::open() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 304-310 |
| | 3 | 2 |
QNetworkSession::state| Name: | QNetworkSession::state | | Prototype: | QNetworkSession::State QNetworkSession::state() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 442-445 |
| | 1 | 1 |
QNetworkSession::~QNetworkSession| Name: | QNetworkSession::~QNetworkSession | | Prototype: | QNetworkSession::~QNetworkSession() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 282-285 |
| | 1 | 1 |
QNonContiguousByteDevice::QNonContiguousByteDevice| Name: | QNonContiguousByteDevice::QNonContiguousByteDevice | | Prototype: | QNonContiguousByteDevice::QNonContiguousByteDevice() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 124-126 |
| | 2 | 1 |
QNonContiguousByteDeviceBufferImpl::QNonContiguousByteDeviceBufferImpl| Name: | QNonContiguousByteDeviceBufferImpl::QNonContiguousByteDeviceBufferImpl | | Prototype: | QNonContiguousByteDeviceBufferImpl::QNonContiguousByteDeviceBufferImpl(QBuffer *b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 133-141 |
| | 6 | 1 |
QNonContiguousByteDeviceBufferImpl::advanceReadPointer| Name: | QNonContiguousByteDeviceBufferImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceBufferImpl::advanceReadPointer(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 152-155 |
| | 1 | 1 |
QNonContiguousByteDeviceBufferImpl::atEnd| Name: | QNonContiguousByteDeviceBufferImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceBufferImpl::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 157-160 |
| | 1 | 1 |
QNonContiguousByteDeviceBufferImpl::readPointer| Name: | QNonContiguousByteDeviceBufferImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceBufferImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 147-150 |
| | 1 | 1 |
QNonContiguousByteDeviceBufferImpl::reset| Name: | QNonContiguousByteDeviceBufferImpl::reset | | Prototype: | bool QNonContiguousByteDeviceBufferImpl::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 162-165 |
| | 1 | 1 |
QNonContiguousByteDeviceBufferImpl::size| Name: | QNonContiguousByteDeviceBufferImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceBufferImpl::size() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 167-170 |
| | 1 | 1 |
QNonContiguousByteDeviceByteArrayImpl::QNonContiguousByteDeviceByteArrayImpl| Name: | QNonContiguousByteDeviceByteArrayImpl::QNonContiguousByteDeviceByteArrayImpl | | Prototype: | QNonContiguousByteDeviceByteArrayImpl::QNonContiguousByteDeviceByteArrayImpl(QByteArray *ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QNonContiguousByteDeviceByteArrayImpl::advanceReadPointer| Name: | QNonContiguousByteDeviceByteArrayImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::advanceReadPointer(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 196-201 |
| | 3 | 1 |
QNonContiguousByteDeviceByteArrayImpl::atEnd| Name: | QNonContiguousByteDeviceByteArrayImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 203-206 |
| | 1 | 1 |
QNonContiguousByteDeviceByteArrayImpl::pos| Name: | QNonContiguousByteDeviceByteArrayImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceByteArrayImpl::pos() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 219-222 |
| | 1 | 1 |
QNonContiguousByteDeviceByteArrayImpl::readPointer| Name: | QNonContiguousByteDeviceByteArrayImpl::readPointer | | Prototype: | const char* QNonContiguousByteDeviceByteArrayImpl::readPointer(qint64 maximumLength, qint64 &len) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 181-194 |
| | 7 | 3 |
QNonContiguousByteDeviceByteArrayImpl::reset| Name: | QNonContiguousByteDeviceByteArrayImpl::reset | | Prototype: | bool QNonContiguousByteDeviceByteArrayImpl::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 208-212 |
| | 2 | 1 |
QNonContiguousByteDeviceByteArrayImpl::size| Name: | QNonContiguousByteDeviceByteArrayImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceByteArrayImpl::size() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 214-217 |
| | 1 | 1 |
QNonContiguousByteDeviceFactory::create| Name: | QNonContiguousByteDeviceFactory::create | | Prototype: | QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QByteArray *byteArray) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 541-544 |
| | 1 | 1 |
QNonContiguousByteDeviceFactory::createShared| Name: | QNonContiguousByteDeviceFactory::createShared | | Prototype: | QSharedPointer<QNonContiguousByteDevice> QNonContiguousByteDeviceFactory::createShared(QIODevice *device) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 499-510 |
| | 3 | 2 |
QNonContiguousByteDeviceFactory::createShared| Name: | QNonContiguousByteDeviceFactory::createShared | | Prototype: | QSharedPointer<QNonContiguousByteDevice> QNonContiguousByteDeviceFactory::createShared(QSharedPointer<QRingBuffer> ringBuffer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 529-532 |
| | 1 | 1 |
QNonContiguousByteDeviceFactory::wrap| Name: | QNonContiguousByteDeviceFactory::wrap | | Prototype: | QIODevice* QNonContiguousByteDeviceFactory::wrap(QNonContiguousByteDevice* byteDevice) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 563-571 |
| | 1 | 1 |
QNonContiguousByteDeviceIoDeviceImpl::QNonContiguousByteDeviceIoDeviceImpl| Name: | QNonContiguousByteDeviceIoDeviceImpl::QNonContiguousByteDeviceIoDeviceImpl | | Prototype: | QNonContiguousByteDeviceIoDeviceImpl::QNonContiguousByteDeviceIoDeviceImpl(QIODevice *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 277-287 |
| | 4 | 1 |
QNonContiguousByteDeviceIoDeviceImpl::atEnd| Name: | QNonContiguousByteDeviceIoDeviceImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 361-364 |
| | 1 | 1 |
QNonContiguousByteDeviceIoDeviceImpl::reset| Name: | QNonContiguousByteDeviceIoDeviceImpl::reset | | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::reset() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 366-382 |
| | 11 | 3 |
QNonContiguousByteDeviceIoDeviceImpl::size| Name: | QNonContiguousByteDeviceIoDeviceImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::size() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 384-392 |
| | 3 | 2 |
QNonContiguousByteDeviceIoDeviceImpl::~QNonContiguousByteDeviceIoDeviceImpl| Name: | QNonContiguousByteDeviceIoDeviceImpl::~QNonContiguousByteDeviceIoDeviceImpl | | Prototype: | QNonContiguousByteDeviceIoDeviceImpl::~QNonContiguousByteDeviceIoDeviceImpl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 289-292 |
| | 1 | 1 |
QNonContiguousByteDeviceRingBufferImpl::QNonContiguousByteDeviceRingBufferImpl| Name: | QNonContiguousByteDeviceRingBufferImpl::QNonContiguousByteDeviceRingBufferImpl | | Prototype: | QNonContiguousByteDeviceRingBufferImpl::QNonContiguousByteDeviceRingBufferImpl(QSharedPointer<QRingBuffer> rb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 224-228 |
| | 1 | 1 |
QNonContiguousByteDeviceRingBufferImpl::advanceReadPointer| Name: | QNonContiguousByteDeviceRingBufferImpl::advanceReadPointer | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::advanceReadPointer(qint64 amount) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 249-254 |
| | 3 | 1 |
QNonContiguousByteDeviceRingBufferImpl::atEnd| Name: | QNonContiguousByteDeviceRingBufferImpl::atEnd | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::atEnd() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 256-259 |
| | 1 | 1 |
QNonContiguousByteDeviceRingBufferImpl::pos| Name: | QNonContiguousByteDeviceRingBufferImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceRingBufferImpl::pos() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 261-264 |
| | 1 | 1 |
QNonContiguousByteDeviceRingBufferImpl::reset| Name: | QNonContiguousByteDeviceRingBufferImpl::reset | | Prototype: | bool QNonContiguousByteDeviceRingBufferImpl::reset() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 266-270 |
| | 2 | 1 |
QNonContiguousByteDeviceRingBufferImpl::size| Name: | QNonContiguousByteDeviceRingBufferImpl::size | | Prototype: | qint64 QNonContiguousByteDeviceRingBufferImpl::size() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 272-275 |
| | 1 | 1 |
QNtlmBuffer::QNtlmBuffer| Name: | QNtlmBuffer::QNtlmBuffer | | Prototype: | QNtlmBuffer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 878-878 |
| | 1 | 1 |
QNtlmPhase1Block::QNtlmPhase1Block| Name: | QNtlmPhase1Block::QNtlmPhase1Block | | Prototype: | QNtlmPhase1Block() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 979-983 |
| | 3 | 1 |
QNtlmPhase2Block::QNtlmPhase2Block| Name: | QNtlmPhase2Block::QNtlmPhase2Block | | Prototype: | QNtlmPhase2Block() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 993-996 |
| | 2 | 1 |
QNtlmPhase3Block::QNtlmPhase3Block| Name: | QNtlmPhase3Block::QNtlmPhase3Block | | Prototype: | QNtlmPhase3Block() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qauthenticator.cpp | | Lines: | 1007-1011 |
| | 3 | 1 |
QObject::blockSignals| Name: | QObject::blockSignals | | Prototype: | bool QObject::blockSignals(bool block) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1410-1416 |
| | 4 | 1 |
QObject::connectNotify| Name: | QObject::connectNotify | | Prototype: | void QObject::connectNotify(const QMetaMethod &signal) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3145-3148 |
| | 1 | 1 |
QObject::deleteLater| Name: | QObject::deleteLater | | Prototype: | void QObject::deleteLater() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2136-2139 |
| | 1 | 1 |
QObject::disconnect| Name: | QObject::disconnect | | Prototype: | bool QObject::disconnect(const QMetaObject::Connection &connection) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4734-4770 |
| | 21 | 4 |
QObject::disconnectNotify| Name: | QObject::disconnectNotify | | Prototype: | void QObject::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3180-3183 |
| | 1 | 1 |
QObject::dynamicPropertyNames| Name: | QObject::dynamicPropertyNames | | Prototype: | QList<QByteArray> QObject::dynamicPropertyNames() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3919-3925 |
| | 4 | 2 |
QObject::event| Name: | QObject::event | | Prototype: | bool QObject::event(QEvent *e) | | Coverage: | 100.000% (24/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1233-1284 |
| | 26 | 12 |
QObject::eventFilter| Name: | QObject::eventFilter | | Prototype: | bool QObject::eventFilter(QObject * , QEvent * ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1380-1383 |
| | 1 | 1 |
QObject::objectName| Name: | QObject::objectName | | Prototype: | QString QObject::objectName() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1169-1173 |
| | 2 | 1 |
QObject::registerUserData| Name: | QObject::registerUserData | | Prototype: | uint QObject::registerUserData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4066-4070 |
| | 1 | 1 |
QObject::removeEventFilter| Name: | QObject::removeEventFilter | | Prototype: | void QObject::removeEventFilter(QObject *obj) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2088-2097 |
| | 5 | 4 |
QObject::sender| Name: | QObject::sender | | Prototype: | QObject *QObject::sender() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2316-2330 |
| | 8 | 4 |
QObject::senderSignalIndex| Name: | QObject::senderSignalIndex | | Prototype: | int QObject::senderSignalIndex() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2357-2373 |
| | 8 | 4 |
QObject::setObjectName| Name: | QObject::setObjectName | | Prototype: | void QObject::setObjectName(const QString &name) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1178-1188 |
| | 6 | 3 |
QObject::setParent| Name: | QObject::setParent | | Prototype: | void QObject::setParent(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1946-1951 |
| | 3 | 1 |
QObject::setUserData| Name: | QObject::setUserData | | Prototype: | void QObject::setUserData(uint id, QObjectUserData* data) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4082-4091 |
| | 6 | 3 |
QObject::thread| Name: | QObject::thread | | Prototype: | QThread *QObject::thread() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1423-1426 |
| | 1 | 1 |
QObjectConnectionListVector::QObjectConnectionListVector| Name: | QObjectConnectionListVector::QObjectConnectionListVector | | Prototype: | QObjectConnectionListVector() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 297-299 |
| | 1 | 1 |
QObjectConnectionListVector::operator[]| Name: | QObjectConnectionListVector::operator[] | | Prototype: | QObjectPrivate::ConnectionList &operator[](int at) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 301-306 |
| | 3 | 2 |
QObjectPrivate::QObjectPrivate| Name: | QObjectPrivate::QObjectPrivate | | Prototype: | QObjectPrivate::QObjectPrivate(int version) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 198-225 |
| | 14 | 1 |
QObjectPrivate::_q_reregisterTimers| Name: | QObjectPrivate::_q_reregisterTimers | | Prototype: | void QObjectPrivate::_q_reregisterTimers(void *pointer) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1569-1579 |
| | 7 | 2 |
QObjectPrivate::addConnection| Name: | QObjectPrivate::addConnection | | Prototype: | void QObjectPrivate::addConnection(int signal, Connection *c) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 375-404 |
| | 20 | 7 |
QObjectPrivate::cleanConnectionLists| Name: | QObjectPrivate::cleanConnectionLists | | Prototype: | void QObjectPrivate::cleanConnectionLists() | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 406-440 |
| | 18 | 5 |
QObjectPrivate::deleteChildren| Name: | QObjectPrivate::deleteChildren | | Prototype: | void QObjectPrivate::deleteChildren() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1953-1968 |
| | 9 | 2 |
QObjectPrivate::disconnect| Name: | QObjectPrivate::disconnect | | Prototype: | bool QObjectPrivate::disconnect(const QObject *sender, int signal_index, void **slot) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4883-4889 |
| | 3 | 1 |
QObjectPrivate::moveToThread_helper| Name: | QObjectPrivate::moveToThread_helper | | Prototype: | void QObjectPrivate::moveToThread_helper() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1520-1529 |
| | 6 | 2 |
QObjectPrivate::setThreadData_helper| Name: | QObjectPrivate::setThreadData_helper | | Prototype: | void QObjectPrivate::setThreadData_helper(QThreadData *currentData, QThreadData *targetData) | | Coverage: | 100.000% (21/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 1531-1567 |
| | 22 | 7 |
QObjectPrivate::signalIndex| Name: | QObjectPrivate::signalIndex | | Prototype: | int QObjectPrivate::signalIndex(const char *signalName, const QMetaObject **meta) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3791-3807 |
| | 13 | 3 |
QOpenSslLocks::QOpenSslLocks| Name: | QOpenSslLocks::QOpenSslLocks | | Prototype: | inline QOpenSslLocks() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 120-128 |
| | 4 | 1 |
QOpenSslLocks::initLock| Name: | QOpenSslLocks::initLock | | Prototype: | QMutex *initLock() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 152-155 |
| | 1 | 1 |
QOpenSslLocks::lock| Name: | QOpenSslLocks::lock | | Prototype: | inline QMutex *lock(int num) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 138-145 |
| | 5 | 2 |
QOpenSslLocks::~QOpenSslLocks| Name: | QOpenSslLocks::~QOpenSslLocks | | Prototype: | inline ~QOpenSslLocks() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 129-137 |
| | 5 | 2 |
QPAEventDispatcherGlib::QPAEventDispatcherGlib| Name: | QPAEventDispatcherGlib::QPAEventDispatcherGlib | | Prototype: | QPAEventDispatcherGlib::QPAEventDispatcherGlib(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | | Lines: | 95-101 |
| | 2 | 1 |
QPAEventDispatcherGlib::processEvents| Name: | QPAEventDispatcherGlib::processEvents | | Prototype: | bool QPAEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | | Lines: | 112-116 |
| | 2 | 1 |
QPAEventDispatcherGlib::~QPAEventDispatcherGlib| Name: | QPAEventDispatcherGlib::~QPAEventDispatcherGlib | | Prototype: | QPAEventDispatcherGlib::~QPAEventDispatcherGlib() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | | Lines: | 103-110 |
| | 4 | 1 |
QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate| Name: | QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate | | Prototype: | QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate(GMainContext *context) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qeventdispatcher_glib.cpp | | Lines: | 83-92 |
| | 6 | 1 |
QPagePreview::QPagePreview| Name: | QPagePreview::QPagePreview | | Prototype: | QPagePreview(QWidget *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 93-97 |
| | 2 | 1 |
QPagePreview::setPageLayout| Name: | QPagePreview::setPageLayout | | Prototype: | void setPageLayout(const QPageLayout &layout) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 99-103 |
| | 2 | 1 |
QPagePreview::setPagePreviewLayout| Name: | QPagePreview::setPagePreviewLayout | | Prototype: | void setPagePreviewLayout(int columns, int rows) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 105-110 |
| | 3 | 1 |
QPageSetupDialog::QPageSetupDialog| Name: | QPageSetupDialog::QPageSetupDialog | | Prototype: | QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 610-616 |
| | 3 | 1 |
QPageSetupDialogPrivate::QPageSetupDialogPrivate| Name: | QPageSetupDialogPrivate::QPageSetupDialogPrivate | | Prototype: | QPageSetupDialogPrivate::QPageSetupDialogPrivate(QPrinter *prntr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QPageSetupWidget::QPageSetupWidget| Name: | QPageSetupWidget::QPageSetupWidget | | Prototype: | QPageSetupWidget::QPageSetupWidget(QWidget *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 224-272 |
| | 24 | 1 |
QPageSetupWidget::initPagesPerSheet| Name: | QPageSetupWidget::initPagesPerSheet | | Prototype: | void QPageSetupWidget::initPagesPerSheet() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 289-330 |
| | 30 | 1 |
QPageSetupWidget::initUnits| Name: | QPageSetupWidget::initUnits | | Prototype: | void QPageSetupWidget::initUnits() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 275-286 |
| | 7 | 1 |
QPageSetupWidget::selectPrinter| Name: | QPageSetupWidget::selectPrinter | | Prototype: | void QPageSetupWidget::selectPrinter(QPrinter::OutputFormat outputFormat, const QString &printerName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 390-396 |
| | 4 | 1 |
QParallelAnimationGroup::QParallelAnimationGroup| Name: | QParallelAnimationGroup::QParallelAnimationGroup | | Prototype: | QParallelAnimationGroup::QParallelAnimationGroup(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 81-84 |
| | 2 | 1 |
QParallelAnimationGroup::duration| Name: | QParallelAnimationGroup::duration | | Prototype: | int QParallelAnimationGroup::duration() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 105-119 |
| | 8 | 3 |
QParallelAnimationGroup::event| Name: | QParallelAnimationGroup::event | | Prototype: | bool QParallelAnimationGroup::event(QEvent *event) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 328-331 |
| | 1 | 1 |