| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QHttpNetworkReply::errorString| Name: | QHttpNetworkReply::errorString | | Prototype: | QString QHttpNetworkReply::errorString() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 158-161 |
| | 1 | 1 |
QHttpNetworkReply::header| Name: | QHttpNetworkReply::header | | Prototype: | QList<QPair<QByteArray, QByteArray> > QHttpNetworkReply::header() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 113-116 |
| | 1 | 1 |
QHttpNetworkReply::headerField| Name: | QHttpNetworkReply::headerField | | Prototype: | QByteArray QHttpNetworkReply::headerField(const QByteArray &name, const QByteArray &defaultValue) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 118-121 |
| | 1 | 1 |
QHttpNetworkReply::isAborted| Name: | QHttpNetworkReply::isAborted | | Prototype: | bool QHttpNetworkReply::isAborted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 277-280 |
| | 1 | 1 |
QHttpNetworkReply::isFinished| Name: | QHttpNetworkReply::isFinished | | Prototype: | bool QHttpNetworkReply::isFinished() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 282-285 |
| | 1 | 1 |
QHttpNetworkReply::isPipeliningUsed| Name: | QHttpNetworkReply::isPipeliningUsed | | Prototype: | bool QHttpNetworkReply::isPipeliningUsed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 287-290 |
| | 1 | 1 |
QHttpNetworkReply::isRedirecting| Name: | QHttpNetworkReply::isRedirecting | | Prototype: | bool QHttpNetworkReply::isRedirecting() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 302-305 |
| | 1 | 1 |
QHttpNetworkReply::isSpdyUsed| Name: | QHttpNetworkReply::isSpdyUsed | | Prototype: | bool QHttpNetworkReply::isSpdyUsed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 292-295 |
| | 1 | 1 |
QHttpNetworkReply::majorVersion| Name: | QHttpNetworkReply::majorVersion | | Prototype: | int QHttpNetworkReply::majorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 174-177 |
| | 1 | 1 |
QHttpNetworkReply::minorVersion| Name: | QHttpNetworkReply::minorVersion | | Prototype: | int QHttpNetworkReply::minorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 179-182 |
| | 1 | 1 |
QHttpNetworkReply::reasonPhrase| Name: | QHttpNetworkReply::reasonPhrase | | Prototype: | QString QHttpNetworkReply::reasonPhrase() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 163-166 |
| | 1 | 1 |
QHttpNetworkReply::redirectUrl| Name: | QHttpNetworkReply::redirectUrl | | Prototype: | QUrl QHttpNetworkReply::redirectUrl() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 85-88 |
| | 1 | 1 |
QHttpNetworkReply::request| Name: | QHttpNetworkReply::request | | Prototype: | QHttpNetworkRequest QHttpNetworkReply::request() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 135-138 |
| | 1 | 1 |
QHttpNetworkReply::setSpdyWasUsed| Name: | QHttpNetworkReply::setSpdyWasUsed | | Prototype: | void QHttpNetworkReply::setSpdyWasUsed(bool spdy) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QHttpNetworkReply::statusCode| Name: | QHttpNetworkReply::statusCode | | Prototype: | int QHttpNetworkReply::statusCode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 147-150 |
| | 1 | 1 |
QHttpNetworkReply::url| Name: | QHttpNetworkReply::url | | Prototype: | QUrl QHttpNetworkReply::url() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 75-78 |
| | 1 | 1 |
QHttpNetworkReplyPrivate::bytesAvailable| Name: | QHttpNetworkReplyPrivate::bytesAvailable | | Prototype: | qint64 QHttpNetworkReplyPrivate::bytesAvailable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 381-384 |
| | 1 | 1 |
QHttpNetworkReplyPrivate::isChunked| Name: | QHttpNetworkReplyPrivate::isChunked | | Prototype: | bool QHttpNetworkReplyPrivate::isChunked() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 639-642 |
| | 1 | 1 |
QHttpNetworkReplyPrivate::isConnectionCloseEnabled| Name: | QHttpNetworkReplyPrivate::isConnectionCloseEnabled | | Prototype: | bool QHttpNetworkReplyPrivate::isConnectionCloseEnabled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 644-647 |
| | 1 | 1 |
QHttpNetworkReplyPrivate::shouldEmitSignals| Name: | QHttpNetworkReplyPrivate::shouldEmitSignals | | Prototype: | bool QHttpNetworkReplyPrivate::shouldEmitSignals() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 955-960 |
| | 1 | 1 |
QHttpNetworkRequest::contentLength| Name: | QHttpNetworkRequest::contentLength | | Prototype: | qint64 QHttpNetworkRequest::contentLength() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 248-251 |
| | 1 | 1 |
QHttpNetworkRequest::customVerb| Name: | QHttpNetworkRequest::customVerb | | Prototype: | QByteArray QHttpNetworkRequest::customVerb() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 294-297 |
| | 1 | 1 |
QHttpNetworkRequest::header| Name: | QHttpNetworkRequest::header | | Prototype: | QList<QPair<QByteArray, QByteArray> > QHttpNetworkRequest::header() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 258-261 |
| | 1 | 1 |
QHttpNetworkRequest::headerField| Name: | QHttpNetworkRequest::headerField | | Prototype: | QByteArray QHttpNetworkRequest::headerField(const QByteArray &name, const QByteArray &defaultValue) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 263-266 |
| | 1 | 1 |
QHttpNetworkRequest::isFollowRedirects| Name: | QHttpNetworkRequest::isFollowRedirects | | Prototype: | bool QHttpNetworkRequest::isFollowRedirects() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 228-231 |
| | 1 | 1 |
QHttpNetworkRequest::isPipeliningAllowed| Name: | QHttpNetworkRequest::isPipeliningAllowed | | Prototype: | bool QHttpNetworkRequest::isPipeliningAllowed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 314-317 |
| | 1 | 1 |
QHttpNetworkRequest::isPreConnect| Name: | QHttpNetworkRequest::isPreConnect | | Prototype: | bool QHttpNetworkRequest::isPreConnect() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 219-222 |
| | 1 | 1 |
QHttpNetworkRequest::isSPDYAllowed| Name: | QHttpNetworkRequest::isSPDYAllowed | | Prototype: | bool QHttpNetworkRequest::isSPDYAllowed() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 324-327 |
| | 1 | 1 |
QHttpNetworkRequest::isSsl| Name: | QHttpNetworkRequest::isSsl | | Prototype: | bool QHttpNetworkRequest::isSsl() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 210-213 |
| | 1 | 1 |
QHttpNetworkRequest::majorVersion| Name: | QHttpNetworkRequest::majorVersion | | Prototype: | int QHttpNetworkRequest::majorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 354-357 |
| | 1 | 1 |
QHttpNetworkRequest::minorVersion| Name: | QHttpNetworkRequest::minorVersion | | Prototype: | int QHttpNetworkRequest::minorVersion() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 359-362 |
| | 1 | 1 |
QHttpNetworkRequest::operation| Name: | QHttpNetworkRequest::operation | | Prototype: | QHttpNetworkRequest::Operation QHttpNetworkRequest::operation() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 284-287 |
| | 1 | 1 |
QHttpNetworkRequest::operator==| Name: | QHttpNetworkRequest::operator== | | Prototype: | bool QHttpNetworkRequest::operator==(const QHttpNetworkRequest &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 279-282 |
| | 1 | 1 |
QHttpNetworkRequest::priority| Name: | QHttpNetworkRequest::priority | | Prototype: | QHttpNetworkRequest::Priority QHttpNetworkRequest::priority() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 304-307 |
| | 1 | 1 |
QHttpNetworkRequest::redirectCount| Name: | QHttpNetworkRequest::redirectCount | | Prototype: | int QHttpNetworkRequest::redirectCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 238-241 |
| | 1 | 1 |
QHttpNetworkRequest::setContentLength| Name: | QHttpNetworkRequest::setContentLength | | Prototype: | void QHttpNetworkRequest::setContentLength(qint64 length) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 253-256 |
| | 1 | 1 |
QHttpNetworkRequest::setCustomVerb| Name: | QHttpNetworkRequest::setCustomVerb | | Prototype: | void QHttpNetworkRequest::setCustomVerb(const QByteArray &customVerb) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 299-302 |
| | 1 | 1 |
QHttpNetworkRequest::setFollowRedirects| Name: | QHttpNetworkRequest::setFollowRedirects | | Prototype: | void QHttpNetworkRequest::setFollowRedirects(bool followRedirect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 233-236 |
| | 1 | 1 |
QHttpNetworkRequest::setHeaderField| Name: | QHttpNetworkRequest::setHeaderField | | Prototype: | void QHttpNetworkRequest::setHeaderField(const QByteArray &name, const QByteArray &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 268-271 |
| | 1 | 1 |
QHttpNetworkRequest::setOperation| Name: | QHttpNetworkRequest::setOperation | | Prototype: | void QHttpNetworkRequest::setOperation(Operation operation) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 289-292 |
| | 1 | 1 |
QHttpNetworkRequest::setPipeliningAllowed| Name: | QHttpNetworkRequest::setPipeliningAllowed | | Prototype: | void QHttpNetworkRequest::setPipeliningAllowed(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 319-322 |
| | 1 | 1 |
QHttpNetworkRequest::setPreConnect| Name: | QHttpNetworkRequest::setPreConnect | | Prototype: | void QHttpNetworkRequest::setPreConnect(bool preConnect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QHttpNetworkRequest::setPriority| Name: | QHttpNetworkRequest::setPriority | | Prototype: | void QHttpNetworkRequest::setPriority(Priority priority) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 309-312 |
| | 1 | 1 |
QHttpNetworkRequest::setRedirectCount| Name: | QHttpNetworkRequest::setRedirectCount | | Prototype: | void QHttpNetworkRequest::setRedirectCount(int count) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 243-246 |
| | 1 | 1 |
QHttpNetworkRequest::setSPDYAllowed| Name: | QHttpNetworkRequest::setSPDYAllowed | | Prototype: | void QHttpNetworkRequest::setSPDYAllowed(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 329-332 |
| | 1 | 1 |
QHttpNetworkRequest::setSsl| Name: | QHttpNetworkRequest::setSsl | | Prototype: | void QHttpNetworkRequest::setSsl(bool s) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 214-217 |
| | 1 | 1 |
QHttpNetworkRequest::setUploadByteDevice| Name: | QHttpNetworkRequest::setUploadByteDevice | | Prototype: | void QHttpNetworkRequest::setUploadByteDevice(QNonContiguousByteDevice *bd) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 344-347 |
| | 1 | 1 |
QHttpNetworkRequest::setUrl| Name: | QHttpNetworkRequest::setUrl | | Prototype: | void QHttpNetworkRequest::setUrl(const QUrl &url) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 205-208 |
| | 1 | 1 |
QHttpNetworkRequest::setWithCredentials| Name: | QHttpNetworkRequest::setWithCredentials | | Prototype: | void QHttpNetworkRequest::setWithCredentials(bool b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 339-342 |
| | 1 | 1 |
QHttpNetworkRequest::uploadByteDevice| Name: | QHttpNetworkRequest::uploadByteDevice | | Prototype: | QNonContiguousByteDevice* QHttpNetworkRequest::uploadByteDevice() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 349-352 |
| | 1 | 1 |
QHttpNetworkRequest::url| Name: | QHttpNetworkRequest::url | | Prototype: | QUrl QHttpNetworkRequest::url() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 201-204 |
| | 1 | 1 |
QHttpNetworkRequest::withCredentials| Name: | QHttpNetworkRequest::withCredentials | | Prototype: | bool QHttpNetworkRequest::withCredentials() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkrequest.cpp | | Lines: | 334-337 |
| | 1 | 1 |
QHttpPart::operator==| Name: | QHttpPart::operator== | | Prototype: | bool QHttpPart::operator==(const QHttpPart &other) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 140-143 |
| | 1 | 1 |
QHttpPart::setBody| Name: | QHttpPart::setBody | | Prototype: | void QHttpPart::setBody(const QByteArray &body) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 190-193 |
| | 1 | 1 |
QHttpPart::setBodyDevice| Name: | QHttpPart::setBodyDevice | | Prototype: | void QHttpPart::setBodyDevice(QIODevice *device) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 210-213 |
| | 1 | 1 |
QHttpPart::setHeader| Name: | QHttpPart::setHeader | | Prototype: | void QHttpPart::setHeader(QNetworkRequest::KnownHeaders header, const QVariant &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 159-162 |
| | 1 | 1 |
QHttpPart::setRawHeader| Name: | QHttpPart::setRawHeader | | Prototype: | void QHttpPart::setRawHeader(const QByteArray &headerName, const QByteArray &headerValue) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 177-180 |
| | 1 | 1 |
QHttpPart::~QHttpPart| Name: | QHttpPart::~QHttpPart | | Prototype: | QHttpPart::~QHttpPart() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpmultipart.cpp | | Lines: | 112-115 |
| | 1 | 1 |
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: | 106-109 |
| | 1 | 1 |
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: | 278-281 |
| | 1 | 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: | 770-773 |
| | 1 | 1 |
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: | 867-870 |
| | 1 | 1 |
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: | 659-662 |
| | 1 | 1 |
QIODevice::bytesToWrite| Name: | 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::currentReadChannel| Name: | 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::currentWriteChannel| Name: | 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::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: | 583-586 |
| | 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: | 597-600 |
| | 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: | 508-511 |
| | 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: | 570-573 |
| | 1 | 1 |
QIODevice::isTransactionStarted| Name: | 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::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: | 611-614 |
| | 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: | 519-522 |
| | 1 | 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: | 1835-1838 |
| | 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: | 1857-1860 |
| | 1 | 1 |
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: | 1734-1737 |
| | 1 | 1 |
QIODevice::readChannelCount| Name: | 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::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: | 933-939 |
| | 1 | 1 |
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: | 1929-1932 |
| | 1 | 1 |
QIODevice::size| Name: | QIODevice::size | | Prototype: | qint64 QIODevice::size() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 832-835 |
| | 1 | 1 |
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: | 1682-1685 |
| | 1 | 1 |
QIODevice::writeChannelCount| Name: | QIODevice::writeChannelCount | | Prototype: | int QIODevice::writeChannelCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 637-640 |
| | 1 | 1 |
QIODevicePrivate::putCharHelper| Name: | 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: | 1742-1745 |
| | 1 | 1 |
QIPAddressUtils::toHex| Name: | 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: | 251-254 |
| | 1 | 1 |
QIcon::QIcon| Name: | 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: | 623-627 |
| | 1 | 1 |
QIcon::QIcon| Name: | 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: | 664-668 |
| | 1 | 1 |
QIcon::QIcon| Name: | 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: | 675-679 |
| | 1 | 1 |
QIcon::isDetached| Name: | QIcon::isDetached | | Prototype: | bool QIcon::isDetached() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 937-940 |
| | 1 | 1 |
QIcon::isNull| Name: | QIcon::isNull | | Prototype: | bool QIcon::isNull() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 930-933 |
| | 1 | 1 |
QIcon::setThemeName| Name: | QIcon::setThemeName | | Prototype: | void QIcon::setThemeName(const QString &name) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1126-1129 |
| | 1 | 1 |
QIcon::setThemeSearchPaths| Name: | QIcon::setThemeSearchPaths | | Prototype: | void QIcon::setThemeSearchPaths(const QStringList &paths) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1089-1092 |
| | 1 | 1 |
QIcon::themeName| Name: | QIcon::themeName | | Prototype: | QString QIcon::themeName() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1142-1145 |
| | 1 | 1 |
QIcon::themeSearchPaths| Name: | QIcon::themeSearchPaths | | Prototype: | QStringList QIcon::themeSearchPaths() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 1110-1113 |
| | 1 | 1 |
QIconCacheGtkReader::isValid| Name: | QIconCacheGtkReader::isValid | | Prototype: | bool isValid() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 172-172 |
| | 1 | 1 |
QIconDragEvent::QIconDragEvent| Name: | QIconDragEvent::QIconDragEvent | | Prototype: | QIconDragEvent::QIconDragEvent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 1726-1728 |
| | 1 | 1 |
QIconEngine::actualSize| Name: | QIconEngine::actualSize | | Prototype: | QSize QIconEngine::actualSize(const QSize &size, QIcon::Mode , QIcon::State ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | | Lines: | 81-84 |
| | 1 | 1 |
QIconEngine::key| Name: | QIconEngine::key | | Prototype: | QString QIconEngine::key() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | | Lines: | 206-209 |
| | 1 | 1 |
QIconEngine::read| Name: | QIconEngine::read | | Prototype: | bool QIconEngine::read(QDataStream &) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | | Lines: | 222-225 |
| | 1 | 1 |
QIconEngine::write| Name: | QIconEngine::write | | Prototype: | bool QIconEngine::write(QDataStream &) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | | Lines: | 233-236 |
| | 1 | 1 |
QIconLoader::findIconHelper::[lambda]| Name: | QIconLoader::findIconHelper::[lambda] | | Prototype: | [&](const QIconDirInfo &info) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 420-421 |
| | 1 | 1 |