| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1425-1435 |
| | 7 | 3 |
QIODevicePrivate::peek| Name: | QIODevicePrivate::peek | | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1440-1451 |
| | 7 | 3 |
QIODevicePrivate::QIODevicePrivate| Name: | QIODevicePrivate::QIODevicePrivate | | Prototype: | QIODevicePrivate::QIODevicePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 144-153 |
| | 2 | 1 |
QIODevice::write| Name: | QIODevice::write | | Prototype: | qint64 QIODevice::write(const char *data, qint64 maxSize) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1273-1346 |
| | 14 | 8 |
QIODevice::write| Name: | QIODevice::write | | Prototype: | qint64 QIODevice::write(const char *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1364-1367 |
| | 1 | 1 |
QIODevice::waitForReadyRead| Name: | QIODevice::waitForReadyRead | | Prototype: | bool QIODevice::waitForReadyRead(int msecs) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1535-1539 |
| | 2 | 1 |
QIODevice::waitForBytesWritten| Name: | QIODevice::waitForBytesWritten | | Prototype: | bool QIODevice::waitForBytesWritten(int msecs) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1567-1571 |
| | 2 | 1 |
QIODevice::ungetChar| Name: | QIODevice::ungetChar | | Prototype: | void QIODevice::ungetChar(char c) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1388-1400 |
| | 5 | 4 |
QIODevice::size| Name: | QIODevice::size | | Prototype: | qint64 QIODevice::size() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 625-628 |
| | 1 | 1 |
QIODevice::setTextModeEnabled| Name: | QIODevice::setTextModeEnabled | | Prototype: | void QIODevice::setTextModeEnabled(bool enabled) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 485-496 |
| | 7 | 3 |
QIODevice::setOpenMode| Name: | QIODevice::setOpenMode | | Prototype: | void QIODevice::setOpenMode(OpenMode openMode) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 464-474 |
| | 5 | 2 |
QIODevice::setErrorString| Name: | QIODevice::setErrorString | | Prototype: | void QIODevice::setErrorString(const QString &str) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1579-1582 |
| | 1 | 1 |
QIODevice::seek| Name: | QIODevice::seek | | Prototype: | bool QIODevice::seek(qint64 pos) | | Coverage: | 72.222% (13/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 642-681 |
| | 18 | 6 |
QIODevice::reset| Name: | 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: | 718-724 |
| | 1 | 1 |
QIODevice::readLineData| Name: | QIODevice::readLineData | | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1220-1242 |
| | 13 | 4 |
QIODevice::readLine| Name: | QIODevice::readLine | | Prototype: | qint64 QIODevice::readLine(char *data, qint64 maxSize) | | Coverage: | 79.245% (42/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1061-1143 |
| | 38 | 13 |
QIODevice::readLine| Name: | 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: | 1155-1201 |
| | 25 | 8 |
QIODevice::readAll| Name: | 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: | 981-1023 |
| | 23 | 7 |
QIODevice::read| Name: | QIODevice::read | | Prototype: | qint64 QIODevice::read(char *data, qint64 maxSize) | | Coverage: | 95.349% (82/86) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 770-916 |
| | 73 | 26 |
QIODevice::read| Name: | 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: | 929-971 |
| | 22 | 8 |
QIODevice::putChar| Name: | 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: | 1409-1412 |
| | 1 | 1 |
QIODevice::pos| Name: | 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: | 607-614 |
| | 2 | 1 |
QIODevice::peek| Name: | 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: | 1485-1488 |
| | 1 | 1 |
QIODevice::peek| Name: | 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: | 1507-1510 |
| | 1 | 1 |
QIODevice::openMode| Name: | 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: | 452-455 |
| | 1 | 1 |
QIODevice::open| Name: | 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: | 556-567 |
| | 6 | 1 |
QIODevice::isWritable| Name: | 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: | 544-547 |
| | 1 | 1 |
QIODevice::isTextModeEnabled| Name: | 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: | 503-506 |
| | 1 | 1 |
QIODevice::isSequential| Name: | 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: | 441-444 |
| | 1 | 1 |
QIODevice::isReadable| Name: | 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: | 530-533 |
| | 1 | 1 |
QIODevice::isOpen| Name: | 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: | 516-519 |
| | 1 | 1 |
QIODevice::getChar| Name: | 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: | 1461-1466 |
| | 2 | 1 |
QIODevice::errorString| Name: | 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: | 1590-1601 |
| | 4 | 2 |
QIODevice::close| Name: | 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: | 575-592 |
| | 8 | 2 |
QIODevice::canReadLine| Name: | 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: | 1261-1264 |
| | 1 | 1 |
QIODevice::bytesToWrite| Name: | QIODevice::bytesToWrite | | Prototype: | qint64 QIODevice::bytesToWrite() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 752-755 |
| | 1 | 1 |
QIODevice::bytesAvailable| Name: | 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: | 738-744 |
| | 4 | 2 |
QIODevice::atEnd| Name: | 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: | 695-705 |
| | 4 | 1 |
QIODevice::QIODevice| Name: | 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: | 378-386 |
| | 7 | 1 |
QIODevice::QIODevice| Name: | 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: | 392-398 |
| | 5 | 1 |
QIODevice::QIODevice| Name: | 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: | 403-406 |
| | 2 | 1 |
QHttpThreadDelegate::~QHttpThreadDelegate| Name: | 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: | 203-215 |
| | 4 | 3 |
QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot| Name: | 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: | 717-737 |
| | 8 | 3 |
QHttpThreadDelegate::synchronousHeaderChangedSlot| Name: | 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: | 624-639 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedWithErrorSlot| Name: | 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: | 556-572 |
| | 8 | 2 |
QHttpThreadDelegate::synchronousFinishedSlot| Name: | 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: | 510-531 |
| | 11 | 3 |
QHttpThreadDelegate::synchronousAuthenticationRequiredSlot| Name: | 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: | 694-714 |
| | 9 | 3 |
QHttpThreadDelegate::startRequestSynchronously| Name: | 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: | 240-262 |
| | 8 | 1 |
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: | 286-286 |
| | 0 | 1 |
QHttpThreadDelegate::startRequest| Name: | 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: | 266-390 |
| | 62 | 12 |
QHttpThreadDelegate::sslErrorsSlot| Name: | 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: | 669-683 |
| | 10 | 4 |
QHttpThreadDelegate::readyReadSlot| Name: | QHttpThreadDelegate::readyReadSlot | | Prototype: | void QHttpThreadDelegate::readyReadSlot() | | Coverage: | 91.667% (22/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 435-470 |
| | 20 | 8 |
QHttpThreadDelegate::readBufferSizeChanged| Name: | 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: | 414-424 |
| | 4 | 2 |
QHttpThreadDelegate::readBufferFreed| Name: | 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: | 426-433 |
| | 3 | 2 |
QHttpThreadDelegate::preSharedKeyAuthenticationRequiredSlot| Name: | 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: | 685-691 |
| | 3 | 2 |
QHttpThreadDelegate::headerChangedSlot| Name: | 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: | 579-622 |
| | 23 | 5 |
QHttpThreadDelegate::finishedWithErrorSlot| Name: | 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: | 533-553 |
| | 9 | 3 |
QHttpThreadDelegate::finishedSlot| Name: | 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: | 472-508 |
| | 18 | 6 |
QHttpThreadDelegate::encryptedSlot| Name: | 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: | 660-667 |
| | 4 | 2 |
QHttpThreadDelegate::dataReadProgressSlot| Name: | 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: | 642-651 |
| | 4 | 2 |
QHttpThreadDelegate::cacheCredentialsSlot| Name: | 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: | 653-656 |
| | 1 | 1 |
QHttpThreadDelegate::abortRequest| Name: | 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: | 393-412 |
| | 8 | 3 |
QHttpThreadDelegate::QHttpThreadDelegate| Name: | 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: | 218-237 |
| | 2 | 1 |
QHttpSocketEnginePrivate::QHttpSocketEnginePrivate| Name: | 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: | 803-818 |
| | 3 | 1 |
QHttpSocketEngineHandler::createSocketEngine| Name: | 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: | 824-842 |
| | 9 | 4 |
QHttpSocketEngineHandler::createSocketEngine| Name: | 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: | 844-847 |
| | 1 | 1 |
QHttpSocketEngine::writeDatagram| Name: | 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: | 279-282 |
| | 1 | 1 |
QHttpSocketEngine::write| Name: | 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: | 237-241 |
| | 2 | 1 |
QHttpSocketEngine::waitForWrite| Name: | 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: | 370-404 |
| | 15 | 8 |
QHttpSocketEngine::waitForReadOrWrite| Name: | 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: | 406-425 |
| | 10 | 4 |
QHttpSocketEngine::waitForRead| Name: | 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: | 332-368 |
| | 20 | 9 |
QHttpSocketEngine::socketDescriptor| Name: | QHttpSocketEngine::socketDescriptor | | Prototype: | qintptr QHttpSocketEngine::socketDescriptor() const | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 117-121 |
| | 2 | 1 |
QHttpSocketEngine::slotSocketStateChanged| Name: | 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: | 743-746 |
| | 1 | 1 |
QHttpSocketEngine::slotSocketReadNotification| Name: | 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: | 516-669 |
| | 96 | 29 |
QHttpSocketEngine::slotSocketError| Name: | 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: | 711-741 |
| | 20 | 8 |
QHttpSocketEngine::slotSocketConnected| Name: | 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: | 476-510 |
| | 24 | 4 |
QHttpSocketEngine::slotSocketBytesWritten| Name: | 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: | 704-709 |
| | 3 | 2 |
QHttpSocketEngine::setWriteNotificationEnabled| Name: | 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: | 456-462 |
| | 4 | 2 |
QHttpSocketEngine::setReadNotificationEnabled| Name: | 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: | 433-448 |
| | 9 | 5 |
QHttpSocketEngine::setProxy| Name: | 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: | 105-115 |
| | 8 | 3 |
QHttpSocketEngine::setOption| Name: | 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: | 318-330 |
| | 8 | 4 |
QHttpSocketEngine::setMulticastInterface| Name: | 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: | 266-271 |
| | 3 | 1 |
QHttpSocketEngine::setExceptionNotificationEnabled| Name: | 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: | 470-474 |
| | 2 | 1 |
QHttpSocketEngine::readHttpHeader| Name: | 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: | 671-702 |
| | 22 | 9 |
QHttpSocketEngine::readDatagram| Name: | 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: | 274-277 |
| | 1 | 1 |
QHttpSocketEngine::read| Name: | 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: | 214-235 |
| | 12 | 3 |
QHttpSocketEngine::pendingDatagramSize| Name: | 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: | 289-292 |
| | 1 | 1 |
QHttpSocketEngine::option| Name: | 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: | 305-316 |
| | 7 | 4 |
QHttpSocketEngine::multicastInterface| Name: | 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: | 261-264 |
| | 1 | 1 |
QHttpSocketEngine::listen| Name: | 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: | 188-191 |
| | 1 | 1 |
QHttpSocketEngine::leaveMulticastGroup| Name: | 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: | 253-259 |
| | 3 | 1 |
QHttpSocketEngine::joinMulticastGroup| Name: | 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: | 245-251 |
| | 3 | 1 |
QHttpSocketEngine::isWriteNotificationEnabled| Name: | 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: | 450-454 |
| | 2 | 1 |
QHttpSocketEngine::isValid| Name: | 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: | 123-127 |
| | 2 | 1 |
QHttpSocketEngine::isReadNotificationEnabled| Name: | 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: | 427-431 |
| | 2 | 1 |
QHttpSocketEngine::isExceptionNotificationEnabled| Name: | 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: | 464-468 |
| | 2 | 1 |
QHttpSocketEngine::initialize| Name: | 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: | 59-98 |
| | 28 | 2 |
QHttpSocketEngine::initialize| Name: | 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: | 100-103 |
| | 1 | 1 |
QHttpSocketEngine::hasPendingDatagrams| Name: | 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: | 284-287 |
| | 1 | 1 |
QHttpSocketEngine::emitWriteNotification| Name: | 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: | 784-792 |
| | 5 | 2 |