| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QOpenGL2PaintEngineEx::begin| Name: | QOpenGL2PaintEngineEx::begin | | Prototype: | bool QOpenGL2PaintEngineEx::begin(QPaintDevice *pdev) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 2054-2120 |
| | 41 | 5 |
QOpenGL2PaintEngineEx::QOpenGL2PaintEngineEx| Name: | QOpenGL2PaintEngineEx::QOpenGL2PaintEngineEx | | Prototype: | QOpenGL2PaintEngineEx::QOpenGL2PaintEngineEx() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1236-1239 |
| | 2 | 1 |
QOpenGL2PEXVertexArray::lineToArray| Name: | QOpenGL2PEXVertexArray::lineToArray | | Prototype: | void QOpenGL2PEXVertexArray::lineToArray(const GLfloat x, const GLfloat y) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 153-165 |
| | 9 | 5 |
QOpenGL2PEXVertexArray::clear| Name: | QOpenGL2PEXVertexArray::clear | | Prototype: | void QOpenGL2PEXVertexArray::clear() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 40-45 |
| | 3 | 1 |
QOpenGL2PEXVertexArray::boundingRect| Name: | QOpenGL2PEXVertexArray::boundingRect | | Prototype: | QOpenGLRect QOpenGL2PEXVertexArray::boundingRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 48-54 |
| | 3 | 2 |
QOpenGL2PEXVertexArray::addPath| Name: | QOpenGL2PEXVertexArray::addPath | | Prototype: | void QOpenGL2PEXVertexArray::addPath(const QVectorPath &path, GLfloat curveInverseScale, bool outline) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 80-151 |
| | 43 | 16 |
QOpenGL2PEXVertexArray::addClosingLine| Name: | QOpenGL2PEXVertexArray::addClosingLine | | Prototype: | void QOpenGL2PEXVertexArray::addClosingLine(int index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 56-61 |
| | 3 | 2 |
QOpenGL2PEXVertexArray::addCentroid| Name: | QOpenGL2PEXVertexArray::addCentroid | | Prototype: | void QOpenGL2PEXVertexArray::addCentroid(const QVectorPath &path, int subPathIndex) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl2pexvertexarray.cpp | | Lines: | 63-78 |
| | 9 | 2 |
QOpenGL2GradientCacheWrapper::cacheForContext| Name: | QOpenGL2GradientCacheWrapper::cacheForContext | | Prototype: | QOpenGL2GradientCache *cacheForContext(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 51-54 |
| | 2 | 1 |
QOpenGL2GradientCache::~QOpenGL2GradientCache| Name: | QOpenGL2GradientCache::~QOpenGL2GradientCache | | Prototype: | QOpenGL2GradientCache::~QOpenGL2GradientCache() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 68-71 |
| | 1 | 1 |
QOpenGL2GradientCache::invalidateResource| Name: | QOpenGL2GradientCache::invalidateResource | | Prototype: | void QOpenGL2GradientCache::invalidateResource() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 78-82 |
| | 2 | 1 |
QOpenGL2GradientCache::getBuffer| Name: | QOpenGL2GradientCache::getBuffer | | Prototype: | GLuint QOpenGL2GradientCache::getBuffer(const QGradient &gradient, qreal opacity) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 101-127 |
| | 15 | 5 |
QOpenGL2GradientCache::generateGradientColorTable| Name: | QOpenGL2GradientCache::generateGradientColorTable | | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, QRgba64 *colorTable, int size, qreal opacity) const | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 164-217 |
| | 36 | 9 |
QOpenGL2GradientCache::generateGradientColorTable| Name: | QOpenGL2GradientCache::generateGradientColorTable | | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, uint *colorTable, int size, qreal opacity) const | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 219-272 |
| | 36 | 9 |
QOpenGL2GradientCache::freeResource| Name: | QOpenGL2GradientCache::freeResource | | Prototype: | void QOpenGL2GradientCache::freeResource(QOpenGLContext *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 84-87 |
| | 1 | 1 |
QOpenGL2GradientCache::cleanCache| Name: | QOpenGL2GradientCache::cleanCache | | Prototype: | void QOpenGL2GradientCache::cleanCache() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 89-99 |
| | 7 | 2 |
QOpenGL2GradientCache::cacheForContext| Name: | QOpenGL2GradientCache::cacheForContext | | Prototype: | QOpenGL2GradientCache *QOpenGL2GradientCache::cacheForContext(QOpenGLContext *context) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 73-76 |
| | 1 | 1 |
QOpenGL2GradientCache::addCacheElement| Name: | QOpenGL2GradientCache::addCacheElement | | Prototype: | GLuint QOpenGL2GradientCache::addCacheElement(quint64 hash_val, const QGradient &gradient, qreal opacity) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 130-160 |
| | 21 | 4 |
QOpenGL2GradientCache::QOpenGL2GradientCache| Name: | QOpenGL2GradientCache::QOpenGL2GradientCache | | Prototype: | QOpenGL2GradientCache::QOpenGL2GradientCache(QOpenGLContext *ctx) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | | Lines: | 63-66 |
| | 2 | 1 |
QOffscreenSurfacePrivate::QOffscreenSurfacePrivate| Name: | QOffscreenSurfacePrivate::QOffscreenSurfacePrivate | | Prototype: | QOffscreenSurfacePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 91-100 |
| | 2 | 1 |
QOffscreenSurface::~QOffscreenSurface| Name: | QOffscreenSurface::~QOffscreenSurface | | Prototype: | QOffscreenSurface::~QOffscreenSurface() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 142-145 |
| | 1 | 1 |
QOffscreenSurface::surfaceType| Name: | QOffscreenSurface::surfaceType | | Prototype: | QOffscreenSurface::SurfaceType QOffscreenSurface::surfaceType() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 152-156 |
| | 2 | 1 |
QOffscreenSurface::surfaceHandle| Name: | QOffscreenSurface::surfaceHandle | | Prototype: | QPlatformSurface *QOffscreenSurface::surfaceHandle() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 363-370 |
| | 4 | 2 |
QOffscreenSurface::size| Name: | QOffscreenSurface::size | | Prototype: | QSize QOffscreenSurface::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 282-286 |
| | 2 | 1 |
QOffscreenSurface::setScreen| Name: | QOffscreenSurface::setScreen | | Prototype: | void QOffscreenSurface::setScreen(QScreen *newScreen) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 306-325 |
| | 15 | 7 |
QOffscreenSurface::setFormat| Name: | QOffscreenSurface::setFormat | | Prototype: | void QOffscreenSurface::setFormat(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 238-242 |
| | 2 | 1 |
QOffscreenSurface::screenDestroyed| Name: | QOffscreenSurface::screenDestroyed | | Prototype: | void QOffscreenSurface::screenDestroyed(QObject *object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 332-337 |
| | 3 | 2 |
QOffscreenSurface::screen| Name: | QOffscreenSurface::screen | | Prototype: | QScreen *QOffscreenSurface::screen() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 293-297 |
| | 2 | 1 |
QOffscreenSurface::requestedFormat| Name: | QOffscreenSurface::requestedFormat | | Prototype: | QSurfaceFormat QOffscreenSurface::requestedFormat() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 254-258 |
| | 2 | 1 |
QOffscreenSurface::isValid| Name: | QOffscreenSurface::isValid | | Prototype: | bool QOffscreenSurface::isValid() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 223-228 |
| | 3 | 1 |
QOffscreenSurface::handle| Name: | QOffscreenSurface::handle | | Prototype: | QPlatformOffscreenSurface *QOffscreenSurface::handle() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 352-356 |
| | 2 | 1 |
QOffscreenSurface::format| Name: | QOffscreenSurface::format | | Prototype: | QSurfaceFormat QOffscreenSurface::format() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 269-277 |
| | 6 | 3 |
QOffscreenSurface::destroy| Name: | QOffscreenSurface::destroy | | Prototype: | void QOffscreenSurface::destroy() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 200-214 |
| | 9 | 2 |
QOffscreenSurface::create| Name: | QOffscreenSurface::create | | Prototype: | void QOffscreenSurface::create() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 170-193 |
| | 15 | 4 |
QOffscreenSurface::QOffscreenSurface| Name: | QOffscreenSurface::QOffscreenSurface | | Prototype: | QOffscreenSurface::QOffscreenSurface(QScreen *targetScreen) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qoffscreensurface.cpp | | Lines: | 122-136 |
| | 6 | 2 |
QObjectPrivate::senderList| Name: | QObjectPrivate::senderList | | Prototype: | QObjectList QObjectPrivate::senderList() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 356-363 |
| | 5 | 2 |
QObjectPrivate::isSender| Name: | QObjectPrivate::isSender | | Prototype: | bool QObjectPrivate::isSender(const QObject *receiver, const char *signal) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 310-330 |
| | 14 | 6 |
QObjectData::dynamicMetaObject| Name: | QObjectData::dynamicMetaObject | | Prototype: | QMetaObject *QObjectData::dynamicMetaObject() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 193-196 |
| | 1 | 1 |
QObjectCleanupHandler::~QObjectCleanupHandler| Name: | QObjectCleanupHandler::~QObjectCleanupHandler | | Prototype: | QObjectCleanupHandler::~QObjectCleanupHandler() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 77-80 |
| | 1 | 1 |
QObjectCleanupHandler::remove| Name: | QObjectCleanupHandler::remove | | Prototype: | void QObjectCleanupHandler::remove(QObject *object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 104-111 |
| | 4 | 2 |
QObjectCleanupHandler::objectDestroyed| Name: | QObjectCleanupHandler::objectDestroyed | | Prototype: | void QObjectCleanupHandler::objectDestroyed(QObject *object) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 136-139 |
| | 1 | 1 |
QObjectCleanupHandler::isEmpty| Name: | QObjectCleanupHandler::isEmpty | | Prototype: | bool QObjectCleanupHandler::isEmpty() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 119-122 |
| | 1 | 1 |
QObjectCleanupHandler::clear| Name: | QObjectCleanupHandler::clear | | Prototype: | void QObjectCleanupHandler::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 130-134 |
| | 2 | 2 |
QObjectCleanupHandler::add| Name: | QObjectCleanupHandler::add | | Prototype: | QObject *QObjectCleanupHandler::add(QObject* object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobjectcleanuphandler.cpp | | Lines: | 88-96 |
| | 5 | 2 |
QObject::dumpObjectTree| Name: | QObject::dumpObjectTree | | Prototype: | void QObject::dumpObjectTree() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3981-3984 |
| | 1 | 1 |
QObject::dumpObjectInfo::[lambda]| Name: | QObject::dumpObjectInfo::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 4046-4046 |
| | 0 | 1 |
QNumberStyleAnimation::startValue| Name: | QNumberStyleAnimation::startValue | | Prototype: | qreal QNumberStyleAnimation::startValue() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 178-181 |
| | 1 | 1 |
QNumberStyleAnimation::setStartValue| Name: | QNumberStyleAnimation::setStartValue | | Prototype: | void QNumberStyleAnimation::setStartValue(qreal value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 183-186 |
| | 1 | 1 |
QNumberStyleAnimation::setEndValue| Name: | QNumberStyleAnimation::setEndValue | | Prototype: | void QNumberStyleAnimation::setEndValue(qreal value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 193-196 |
| | 1 | 1 |
QNumberStyleAnimation::isUpdateNeeded| Name: | QNumberStyleAnimation::isUpdateNeeded | | Prototype: | bool QNumberStyleAnimation::isUpdateNeeded() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 204-215 |
| | 6 | 3 |
QNumberStyleAnimation::endValue| Name: | QNumberStyleAnimation::endValue | | Prototype: | qreal QNumberStyleAnimation::endValue() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 188-191 |
| | 1 | 1 |
QNumberStyleAnimation::currentValue| Name: | QNumberStyleAnimation::currentValue | | Prototype: | qreal QNumberStyleAnimation::currentValue() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 198-202 |
| | 2 | 1 |
QNumberStyleAnimation::QNumberStyleAnimation| Name: | QNumberStyleAnimation::QNumberStyleAnimation | | Prototype: | QNumberStyleAnimation::QNumberStyleAnimation(QObject *target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | | Lines: | 172-176 |
| | 1 | 1 |
QNullBrushData::~QNullBrushData| Name: | QNullBrushData::~QNullBrushData | | Prototype: | ~QNullBrushData() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 349-354 |
| | 3 | 2 |
QNullBrushData::QNullBrushData| Name: | QNullBrushData::QNullBrushData | | Prototype: | QNullBrushData() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 343-348 |
| | 3 | 1 |
QNonContiguousByteDeviceIoDeviceImpl::pos| Name: | QNonContiguousByteDeviceIoDeviceImpl::pos | | Prototype: | qint64 QNonContiguousByteDeviceIoDeviceImpl::pos() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 394-400 |
| | 3 | 2 |
QNonContiguousByteDeviceFactory::createShared| Name: | QNonContiguousByteDeviceFactory::createShared | | Prototype: | QSharedPointer<QNonContiguousByteDevice> QNonContiguousByteDeviceFactory::createShared(QByteArray *byteArray) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 551-554 |
| | 1 | 1 |
QNonContiguousByteDeviceFactory::create| Name: | QNonContiguousByteDeviceFactory::create | | Prototype: | QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QIODevice *device) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 479-491 |
| | 3 | 2 |
QNonContiguousByteDeviceFactory::create| Name: | QNonContiguousByteDeviceFactory::create | | Prototype: | QNonContiguousByteDevice* QNonContiguousByteDeviceFactory::create(QSharedPointer<QRingBuffer> ringBuffer) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 519-522 |
| | 1 | 1 |
QNetworkSession::stop| Name: | QNetworkSession::stop | | Prototype: | void QNetworkSession::stop() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 382-386 |
| | 2 | 2 |
QNetworkSession::errorString| Name: | QNetworkSession::errorString | | Prototype: | QString QNetworkSession::errorString() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 463-466 |
| | 1 | 1 |
QNetworkSession::bytesWritten| Name: | QNetworkSession::bytesWritten | | Prototype: | quint64 QNetworkSession::bytesWritten() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 644-647 |
| | 1 | 1 |
QNetworkSession::bytesReceived| Name: | QNetworkSession::bytesReceived | | Prototype: | quint64 QNetworkSession::bytesReceived() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 663-666 |
| | 1 | 1 |
QNetworkSession::activeTime| Name: | QNetworkSession::activeTime | | Prototype: | quint64 QNetworkSession::activeTime() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 671-674 |
| | 1 | 1 |
QNetworkRequestPrivate::operator==| Name: | QNetworkRequestPrivate::operator== | | Prototype: | inline bool operator==(const QNetworkRequestPrivate &other) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 348-356 |
| | 5 | 1 |
QNetworkRequest::setPriority| Name: | QNetworkRequest::setPriority | | Prototype: | void QNetworkRequest::setPriority(Priority priority) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 669-672 |
| | 1 | 1 |
QNetworkReplyImplPrivate::sslErrors| Name: | QNetworkReplyImplPrivate::sslErrors | | Prototype: | void QNetworkReplyImplPrivate::sslErrors(const QList<QSslError> &errors) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 894-902 |
| | 2 | 1 |
QNetworkReplyImplPrivate::setDownloadBuffer| Name: | QNetworkReplyImplPrivate::setDownloadBuffer | | Prototype: | void QNetworkReplyImplPrivate::setDownloadBuffer(QSharedPointer<char> sp, qint64 size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 733-742 |
| | 6 | 1 |
QNetworkReplyImplPrivate::redirectionRequested| Name: | QNetworkReplyImplPrivate::redirectionRequested | | Prototype: | void QNetworkReplyImplPrivate::redirectionRequested(const QUrl &target) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 881-884 |
| | 1 | 1 |
QNetworkReplyImplPrivate::migrateBackend| Name: | QNetworkReplyImplPrivate::migrateBackend | | Prototype: | bool QNetworkReplyImplPrivate::migrateBackend() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1086-1125 |
| | 21 | 6 |
QNetworkReplyImplPrivate::initCacheSaveDevice| Name: | QNetworkReplyImplPrivate::initCacheSaveDevice | | Prototype: | void QNetworkReplyImplPrivate::initCacheSaveDevice() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 582-618 |
| | 21 | 5 |
QNetworkReplyImplPrivate::getDownloadBuffer| Name: | QNetworkReplyImplPrivate::getDownloadBuffer | | Prototype: | char* QNetworkReplyImplPrivate::getDownloadBuffer(qint64 size) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 712-731 |
| | 10 | 3 |
QNetworkReplyImplPrivate::encrypted| Name: | QNetworkReplyImplPrivate::encrypted | | Prototype: | void QNetworkReplyImplPrivate::encrypted() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 886-892 |
| | 2 | 1 |
QNetworkReplyImplPrivate::appendDownstreamDataDownloadBuffer| Name: | QNetworkReplyImplPrivate::appendDownstreamDataDownloadBuffer | | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamDataDownloadBuffer(qint64 bytesReceived, qint64 bytesTotal) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 745-777 |
| | 15 | 6 |
QNetworkReplyImplPrivate::appendDownstreamData| Name: | QNetworkReplyImplPrivate::appendDownstreamData | | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamData(const QByteArray &data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 697-705 |
| | 2 | 1 |
QNetworkReplyImplPrivate::_q_networkSessionStateChanged| Name: | QNetworkReplyImplPrivate::_q_networkSessionStateChanged | | Prototype: | void QNetworkReplyImplPrivate::_q_networkSessionStateChanged(QNetworkSession::State sessionState) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 319-327 |
| | 5 | 2 |
QNetworkReplyImplPrivate::_q_networkSessionFailed| Name: | QNetworkReplyImplPrivate::_q_networkSessionFailed | | Prototype: | void QNetworkReplyImplPrivate::_q_networkSessionFailed() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 329-343 |
| | 9 | 3 |
QNetworkReplyImplPrivate::_q_copyReadChannelFinished| Name: | QNetworkReplyImplPrivate::_q_copyReadChannelFinished | | Prototype: | void QNetworkReplyImplPrivate::_q_copyReadChannelFinished() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 223-226 |
| | 1 | 1 |
QNetworkReplyImplPrivate::_q_bufferOutgoingDataFinished| Name: | QNetworkReplyImplPrivate::_q_bufferOutgoingDataFinished | | Prototype: | void QNetworkReplyImplPrivate::_q_bufferOutgoingDataFinished() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 228-243 |
| | 6 | 2 |
QNetworkReplyImplPrivate::_q_bufferOutgoingData| Name: | QNetworkReplyImplPrivate::_q_bufferOutgoingData | | Prototype: | void QNetworkReplyImplPrivate::_q_bufferOutgoingData() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 245-286 |
| | 21 | 6 |
QNetworkReplyImpl::sslConfigurationImplementation| Name: | QNetworkReplyImpl::sslConfigurationImplementation | | Prototype: | void QNetworkReplyImpl::sslConfigurationImplementation(QSslConfiguration &configuration) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1006-1011 |
| | 3 | 2 |
QNetworkReplyImpl::ignoreSslErrorsImplementation| Name: | QNetworkReplyImpl::ignoreSslErrorsImplementation | | Prototype: | void QNetworkReplyImpl::ignoreSslErrorsImplementation(const QList<QSslError> &errors) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1027-1032 |
| | 3 | 2 |
QNetworkReplyImpl::ignoreSslErrors| Name: | QNetworkReplyImpl::ignoreSslErrors | | Prototype: | void QNetworkReplyImpl::ignoreSslErrors() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 1020-1025 |
| | 3 | 2 |
QNetworkReplyImpl::canReadLine| Name: | QNetworkReplyImpl::canReadLine | | Prototype: | bool QNetworkReplyImpl::canReadLine () const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 968-972 |
| | 2 | 1 |
QNetworkReplyImpl::abort| Name: | QNetworkReplyImpl::abort | | Prototype: | void QNetworkReplyImpl::abort() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 920-946 |
| | 16 | 6 |
QNetworkReplyHttpImplPrivate::setResumeOffset| Name: | QNetworkReplyHttpImplPrivate::setResumeOffset | | Prototype: | void QNetworkReplyHttpImplPrivate::setResumeOffset(quint64 offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1676-1679 |
| | 1 | 1 |
QNetworkReplyHttpImplPrivate::replyPreSharedKeyAuthenticationRequiredSlot| Name: | QNetworkReplyHttpImplPrivate::replyPreSharedKeyAuthenticationRequiredSlot | | Prototype: | void QNetworkReplyHttpImplPrivate::replyPreSharedKeyAuthenticationRequiredSlot(QSslPreSharedKeyAuthenticator *authenticator) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1355-1359 |
| | 2 | 1 |
QNetworkReplyHttpImplPrivate::migrateBackend| Name: | QNetworkReplyHttpImplPrivate::migrateBackend | | Prototype: | bool QNetworkReplyHttpImplPrivate::migrateBackend() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 2149-2183 |
| | 17 | 5 |
QNetworkReplyHttpImplPrivate::canResume| Name: | QNetworkReplyHttpImplPrivate::canResume | | Prototype: | bool QNetworkReplyHttpImplPrivate::canResume() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1648-1674 |
| | 13 | 6 |
QNetworkReplyHttpImplPrivate::_q_networkSessionStateChanged| Name: | QNetworkReplyHttpImplPrivate::_q_networkSessionStateChanged | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_networkSessionStateChanged(QNetworkSession::State sessionState) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1948-1956 |
| | 5 | 2 |
QNetworkReplyHttpImplPrivate::_q_networkSessionFailed| Name: | QNetworkReplyHttpImplPrivate::_q_networkSessionFailed | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_networkSessionFailed() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1958-1972 |
| | 9 | 3 |
QNetworkReplyHttpImpl::setSslConfigurationImplementation| Name: | QNetworkReplyHttpImpl::setSslConfigurationImplementation | | Prototype: | void QNetworkReplyHttpImpl::setSslConfigurationImplementation(const QSslConfiguration &newconfig) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 410-415 |
| | 1 | 1 |
QNetworkReplyFileImpl::size| Name: | QNetworkReplyFileImpl::size | | Prototype: | qint64 QNetworkReplyFileImpl::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyfileimpl.cpp | | Lines: | 166-170 |
| | 2 | 1 |
QNetworkReplyFileImpl::close| Name: | QNetworkReplyFileImpl::close | | Prototype: | void QNetworkReplyFileImpl::close() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyfileimpl.cpp | | Lines: | 139-144 |
| | 3 | 1 |
QNetworkReplyDataImpl::size| Name: | QNetworkReplyDataImpl::size | | Prototype: | qint64 QNetworkReplyDataImpl::size() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplydataimpl.cpp | | Lines: | 112-116 |
| | 2 | 1 |
QNetworkReplyDataImpl::close| Name: | QNetworkReplyDataImpl::close | | Prototype: | void QNetworkReplyDataImpl::close() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplydataimpl.cpp | | Lines: | 91-94 |
| | 1 | 1 |
QNetworkReplyDataImpl::abort| Name: | QNetworkReplyDataImpl::abort | | Prototype: | void QNetworkReplyDataImpl::abort() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplydataimpl.cpp | | Lines: | 96-99 |
| | 1 | 1 |
QNetworkReply::writeData| Name: | QNetworkReply::writeData | | Prototype: | qint64 QNetworkReply::writeData(const char *, qint64) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreply.cpp | | Lines: | 791-794 |
| | 1 | 1 |
QNetworkReply::rawHeaderPairs| Name: | QNetworkReply::rawHeaderPairs | | Prototype: | const QList<QNetworkReply::RawHeaderPair>& QNetworkReply::rawHeaderPairs() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreply.cpp | | Lines: | 639-643 |
| | 2 | 1 |
QNetworkReply::hasRawHeader| Name: | QNetworkReply::hasRawHeader | | Prototype: | bool QNetworkReply::hasRawHeader(const QByteArray &headerName) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreply.cpp | | Lines: | 605-609 |
| | 2 | 1 |