Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 318-330 |
| | 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: | 105-115 |
| | 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: | 433-448 |
| | 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: | 456-462 |
| | 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: | 704-709 |
| | 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: | 476-510 |
| | 24 | 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: | 711-741 |
| | 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: | 516-669 |
| | 96 | 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: | 743-746 |
| | 1 | 1 |
QHttpSocketEngine::socketDescriptorName: | 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::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: | 332-368 |
| | 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: | 406-425 |
| | 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: | 370-404 |
| | 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: | 237-241 |
| | 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: | 279-282 |
| | 1 | 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: | 824-842 |
| | 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: | 844-847 |
| | 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: | 803-818 |
| | 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: | 218-237 |
| | 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: | 393-412 |
| | 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: | 653-656 |
| | 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: | 642-651 |
| | 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: | 660-667 |
| | 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: | 472-508 |
| | 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: | 533-553 |
| | 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: | 579-622 |
| | 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: | 685-691 |
| | 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: | 426-433 |
| | 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: | 414-424 |
| | 4 | 2 |
QHttpThreadDelegate::readyReadSlotName: | 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::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: | 669-683 |
| | 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: | 266-390 |
| | 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: | 286-286 |
| | 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: | 240-262 |
| | 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: | 694-714 |
| | 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: | 510-531 |
| | 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: | 556-572 |
| | 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: | 624-639 |
| | 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: | 717-737 |
| | 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: | 203-215 |
| | 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: | 378-386 |
| | 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: | 392-398 |
| | 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: | 403-406 |
| | 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: | 695-705 |
| | 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: | 738-744 |
| | 4 | 2 |
QIODevice::bytesToWriteName: | 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::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: | 1261-1264 |
| | 1 | 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: | 575-592 |
| | 8 | 2 |
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: | 1590-1601 |
| | 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: | 1461-1466 |
| | 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: | 516-519 |
| | 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: | 530-533 |
| | 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: | 441-444 |
| | 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: | 503-506 |
| | 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: | 544-547 |
| | 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: | 556-567 |
| | 6 | 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: | 452-455 |
| | 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: | 1485-1488 |
| | 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: | 1507-1510 |
| | 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: | 607-614 |
| | 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: | 1409-1412 |
| | 1 | 1 |
QIODevice::readName: | 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::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: | 929-971 |
| | 22 | 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: | 981-1023 |
| | 23 | 7 |
QIODevice::readLineName: | 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::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: | 1155-1201 |
| | 25 | 8 |
QIODevice::readLineDataName: | 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::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: | 718-724 |
| | 1 | 1 |
QIODevice::seekName: | 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::setErrorStringName: | 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::setOpenModeName: | 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::setTextModeEnabledName: | 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::sizeName: | 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::ungetCharName: | 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::waitForBytesWrittenName: | 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::waitForReadyReadName: | 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::writeName: | 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::writeName: | 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 |
QIODevicePrivate::QIODevicePrivateName: | 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 |
QIODevicePrivate::peekName: | 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::peekName: | 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::putCharHelperName: | QIODevicePrivate::putCharHelper | Prototype: | bool QIODevicePrivate::putCharHelper(char c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1417-1420 |
| | 1 | 1 |
QIPAddressUtils::checkedToAsciiName: | QIPAddressUtils::checkedToAscii | Prototype: | static const QChar *checkedToAscii(Buffer &buffer, const QChar *begin, const QChar *end) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 49-65 |
| | 11 | 3 |
QIPAddressUtils::numberName: | QIPAddressUtils::number | Prototype: | static QString number(quint8 val, int base = 10) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 42-46 |
| | 2 | 1 |
QIPAddressUtils::parseIp4Name: | QIPAddressUtils::parseIp4 | Prototype: | bool parseIp4(IPv4Address &address, const QChar *begin, const QChar *end) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 68-77 |
| | 6 | 2 |
QIPAddressUtils::parseIp4InternalName: | QIPAddressUtils::parseIp4Internal | Prototype: | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero) | Coverage: | 94.340% (50/53) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 79-121 |
| | 34 | 13 |
QIPAddressUtils::parseIp6Name: | QIPAddressUtils::parseIp6 | Prototype: | const QChar *parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) | Coverage: | 97.561% (80/82) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 146-243 |
| | 67 | 21 |
QIPAddressUtils::toHexName: | QIPAddressUtils::toHex | Prototype: | static inline QChar toHex(uchar c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 245-248 |
| | 1 | 1 |
QIPAddressUtils::toStringName: | QIPAddressUtils::toString | Prototype: | void toString(QString &appendTo, IPv4Address address) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 123-134 |
| | 7 | 1 |
QIPAddressUtils::toStringName: | QIPAddressUtils::toString | Prototype: | void toString(QString &appendTo, IPv6Address address) | Coverage: | 92.105% (70/76) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 250-349 |
| | 58 | 21 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 609-612 |
| | 2 | 1 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon(const QPixmap &pixmap) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 617-621 |
| | 1 | 1 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon(const QIcon &other) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 626-631 |
| | 2 | 2 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon(const QString &fileName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 658-662 |
| | 1 | 1 |
QIcon::QIconName: | QIcon::QIcon | Prototype: | QIcon::QIcon(QIconEngine *engine) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 669-673 |
| | 1 | 1 |
QIcon::actualSizeName: | QIcon::actualSize | Prototype: | QSize QIcon::actualSize(const QSize &size, Mode mode, State state) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 811-816 |
| | 3 | 2 |
QIcon::actualSizeName: | QIcon::actualSize | Prototype: | QSize QIcon::actualSize(QWindow *window, const QSize &size, Mode mode, State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 861-874 |
| | 7 | 3 |
QIcon::addFileName: | QIcon::addFile | Prototype: | void QIcon::addFile(const QString &fileName, const QSize &size, Mode mode, State state) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1005-1041 |
| | 20 | 9 |
QIcon::addPixmapName: | QIcon::addPixmap | Prototype: | void QIcon::addPixmap(const QPixmap &pixmap, Mode mode, State state) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 961-972 |
| | 7 | 3 |
QIcon::availableSizesName: | QIcon::availableSizes | Prototype: | QList<QSize> QIcon::availableSizes(Mode mode, State state) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1049-1054 |
| | 3 | 2 |