Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QHttpSocketEngine::connectInternalName: | QHttpSocketEngine::connectInternal | Prototype: | bool QHttpSocketEngine::connectInternal() | Coverage: | 41.176% (7/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 135-165 |
| | 15 | 5 |
QHttpSocketEngine::connectToHostName: | QHttpSocketEngine::connectToHost | Prototype: | bool QHttpSocketEngine::connectToHost(const QHostAddress &address, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 167-176 |
| | 5 | 1 |
QHttpSocketEngine::connectToHostByNameName: | QHttpSocketEngine::connectToHostByName | Prototype: | bool QHttpSocketEngine::connectToHostByName(const QString &hostname, quint16 port) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 178-187 |
| | 5 | 1 |
QHttpSocketEngine::emitConnectionNotificationName: | QHttpSocketEngine::emitConnectionNotification | Prototype: | void QHttpSocketEngine::emitConnectionNotification() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 819-826 |
| | 4 | 2 |
QHttpSocketEngine::emitPendingConnectionNotificationName: | QHttpSocketEngine::emitPendingConnectionNotification | Prototype: | void QHttpSocketEngine::emitPendingConnectionNotification() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 791-796 |
| | 3 | 1 |
QHttpSocketEngine::emitPendingReadNotificationName: | QHttpSocketEngine::emitPendingReadNotification | Prototype: | void QHttpSocketEngine::emitPendingReadNotification() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 775-781 |
| | 4 | 2 |
QHttpSocketEngine::emitPendingWriteNotificationName: | QHttpSocketEngine::emitPendingWriteNotification | Prototype: | void QHttpSocketEngine::emitPendingWriteNotification() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 783-789 |
| | 4 | 2 |
QHttpSocketEngine::emitReadNotificationName: | QHttpSocketEngine::emitReadNotification | Prototype: | void QHttpSocketEngine::emitReadNotification() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 798-808 |
| | 4 | 2 |
QHttpSocketEngine::emitWriteNotificationName: | QHttpSocketEngine::emitWriteNotification | Prototype: | void QHttpSocketEngine::emitWriteNotification() | Coverage: | 83.333% (5/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 810-817 |
| | 4 | 2 |
QHttpSocketEngine::hasPendingDatagramsName: | QHttpSocketEngine::hasPendingDatagrams | Prototype: | bool QHttpSocketEngine::hasPendingDatagrams() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 308-312 |
| | 2 | 1 |
QHttpSocketEngine::initializeName: | QHttpSocketEngine::initialize | Prototype: | bool QHttpSocketEngine::initialize(QAbstractSocket::SocketType type, QAbstractSocket::NetworkLayerProtocol protocol) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 65-104 |
| | 28 | 2 |
QHttpSocketEngine::initializeName: | QHttpSocketEngine::initialize | Prototype: | bool QHttpSocketEngine::initialize(qintptr, QAbstractSocket::SocketState) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 106-109 |
| | 1 | 1 |
QHttpSocketEngine::isExceptionNotificationEnabledName: | QHttpSocketEngine::isExceptionNotificationEnabled | Prototype: | bool QHttpSocketEngine::isExceptionNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 490-494 |
| | 2 | 1 |
QHttpSocketEngine::isReadNotificationEnabledName: | QHttpSocketEngine::isReadNotificationEnabled | Prototype: | bool QHttpSocketEngine::isReadNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 453-457 |
| | 2 | 1 |
QHttpSocketEngine::isValidName: | QHttpSocketEngine::isValid | Prototype: | bool QHttpSocketEngine::isValid() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 129-133 |
| | 2 | 1 |
QHttpSocketEngine::isWriteNotificationEnabledName: | QHttpSocketEngine::isWriteNotificationEnabled | Prototype: | bool QHttpSocketEngine::isWriteNotificationEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 476-480 |
| | 2 | 1 |
QHttpSocketEngine::joinMulticastGroupName: | QHttpSocketEngine::joinMulticastGroup | Prototype: | bool QHttpSocketEngine::joinMulticastGroup(const QHostAddress &, const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 260-267 |
| | 4 | 1 |
QHttpSocketEngine::leaveMulticastGroupName: | QHttpSocketEngine::leaveMulticastGroup | Prototype: | bool QHttpSocketEngine::leaveMulticastGroup(const QHostAddress &, const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 269-276 |
| | 4 | 1 |
QHttpSocketEngine::listenName: | QHttpSocketEngine::listen | Prototype: | bool QHttpSocketEngine::listen() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 197-203 |
| | 4 | 1 |
QHttpSocketEngine::multicastInterfaceName: | QHttpSocketEngine::multicastInterface | Prototype: | QNetworkInterface QHttpSocketEngine::multicastInterface() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 278-281 |
| | 1 | 1 |
QHttpSocketEngine::optionName: | QHttpSocketEngine::option | Prototype: | int QHttpSocketEngine::option(SocketOption option) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 331-342 |
| | 7 | 4 |
QHttpSocketEngine::pendingDatagramSizeName: | QHttpSocketEngine::pendingDatagramSize | Prototype: | qint64 QHttpSocketEngine::pendingDatagramSize() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 314-318 |
| | 2 | 1 |
QHttpSocketEngine::readName: | QHttpSocketEngine::read | Prototype: | qint64 QHttpSocketEngine::read(char *data, qint64 maxlen) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 229-250 |
| | 12 | 3 |
QHttpSocketEngine::readDatagramName: | QHttpSocketEngine::readDatagram | Prototype: | qint64 QHttpSocketEngine::readDatagram(char *, qint64, QIpPacketHeader *, PacketHeaderOptions) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 292-298 |
| | 4 | 1 |
QHttpSocketEngine::readHttpHeaderName: | QHttpSocketEngine::readHttpHeader | Prototype: | bool QHttpSocketEngine::readHttpHeader() | Coverage: | 66.667% (22/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 698-729 |
| | 22 | 9 |
QHttpSocketEngine::setExceptionNotificationEnabledName: | QHttpSocketEngine::setExceptionNotificationEnabled | Prototype: | void QHttpSocketEngine::setExceptionNotificationEnabled(bool enable) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 496-500 |
| | 2 | 1 |
QHttpSocketEngine::setMulticastInterfaceName: | QHttpSocketEngine::setMulticastInterface | Prototype: | bool QHttpSocketEngine::setMulticastInterface(const QNetworkInterface &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 283-289 |
| | 4 | 1 |
QHttpSocketEngine::setOptionName: | QHttpSocketEngine::setOption | Prototype: | bool QHttpSocketEngine::setOption(SocketOption option, int value) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 344-356 |
| | 8 | 4 |
QHttpSocketEngine::setProxyName: | QHttpSocketEngine::setProxy | Prototype: | void QHttpSocketEngine::setProxy(const QNetworkProxy &proxy) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 111-121 |
| | 8 | 3 |
QHttpSocketEngine::setReadNotificationEnabledName: | QHttpSocketEngine::setReadNotificationEnabled | Prototype: | void QHttpSocketEngine::setReadNotificationEnabled(bool enable) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 459-474 |
| | 9 | 5 |
QHttpSocketEngine::setWriteNotificationEnabledName: | QHttpSocketEngine::setWriteNotificationEnabled | Prototype: | void QHttpSocketEngine::setWriteNotificationEnabled(bool enable) | Coverage: | 87.500% (7/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 482-488 |
| | 4 | 2 |
QHttpSocketEngine::slotSocketBytesWrittenName: | QHttpSocketEngine::slotSocketBytesWritten | Prototype: | void QHttpSocketEngine::slotSocketBytesWritten() | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 731-736 |
| | 3 | 2 |
QHttpSocketEngine::slotSocketConnectedName: | QHttpSocketEngine::slotSocketConnected | Prototype: | void QHttpSocketEngine::slotSocketConnected() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 502-536 |
| | 25 | 4 |
QHttpSocketEngine::slotSocketErrorName: | QHttpSocketEngine::slotSocketError | Prototype: | void QHttpSocketEngine::slotSocketError(QAbstractSocket::SocketError error) | Coverage: | 82.609% (19/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 738-768 |
| | 20 | 8 |
QHttpSocketEngine::slotSocketReadNotificationName: | QHttpSocketEngine::slotSocketReadNotification | Prototype: | void QHttpSocketEngine::slotSocketReadNotification() | Coverage: | 89.362% (84/94) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 542-696 |
| | 97 | 29 |
QHttpSocketEngine::slotSocketStateChangedName: | QHttpSocketEngine::slotSocketStateChanged | Prototype: | void QHttpSocketEngine::slotSocketStateChanged(QAbstractSocket::SocketState state) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 770-773 |
| | 1 | 1 |
QHttpSocketEngine::socketDescriptorName: | QHttpSocketEngine::socketDescriptor | Prototype: | qintptr QHttpSocketEngine::socketDescriptor() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 123-127 |
| | 2 | 1 |
QHttpSocketEngine::waitForReadName: | QHttpSocketEngine::waitForRead | Prototype: | bool QHttpSocketEngine::waitForRead(int msecs, bool *timedOut) | Coverage: | 45.455% (15/33) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 358-394 |
| | 20 | 9 |
QHttpSocketEngine::waitForReadOrWriteName: | QHttpSocketEngine::waitForReadOrWrite | Prototype: | bool QHttpSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 432-451 |
| | 10 | 4 |
QHttpSocketEngine::waitForWriteName: | QHttpSocketEngine::waitForWrite | Prototype: | bool QHttpSocketEngine::waitForWrite(int msecs, bool *timedOut) | Coverage: | 75.000% (21/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 396-430 |
| | 15 | 8 |
QHttpSocketEngine::writeName: | QHttpSocketEngine::write | Prototype: | qint64 QHttpSocketEngine::write(const char *data, qint64 len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 252-256 |
| | 2 | 1 |
QHttpSocketEngine::writeDatagramName: | QHttpSocketEngine::writeDatagram | Prototype: | qint64 QHttpSocketEngine::writeDatagram(const char *, qint64, const QIpPacketHeader &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 300-306 |
| | 4 | 1 |
QHttpSocketEngineHandler::createSocketEngineName: | QHttpSocketEngineHandler::createSocketEngine | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 847-865 |
| | 9 | 4 |
QHttpSocketEngineHandler::createSocketEngineName: | QHttpSocketEngineHandler::createSocketEngine | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(qintptr, QObject *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 867-870 |
| | 1 | 1 |
QHttpSocketEnginePrivate::QHttpSocketEnginePrivateName: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate | Prototype: | QHttpSocketEnginePrivate::QHttpSocketEnginePrivate() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 828-841 |
| | 3 | 1 |
QHttpThreadDelegate::QHttpThreadDelegateName: | QHttpThreadDelegate::QHttpThreadDelegate | Prototype: | QHttpThreadDelegate::QHttpThreadDelegate(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 224-243 |
| | 2 | 1 |
QHttpThreadDelegate::abortRequestName: | QHttpThreadDelegate::abortRequest | Prototype: | void QHttpThreadDelegate::abortRequest() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 399-418 |
| | 8 | 3 |
QHttpThreadDelegate::cacheCredentialsSlotName: | QHttpThreadDelegate::cacheCredentialsSlot | Prototype: | void QHttpThreadDelegate::cacheCredentialsSlot(const QHttpNetworkRequest &request, QAuthenticator *authenticator) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 659-662 |
| | 1 | 1 |
QHttpThreadDelegate::dataReadProgressSlotName: | QHttpThreadDelegate::dataReadProgressSlot | Prototype: | void QHttpThreadDelegate::dataReadProgressSlot(qint64 done, qint64 total) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 648-657 |
| | 4 | 2 |
QHttpThreadDelegate::encryptedSlotName: | QHttpThreadDelegate::encryptedSlot | Prototype: | void QHttpThreadDelegate::encryptedSlot() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 666-673 |
| | 4 | 2 |
QHttpThreadDelegate::finishedSlotName: | QHttpThreadDelegate::finishedSlot | Prototype: | void QHttpThreadDelegate::finishedSlot() | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 478-514 |
| | 18 | 6 |
QHttpThreadDelegate::finishedWithErrorSlotName: | QHttpThreadDelegate::finishedWithErrorSlot | Prototype: | void QHttpThreadDelegate::finishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 539-559 |
| | 9 | 3 |
QHttpThreadDelegate::headerChangedSlotName: | QHttpThreadDelegate::headerChangedSlot | Prototype: | void QHttpThreadDelegate::headerChangedSlot() | Coverage: | 76.471% (13/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 585-628 |
| | 23 | 5 |
QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlotName: | QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot | Prototype: | void QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot(QSslPreSharedKeyAuthenticator *authenticator) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 691-697 |
| | 3 | 2 |
QHttpThreadDelegate::readBufferFreedName: | QHttpThreadDelegate::readBufferFreed | Prototype: | void QHttpThreadDelegate::readBufferFreed(qint64 size) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 432-439 |
| | 3 | 2 |
QHttpThreadDelegate::readBufferSizeChangedName: | QHttpThreadDelegate::readBufferSizeChanged | Prototype: | void QHttpThreadDelegate::readBufferSizeChanged(qint64 size) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 420-430 |
| | 4 | 2 |
QHttpThreadDelegate::readyReadSlotName: | QHttpThreadDelegate::readyReadSlot | Prototype: | void QHttpThreadDelegate::readyReadSlot() | Coverage: | 83.333% (20/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 441-476 |
| | 20 | 8 |
QHttpThreadDelegate::sslErrorsSlotName: | QHttpThreadDelegate::sslErrorsSlot | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 675-689 |
| | 10 | 4 |
QHttpThreadDelegate::startRequestName: | QHttpThreadDelegate::startRequest | Prototype: | void QHttpThreadDelegate::startRequest() | Coverage: | 87.500% (35/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 272-396 |
| | 62 | 12 |
QHttpThreadDelegate::startRequest::[lambda]Name: | QHttpThreadDelegate::startRequest::[lambda] | Prototype: | []() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 292-292 |
| | 0 | 1 |
QHttpThreadDelegate::startRequestSynchronouslyName: | QHttpThreadDelegate::startRequestSynchronously | Prototype: | void QHttpThreadDelegate::startRequestSynchronously() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 246-268 |
| | 8 | 1 |
QHttpThreadDelegate::synchronousAuthenticationRequiredSlotName: | QHttpThreadDelegate::synchronousAuthenticationRequiredSlot | Prototype: | void QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(const QHttpNetworkRequest &request, QAuthenticator *a) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 700-720 |
| | 9 | 3 |
QHttpThreadDelegate::synchronousFinishedSlotName: | QHttpThreadDelegate::synchronousFinishedSlot | Prototype: | void QHttpThreadDelegate::synchronousFinishedSlot() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 516-537 |
| | 11 | 3 |
QHttpThreadDelegate::synchronousFinishedWithErrorSlotName: | QHttpThreadDelegate::synchronousFinishedWithErrorSlot | Prototype: | void QHttpThreadDelegate::synchronousFinishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 562-578 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousHeaderChangedSlotName: | QHttpThreadDelegate::synchronousHeaderChangedSlot | Prototype: | void QHttpThreadDelegate::synchronousHeaderChangedSlot() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 630-645 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlotName: | QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot | Prototype: | void QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot(const QNetworkProxy &p, QAuthenticator *a) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 723-743 |
| | 8 | 3 |
QHttpThreadDelegate::~QHttpThreadDelegateName: | QHttpThreadDelegate::~QHttpThreadDelegate | Prototype: | QHttpThreadDelegate::~QHttpThreadDelegate() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 209-221 |
| | 4 | 3 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 445-453 |
| | 7 | 1 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 459-465 |
| | 5 | 1 |
QIODevice::QIODeviceName: | QIODevice::QIODevice | Prototype: | QIODevice::QIODevice(QIODevicePrivate &dd, QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 470-473 |
| | 2 | 1 |
QIODevice::atEndName: | QIODevice::atEnd | Prototype: | bool QIODevice::atEnd() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 910-920 |
| | 4 | 1 |
QIODevice::bytesAvailableName: | QIODevice::bytesAvailable | Prototype: | qint64 QIODevice::bytesAvailable() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 953-959 |
| | 4 | 2 |
QIODevice::bytesToWriteName: | QIODevice::bytesToWrite | Prototype: | qint64 QIODevice::bytesToWrite() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 970-973 |
| | 1 | 1 |
QIODevice::canReadLineName: | QIODevice::canReadLine | Prototype: | bool QIODevice::canReadLine() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1494-1499 |
| | 3 | 1 |
QIODevice::closeName: | QIODevice::close | Prototype: | void QIODevice::close() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 778-799 |
| | 11 | 2 |
QIODevice::commitTransactionName: | QIODevice::commitTransaction | Prototype: | void QIODevice::commitTransaction() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1537-1548 |
| | 8 | 3 |
QIODevice::currentReadChannelName: | QIODevice::currentReadChannel | Prototype: | int QIODevice::currentReadChannel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 649-652 |
| | 1 | 1 |
QIODevice::currentWriteChannelName: | QIODevice::currentWriteChannel | Prototype: | int QIODevice::currentWriteChannel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 703-706 |
| | 1 | 1 |
QIODevice::errorStringName: | QIODevice::errorString | Prototype: | QString QIODevice::errorString() const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1940-1951 |
| | 4 | 2 |
QIODevice::getCharName: | QIODevice::getChar | Prototype: | bool QIODevice::getChar(char *c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1811-1816 |
| | 2 | 1 |
QIODevice::isOpenName: | QIODevice::isOpen | Prototype: | bool QIODevice::isOpen() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 583-586 |
| | 1 | 1 |
QIODevice::isReadableName: | QIODevice::isReadable | Prototype: | bool QIODevice::isReadable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 597-600 |
| | 1 | 1 |
QIODevice::isSequentialName: | QIODevice::isSequential | Prototype: | bool QIODevice::isSequential() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 508-511 |
| | 1 | 1 |
QIODevice::isTextModeEnabledName: | QIODevice::isTextModeEnabled | Prototype: | bool QIODevice::isTextModeEnabled() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 570-573 |
| | 1 | 1 |
QIODevice::isTransactionStartedName: | QIODevice::isTransactionStarted | Prototype: | bool QIODevice::isTransactionStarted() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1582-1585 |
| | 1 | 1 |
QIODevice::isWritableName: | QIODevice::isWritable | Prototype: | bool QIODevice::isWritable() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 611-614 |
| | 1 | 1 |
QIODevice::openName: | QIODevice::open | Prototype: | bool QIODevice::open(OpenMode mode) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 756-770 |
| | 9 | 1 |
QIODevice::openModeName: | QIODevice::openMode | Prototype: | QIODevice::OpenMode QIODevice::openMode() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 519-522 |
| | 1 | 1 |
QIODevice::peekName: | QIODevice::peek | Prototype: | qint64 QIODevice::peek(char *data, qint64 maxSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1835-1838 |
| | 1 | 1 |
QIODevice::peekName: | QIODevice::peek | Prototype: | QByteArray QIODevice::peek(qint64 maxSize) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1857-1860 |
| | 1 | 1 |
QIODevice::posName: | QIODevice::pos | Prototype: | qint64 QIODevice::pos() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 814-821 |
| | 2 | 1 |
QIODevice::putCharName: | QIODevice::putChar | Prototype: | bool QIODevice::putChar(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1734-1737 |
| | 1 | 1 |
QIODevice::readName: | QIODevice::read | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | Coverage: | 96.040% (97/101) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 988-1141 |
| | 80 | 27 |
QIODevice::readName: | QIODevice::read | Prototype: | QByteArray QIODevice::read(qint64 maxSize) | Coverage: | 44.000% (11/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1154-1190 |
| | 19 | 8 |
QIODevice::readAllName: | QIODevice::readAll | Prototype: | QByteArray QIODevice::readAll() | Coverage: | 84.000% (21/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1200-1244 |
| | 25 | 7 |
QIODevice::readChannelCountName: | QIODevice::readChannelCount | Prototype: | int QIODevice::readChannelCount() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 624-627 |
| | 1 | 1 |
QIODevice::readLineName: | QIODevice::readLine | Prototype: | qint64 QIODevice::readLine(char *data, qint64 maxSize) | Coverage: | 70.149% (47/67) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1282-1382 |
| | 50 | 17 |
QIODevice::readLineName: | QIODevice::readLine | Prototype: | QByteArray QIODevice::readLine(qint64 maxSize) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1394-1434 |
| | 22 | 8 |
QIODevice::readLineDataName: | QIODevice::readLineData | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1453-1475 |
| | 13 | 4 |
QIODevice::resetName: | QIODevice::reset | Prototype: | bool QIODevice::reset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 933-939 |
| | 1 | 1 |