| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPixmapIconEngine::write| Name: | QPixmapIconEngine::write | | Prototype: | bool QPixmapIconEngine::write(QDataStream &out) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 486-501 |
| | 11 | 3 |
QPixmap::fill| Name: | QPixmap::fill | | Prototype: | void QPixmap::fill(const QColor &color) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 929-953 |
| | 11 | 4 |
QPersistentModelIndexData::create| Name: | QPersistentModelIndexData::create | | Prototype: | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 49-64 |
| | 11 | 2 |
QPdfEnginePrivate::xprintf| Name: | QPdfEnginePrivate::xprintf | | Prototype: | void QPdfEnginePrivate::xprintf(const char* fmt, ...) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1804-1822 |
| | 11 | 2 |
QPdfEnginePrivate::newPage| Name: | QPdfEnginePrivate::newPage | | Prototype: | void QPdfEnginePrivate::newPage() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 2710-2725 |
| | 11 | 2 |
QPdfEngine::drawPoints| Name: | QPdfEngine::drawPoints | | Prototype: | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 758-774 |
| | 11 | 3 |
QPdfEngine::drawLines| Name: | QPdfEngine::drawLines | | Prototype: | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 776-791 |
| | 11 | 3 |
QPainterPath::angleAtPercent| Name: | QPainterPath::angleAtPercent | | Prototype: | qreal QPainterPath::angleAtPercent(qreal t) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 3013-3030 |
| | 11 | 2 |
QPainterPath::addPath| Name: | QPainterPath::addPath | | Prototype: | void QPainterPath::addPath(const QPainterPath &other) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1217-1236 |
| | 11 | 3 |
QPainter::~QPainter| Name: | QPainter::~QPainter | | Prototype: | QPainter::~QPainter() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1479-1498 |
| | 11 | 5 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(const QColor &color) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3836-3858 |
| | 11 | 4 |
QPainter::setPen| Name: | QPainter::setPen | | Prototype: | void QPainter::setPen(Qt::PenStyle style) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3904-3924 |
| | 11 | 4 |
QPainter::setOpacity| Name: | QPainter::setOpacity | | Prototype: | void QPainter::setOpacity(qreal opacity) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2065-2085 |
| | 11 | 4 |
QPainter::save| Name: | QPainter::save | | Prototype: | void QPainter::save() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 1565-1586 |
| | 11 | 3 |
QPainter::drawPath| Name: | QPainter::drawPath | | Prototype: | void QPainter::drawPath(const QPainterPath &path) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3367-3395 |
| | 11 | 4 |
QPaintEngineEx::drawRects| Name: | QPaintEngineEx::drawRects | | Prototype: | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 704-719 |
| | 11 | 2 |
QPaintEngineEx::drawRects| Name: | QPaintEngineEx::drawRects | | Prototype: | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 721-735 |
| | 11 | 2 |
QPaintEngineEx::drawLines| Name: | QPaintEngineEx::drawLines | | Prototype: | void QPaintEngineEx::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 780-797 |
| | 11 | 3 |
QPaintEngine::drawPoints| Name: | QPaintEngine::drawPoints | | Prototype: | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | | Lines: | 470-485 |
| | 11 | 3 |
QPMCache::replace| Name: | QPMCache::replace | | Prototype: | bool QPMCache::replace(const QPixmapCache::Key &key, const QPixmap &pixmap, int cost) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 352-372 |
| | 11 | 3 |
QOpenGLWindow::makeCurrent| Name: | QOpenGLWindow::makeCurrent | | Prototype: | void QOpenGLWindow::makeCurrent() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | | Lines: | 420-441 |
| | 11 | 4 |
QOpenGLWidgetPrivate::invokeUserPaint| Name: | QOpenGLWidgetPrivate::invokeUserPaint | | Prototype: | void QOpenGLWidgetPrivate::invokeUserPaint() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | | Lines: | 806-823 |
| | 11 | 1 |
QOpenGLWidget::resizeEvent| Name: | QOpenGLWidget::resizeEvent | | Prototype: | void QOpenGLWidget::resizeEvent(QResizeEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | | Lines: | 1157-1174 |
| | 11 | 3 |
QOpenGLTimeMonitorPrivate::recordSample| Name: | QOpenGLTimeMonitorPrivate::recordSample | | Prototype: | void QOpenGLTimeMonitorPrivate::recordSample() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 559-581 |
| | 11 | 5 |
QOpenGLTimeMonitorPrivate::intervals| Name: | QOpenGLTimeMonitorPrivate::intervals | | Prototype: | QVector<GLuint64> QOpenGLTimeMonitorPrivate::intervals() const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 608-630 |
| | 11 | 5 |
QOpenGLTextureGlyphCache::clear| Name: | QOpenGLTextureGlyphCache::clear | | Prototype: | void QOpenGLTextureGlyphCache::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 443-458 |
| | 11 | 2 |
QOpenGLTextureBlitter::targetTransform| Name: | QOpenGLTextureBlitter::targetTransform | | Prototype: | QMatrix4x4 QOpenGLTextureBlitter::targetTransform(const QRectF &target, const QRect &viewport) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | | Lines: | 437-455 |
| | 11 | 1 |
QOpenGLTexture::setSamples| Name: | QOpenGLTexture::setSamples | | Prototype: | void QOpenGLTexture::setSamples(int samples) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2832-2861 |
| | 11 | 13 |
QOpenGLTexture::setMipLevels| Name: | QOpenGLTexture::setMipLevels | | Prototype: | void QOpenGLTexture::setMipLevels(int levels) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2700-2728 |
| | 11 | 13 |
QOpenGLTexture::setLayers| Name: | QOpenGLTexture::setLayers | | Prototype: | void QOpenGLTexture::setLayers(int layers) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2764-2792 |
| | 11 | 13 |
QOpenGLTexture::setFixedSamplePositions| Name: | QOpenGLTexture::setFixedSamplePositions | | Prototype: | void QOpenGLTexture::setFixedSamplePositions(bool fixed) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2894-2923 |
| | 11 | 13 |
QOpenGLShaderProgram::bind| Name: | QOpenGLShaderProgram::bind | | Prototype: | bool QOpenGLShaderProgram::bind() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1101-1117 |
| | 11 | 4 |
QOpenGLFramebufferObject::setAttachment| Name: | QOpenGLFramebufferObject::setAttachment | | Prototype: | void QOpenGLFramebufferObject::setAttachment(QOpenGLFramebufferObject::Attachment attachment) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 1556-1571 |
| | 11 | 4 |
QOpenGLFramebufferObject::addColorAttachment| Name: | QOpenGLFramebufferObject::addColorAttachment | | Prototype: | void QOpenGLFramebufferObject::addColorAttachment(const QSize &size, GLenum internalFormat) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 989-1008 |
| | 11 | 3 |
QOpenGLDebugLoggerPrivate::handleMessage| Name: | QOpenGLDebugLoggerPrivate::handleMessage | | Prototype: | void QOpenGLDebugLoggerPrivate::handleMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *rawMessage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1172-1195 |
| | 11 | 2 |
QOpenGLCustomShaderStage::setOnPainter| Name: | QOpenGLCustomShaderStage::setOnPainter | | Prototype: | bool QOpenGLCustomShaderStage::setOnPainter(QPainter* p) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglcustomshaderstage.cpp | | Lines: | 76-92 |
| | 11 | 3 |
QOpenGLBuffer::bind| Name: | QOpenGLBuffer::bind | | Prototype: | bool QOpenGLBuffer::bind() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | | Lines: | 419-439 |
| | 11 | 4 |
QOpenGL2PaintEngineEx::stroke| Name: | QOpenGL2PaintEngineEx::stroke | | Prototype: | void QOpenGL2PaintEngineEx::stroke(const QVectorPath &path, const QPen &pen) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1259-1277 |
| | 11 | 3 |
QOpenGL2PaintEngineEx::end| Name: | QOpenGL2PaintEngineEx::end | | Prototype: | bool QOpenGL2PaintEngineEx::end() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 2122-2152 |
| | 11 | 1 |
QOpenGL2PaintEngineEx::drawTexture| Name: | QOpenGL2PaintEngineEx::drawTexture | | Prototype: | bool QOpenGL2PaintEngineEx::drawTexture(const QRectF &dest, GLuint textureId, const QSize &size, const QRectF &src) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1538-1556 |
| | 11 | 2 |
QObject::installEventFilter| Name: | QObject::installEventFilter | | Prototype: | void QObject::installEventFilter(QObject *obj) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2056-2073 |
| | 11 | 4 |
QNonContiguousByteDeviceIoDeviceImpl::reset| Name: | QNonContiguousByteDeviceIoDeviceImpl::reset | | Prototype: | bool QNonContiguousByteDeviceIoDeviceImpl::reset() | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 366-382 |
| | 11 | 3 |
QNetworkSession::sessionProperty| Name: | QNetworkSession::sessionProperty | | Prototype: | QVariant QNetworkSession::sessionProperty(const QString &key) const | | Coverage: | 36.364% (8/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworksession.cpp | | Lines: | 535-554 |
| | 11 | 6 |
QNetworkReplyImplPrivate::metaDataChanged| Name: | QNetworkReplyImplPrivate::metaDataChanged | | Prototype: | void QNetworkReplyImplPrivate::metaDataChanged() | | Coverage: | 18.182% (2/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 863-879 |
| | 11 | 3 |
QNetworkReplyImplPrivate::emitUploadProgress| Name: | QNetworkReplyImplPrivate::emitUploadProgress | | Prototype: | void QNetworkReplyImplPrivate::emitUploadProgress(qint64 bytesSent, qint64 bytesTotal) | | Coverage: | 83.333% (10/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 550-570 |
| | 11 | 4 |
QNetworkReplyImplPrivate::appendDownstreamData| Name: | QNetworkReplyImplPrivate::appendDownstreamData | | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamData(QIODevice *data) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 676-695 |
| | 11 | 3 |
QNetworkReplyImpl::close| Name: | QNetworkReplyImpl::close | | Prototype: | void QNetworkReplyImpl::close() | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 948-966 |
| | 11 | 4 |
QNetworkReplyHttpImplPrivate::_q_metaDataChanged| Name: | QNetworkReplyHttpImplPrivate::_q_metaDataChanged | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_metaDataChanged() | | Coverage: | 72.727% (8/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 2125-2143 |
| | 11 | 3 |
QNetworkReplyHttpImpl::abort| Name: | QNetworkReplyHttpImpl::abort | | Prototype: | void QNetworkReplyHttpImpl::abort() | | Coverage: | 66.667% (8/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 263-286 |
| | 11 | 4 |
QNetworkReplyFileImpl::readData| Name: | QNetworkReplyFileImpl::readData | | Prototype: | qint64 QNetworkReplyFileImpl::readData(char *data, qint64 maxlen) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyfileimpl.cpp | | Lines: | 175-190 |
| | 11 | 4 |
QNetworkHeadersPrivate::setRawHeaderInternal| Name: | QNetworkHeadersPrivate::setRawHeaderInternal | | Prototype: | void QNetworkHeadersPrivate::setRawHeaderInternal(const QByteArray &key, const QByteArray &value) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 988-1005 |
| | 11 | 4 |
QNetworkDiskCachePrivate::removeFile| Name: | QNetworkDiskCachePrivate::removeFile | | Prototype: | bool QNetworkDiskCachePrivate::removeFile(const QString &file) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 335-352 |
| | 11 | 4 |
QNetworkConfigurationManagerPrivate::configurationRemoved| Name: | QNetworkConfigurationManagerPrivate::configurationRemoved | | Prototype: | void QNetworkConfigurationManagerPrivate::configurationRemoved(QNetworkConfigurationPrivatePointer ptr) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | | Lines: | 323-340 |
| | 11 | 3 |
QNetworkAuthenticationCache::insert| Name: | QNetworkAuthenticationCache::insert | | Prototype: | void insert(const QString &domain, const QString &user, const QString &password) | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessauthenticationmanager.cpp | | Lines: | 72-90 |
| | 11 | 3 |
QNetworkAccessManagerPrivate::queryProxy| Name: | QNetworkAccessManagerPrivate::queryProxy | | Prototype: | QList<QNetworkProxy> QNetworkAccessManagerPrivate::queryProxy(const QNetworkProxyQuery &query) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1487-1505 |
| | 11 | 4 |
QNetworkAccessManagerPrivate::findBackend| Name: | QNetworkAccessManagerPrivate::findBackend | | Prototype: | QNetworkAccessBackend *QNetworkAccessManagerPrivate::findBackend(QNetworkAccessManager::Operation op, const QNetworkRequest &request) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | | Lines: | 86-103 |
| | 11 | 4 |
QNetworkAccessManager::connectToHostEncrypted| Name: | QNetworkAccessManager::connectToHostEncrypted | | Prototype: | void QNetworkAccessManager::connectToHostEncrypted(const QString &hostName, quint16 port, const QSslConfiguration &sslConfiguration) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1033-1051 |
| | 11 | 3 |
QNativeSocketEnginePrivate::nativeSelect| Name: | QNativeSocketEnginePrivate::nativeSelect | | Prototype: | int QNativeSocketEnginePrivate::nativeSelect(int timeout, bool selectForRead) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 1258-1275 |
| | 11 | 2 |
QNativeSocketEnginePrivate::nativePendingDatagramSize| Name: | QNativeSocketEnginePrivate::nativePendingDatagramSize | | Prototype: | qint64 QNativeSocketEnginePrivate::nativePendingDatagramSize() const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 802-827 |
| | 11 | 4 |
QNativeSocketEngine::joinMulticastGroup| Name: | QNativeSocketEngine::joinMulticastGroup | | Prototype: | bool QNativeSocketEngine::joinMulticastGroup(const QHostAddress &groupAddress, const QNetworkInterface &iface) | | Coverage: | 58.824% (10/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | | Lines: | 704-725 |
| | 11 | 5 |
QMoviePrivate::reset| Name: | QMoviePrivate::reset | | Prototype: | void QMoviePrivate::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | | Lines: | 278-291 |
| | 11 | 2 |
QMimeDatabasePrivate::findByData| Name: | QMimeDatabasePrivate::findByData | | Prototype: | QMimeType QMimeDatabasePrivate::findByData(const QByteArray &data, int *accuracyPtr) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimedatabase.cpp | | Lines: | 133-152 |
| | 11 | 4 |
QMimeData::urls| Name: | QMimeData::urls | | Prototype: | QList<QUrl> QMimeData::urls() const | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 325-340 |
| | 11 | 5 |
QMimeBinaryProvider::loadMimeTypeList| Name: | QMimeBinaryProvider::loadMimeTypeList | | Prototype: | void QMimeBinaryProvider::loadMimeTypeList() | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 519-538 |
| | 11 | 5 |
QMimeBinaryProvider::isValid| Name: | QMimeBinaryProvider::isValid | | Prototype: | bool QMimeBinaryProvider::isValid() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 187-209 |
| | 11 | 4 |
QMetaType::typeName| Name: | QMetaType::typeName | | Prototype: | const char *QMetaType::typeName(int typeId) | | Coverage: | 98.758% (159/161) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 830-854 |
| | 11 | 78 |
QMetaStringTable::writeBlob| Name: | QMetaStringTable::writeBlob | | Prototype: | void QMetaStringTable::writeBlob(char *out) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1134-1153 |
| | 11 | 3 |
QMetaObjectBuilder::toRelocatableData| Name: | QMetaObjectBuilder::toRelocatableData | | Prototype: | QByteArray QMetaObjectBuilder::toRelocatableData(bool *ok) const | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1519-1534 |
| | 11 | 4 |
QMetaObject::checkConnectArgs| Name: | QMetaObject::checkConnectArgs | | Prototype: | bool QMetaObject::checkConnectArgs(const char *signal, const char *method) | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1193-1206 |
| | 11 | 5 |
QMessageLogger::warning| Name: | QMessageLogger::warning | | Prototype: | void QMessageLogger::warning(const QLoggingCategory &cat, const char *msg, ...) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 567-583 |
| | 11 | 3 |
QMessageLogger::info| Name: | QMessageLogger::info | | Prototype: | void QMessageLogger::info(const QLoggingCategory &cat, const char *msg, ...) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 449-465 |
| | 11 | 3 |
QMessageLogger::debug| Name: | QMessageLogger::debug | | Prototype: | void QMessageLogger::debug(const QLoggingCategory &cat, const char *msg, ...) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 338-354 |
| | 11 | 3 |
QMessageLogger::critical| Name: | QMessageLogger::critical | | Prototype: | void QMessageLogger::critical(const QLoggingCategory &cat, const char *msg, ...) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 683-699 |
| | 11 | 3 |
QMessageBox::changeEvent| Name: | QMessageBox::changeEvent | | Prototype: | void QMessageBox::changeEvent(QEvent *ev) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1417-1445 |
| | 11 | 7 |
QMenu::~QMenu| Name: | QMenu::~QMenu | | Prototype: | QMenu::~QMenu() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1498-1515 |
| | 11 | 5 |
QMdiSubWindowPrivate::setMinimizeMode| Name: | QMdiSubWindowPrivate::setMinimizeMode | | Prototype: | void QMdiSubWindowPrivate::setMinimizeMode() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1221-1244 |
| | 11 | 1 |
QMdiArea::setActiveSubWindow| Name: | QMdiArea::setActiveSubWindow | | Prototype: | void QMdiArea::setActiveSubWindow(QMdiSubWindow *window) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1826-1845 |
| | 11 | 4 |
QMapNodeBase::previousNode| Name: | QMapNodeBase::previousNode | | Prototype: | const QMapNodeBase *QMapNodeBase::previousNode() const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 65-81 |
| | 11 | 4 |
QMapNodeBase::nextNode| Name: | QMapNodeBase::nextNode | | Prototype: | const QMapNodeBase *QMapNodeBase::nextNode() const | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qmap.cpp | | Lines: | 47-63 |
| | 11 | 4 |
QMainWindowTabBar::event| Name: | QMainWindowTabBar::event | | Prototype: | bool QMainWindowTabBar::event(QEvent *e) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1608-1624 |
| | 11 | 4 |
QMainWindowLayout::updateTabBarShapes| Name: | QMainWindowLayout::updateTabBarShapes | | Prototype: | void QMainWindowLayout::updateTabBarShapes() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1469-1498 |
| | 11 | 2 |
QMainWindow::restoreState| Name: | QMainWindow::restoreState | | Prototype: | bool QMainWindow::restoreState(const QByteArray &state, int version) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | | Lines: | 1320-1333 |
| | 11 | 3 |
QLocalePrivate::languageToCode| Name: | QLocalePrivate::languageToCode | | Prototype: | QString QLocalePrivate::languageToCode(QLocale::Language language) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 168-185 |
| | 11 | 4 |
QLocalePrivate::codeToCountry| Name: | QLocalePrivate::codeToCountry | | Prototype: | QLocale::Country QLocalePrivate::codeToCountry(const QString &code) | | Coverage: | 72.222% (13/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 150-166 |
| | 11 | 4 |
QLocale::toString| Name: | QLocale::toString | | Prototype: | QString QLocale::toString(const QDateTime &dateTime, FormatType format) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1619-1637 |
| | 11 | 4 |
QLocale::quoteString| Name: | QLocale::quoteString | | Prototype: | QString QLocale::quoteString(const QStringRef &str, QuotationStyle style) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 932-950 |
| | 11 | 6 |
QLocalSocket::close| Name: | QLocalSocket::close | | Prototype: | void QLocalSocket::close() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 423-436 |
| | 11 | 2 |
QListView::scrollTo| Name: | QListView::scrollTo | | Prototype: | void QListView::scrollTo(const QModelIndex &index, ScrollHint hint) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 561-579 |
| | 11 | 5 |
QListView::rowsAboutToBeRemoved| Name: | QListView::rowsAboutToBeRemoved | | Prototype: | void QListView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 747-765 |
| | 11 | 4 |
QListModel::removeRows| Name: | QListModel::removeRows | | Prototype: | bool QListModel::removeRows(int row, int count, const QModelIndex &parent) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 260-275 |
| | 11 | 3 |
QListModeViewBase::updateVerticalScrollBar| Name: | QListModeViewBase::updateVerticalScrollBar | | Prototype: | void QListModeViewBase::updateVerticalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2148-2167 |
| | 11 | 3 |
QListModeViewBase::updateHorizontalScrollBar| Name: | QListModeViewBase::updateHorizontalScrollBar | | Prototype: | void QListModeViewBase::updateHorizontalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2169-2186 |
| | 11 | 3 |
QListData::append| Name: | QListData::append | | Prototype: | void **QListData::append(int n) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlist.cpp | | Lines: | 170-187 |
| | 11 | 3 |
QLineEditPrivate::_q_textChanged| Name: | QLineEditPrivate::_q_textChanged | | Prototype: | void QLineEditPrivate::_q_textChanged(const QString &text) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 388-407 |
| | 11 | 7 |
QLayoutPrivate::checkWidget| Name: | QLayoutPrivate::checkWidget | | Prototype: | bool QLayoutPrivate::checkWidget(QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 848-863 |
| | 11 | 3 |
QLayout::totalMinimumSize| Name: | QLayout::totalMinimumSize | | Prototype: | QSize QLayout::totalMinimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 675-692 |
| | 11 | 2 |
QLayout::totalHeightForWidth| Name: | QLayout::totalHeightForWidth | | Prototype: | int QLayout::totalHeightForWidth(int w) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 653-669 |
| | 11 | 2 |
QLayout::parentWidget| Name: | QLayout::parentWidget | | Prototype: | QWidget *QLayout::parentWidget() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 466-484 |
| | 11 | 4 |
QLabelPrivate::updateLabel| Name: | QLabelPrivate::updateLabel | | Prototype: | void QLabelPrivate::updateLabel() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1122-1137 |
| | 11 | 3 |
QLabelPrivate::layoutRect| Name: | QLabelPrivate::layoutRect | | Prototype: | QRectF QLabelPrivate::layoutRect() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 1585-1599 |
| | 11 | 4 |