Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPrintPreviewDialogPrivate::updatePageNumLabelName: | QPrintPreviewDialogPrivate::updatePageNumLabel | Prototype: | void QPrintPreviewDialogPrivate::updatePageNumLabel() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 478-491 |
| | 9 | 1 |
QPrintDialog::doneName: | QPrintDialog::done | Prototype: | void QPrintDialog::done(int result) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | Lines: | 467-479 |
| | 9 | 3 |
QPlatformWindow::requestUpdateName: | QPlatformWindow::requestUpdate | Prototype: | void QPlatformWindow::requestUpdate() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 655-669 |
| | 9 | 3 |
QPlatformScreen::mapBetweenName: | QPlatformScreen::mapBetween | Prototype: | QRect QPlatformScreen::mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &rect) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 426-443 |
| | 9 | 4 |
QPlatformInputContextFactory::createName: | QPlatformInputContextFactory::create | Prototype: | QPlatformInputContext *QPlatformInputContextFactory::create(const QString& key) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontextfactory.cpp | Lines: | 71-87 |
| | 9 | 3 |
QPlatformBackingStorePrivate::~QPlatformBackingStorePrivateName: | QPlatformBackingStorePrivate::~QPlatformBackingStorePrivate | Prototype: | ~QPlatformBackingStorePrivate() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 87-101 |
| | 9 | 5 |
QPlainTextEditPrivate::ensureCursorVisibleName: | QPlainTextEditPrivate::ensureCursorVisible | Prototype: | void QPlainTextEditPrivate::ensureCursorVisible(bool center) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 3039-3053 |
| | 9 | 3 |
QPlainTextEdit::setReadOnlyName: | QPlainTextEdit::setReadOnly | Prototype: | void QPlainTextEdit::setReadOnly(bool ro) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2580-2593 |
| | 9 | 2 |
QPlainTestLogger::startLoggingName: | QPlainTestLogger::startLogging | Prototype: | void QPlainTestLogger::startLogging() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 338-352 |
| | 9 | 2 |
QPixmapStyle::subElementRectName: | QPixmapStyle::subElementRect | Prototype: | QRect QPixmapStyle::subElementRect(SubElement element, const QStyleOption *option, const QWidget *widget) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 352-371 |
| | 9 | 3 |
QPinchGestureRecognizer::resetName: | QPinchGestureRecognizer::reset | Prototype: | void QPinchGestureRecognizer::reset(QGesture *state) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | Lines: | 252-267 |
| | 9 | 1 |
QPicturePaintEngine::updatePenName: | QPicturePaintEngine::updatePen | Prototype: | void QPicturePaintEngine::updatePen(const QPen &pen) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 157-174 |
| | 9 | 2 |
QPicturePaintEngine::updateBrushName: | QPicturePaintEngine::updateBrush | Prototype: | void QPicturePaintEngine::updateBrush(const QBrush &brush) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 212-228 |
| | 9 | 2 |
QPicturePaintEngine::drawTiledPixmapName: | QPicturePaintEngine::drawTiledPixmap | Prototype: | void QPicturePaintEngine::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 442-458 |
| | 9 | 2 |
QPicturePaintEngine::drawPixmapName: | QPicturePaintEngine::drawPixmap | Prototype: | void QPicturePaintEngine::drawPixmap(const QRectF &r, const QPixmap &pm, const QRectF &sr) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 423-440 |
| | 9 | 2 |
QPicturePaintEngine::drawImageName: | QPicturePaintEngine::drawImage | Prototype: | void QPicturePaintEngine::drawImage(const QRectF &r, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpaintengine_pic.cpp | Lines: | 460-477 |
| | 9 | 2 |
QPictureIO::outputFormatsName: | QPictureIO::outputFormats | Prototype: | QList<QByteArray> QPictureIO::outputFormats() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1821-1835 |
| | 9 | 4 |
QPen::setDashPatternName: | QPen::setDashPattern | Prototype: | void QPen::setDashPattern(const QVector<qreal> &pattern) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 520-534 |
| | 9 | 3 |
QPdfPrintEnginePrivate::openPrintDeviceName: | QPdfPrintEnginePrivate::openPrintDevice | Prototype: | bool QPdfPrintEnginePrivate::openPrintDevice() | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintengine_pdf.cpp | Lines: | 353-368 |
| | 9 | 4 |
QPdfEngine::newPageName: | QPdfEngine::newPage | Prototype: | bool QPdfEngine::newPage() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1259-1271 |
| | 9 | 3 |
QParallelAnimationGroup::updateDirectionName: | QParallelAnimationGroup::updateDirection | Prototype: | void QParallelAnimationGroup::updateDirection(QAbstractAnimation::Direction direction) | Coverage: | 41.667% (5/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 312-329 |
| | 9 | 4 |
QPalette::detachName: | QPalette::detach | Prototype: | void QPalette::detach() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 789-802 |
| | 9 | 5 |
QPainterPrivate::updateMatrixName: | QPainterPrivate::updateMatrix | Prototype: | void QPainterPrivate::updateMatrix() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 645-662 |
| | 9 | 3 |
QPainterPrivate::drawOpaqueBackgroundName: | QPainterPrivate::drawOpaqueBackground | Prototype: | void QPainterPrivate::drawOpaqueBackground(const QPainterPath &path, DrawOperation op) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 495-512 |
| | 9 | 3 |
QPainterPath::addPolygonName: | QPainterPath::addPolygon | Prototype: | void QPainterPath::addPolygon(const QPolygonF &polygon) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1066-1081 |
| | 9 | 3 |
QPainter::translateName: | QPainter::translate | Prototype: | void QPainter::translate(const QPointF &offset) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3188-3205 |
| | 9 | 2 |
QPainter::setWorldTransformName: | QPainter::setWorldTransform | Prototype: | void QPainter::setWorldTransform(const QTransform &matrix, bool combine ) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 8274-8290 |
| | 9 | 3 |
QPainter::setBrushOriginName: | QPainter::setBrushOrigin | Prototype: | void QPainter::setBrushOrigin(const QPointF &p) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2126-2147 |
| | 9 | 3 |
QPainter::drawTextName: | QPainter::drawText | Prototype: | void QPainter::drawText(const QRect &r, int flags, const QString &str, QRect *br) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5920-5940 |
| | 9 | 4 |
QPainter::drawPictureName: | QPainter::drawPicture | Prototype: | void QPainter::drawPicture(const QPointF &p, const QPicture &picture) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 6776-6790 |
| | 9 | 3 |
QPainter::drawChordName: | QPainter::drawChord | Prototype: | void QPainter::drawChord(const QRectF &r, int a, int alen) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4482-4501 |
| | 9 | 2 |
QPaintEngineEx::drawTiledPixmapName: | QPaintEngineEx::drawTiledPixmap | Prototype: | void QPaintEngineEx::drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 947-960 |
| | 9 | 1 |
QPaintEngineEx::clipName: | QPaintEngineEx::clip | Prototype: | void QPaintEngineEx::clip(const QRect &r, Qt::ClipOperation op) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 606-617 |
| | 9 | 1 |
QPageSizePrivate::initName: | QPageSizePrivate::init | Prototype: | void QPageSizePrivate::init(const QSizeF &size, QPageSize::Unit units, const QString &name) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 851-863 |
| | 9 | 2 |
QPageSetupWidget::setPrinterName: | QPageSetupWidget::setPrinter | Prototype: | void QPageSetupWidget::setPrinter(QPrinter *printer) | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 374-392 |
| | 9 | 3 |
QPageSetupDialogPrivate::setPrinterName: | QPageSetupDialogPrivate::setPrinter | Prototype: | void QPageSetupDialogPrivate::setPrinter(QPrinter *newPrinter) | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | Lines: | 107-123 |
| | 9 | 4 |
QPageLayout::setOrientationName: | QPageLayout::setOrientation | Prototype: | void QPageLayout::setOrientation(Orientation orientation) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 536-549 |
| | 9 | 2 |
QOpenGLTimeMonitorPrivate::destroyName: | QOpenGLTimeMonitorPrivate::destroy | Prototype: | void QOpenGLTimeMonitorPrivate::destroy() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 551-563 |
| | 9 | 2 |
QOpenGLTexture::setMaximumAnisotropyName: | QOpenGLTexture::setMaximumAnisotropy | Prototype: | void QOpenGLTexture::setMaximumAnisotropy(float anisotropy) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4041-4053 |
| | 9 | 2 |
QOpenGLTexture::setLevelofDetailBiasName: | QOpenGLTexture::setLevelofDetailBias | Prototype: | void QOpenGLTexture::setLevelofDetailBias(float bias) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4417-4433 |
| | 9 | 2 |
QOpenGLTexture::createTextureViewName: | QOpenGLTexture::createTextureView | Prototype: | QOpenGLTexture *QOpenGLTexture::createTextureView(Target target, TextureFormat viewFormat, int minimumMipmapLevel, int maximumMipmapLevel, int minimumLayer, int maximumLayer) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3062-3077 |
| | 9 | 2 |
QOpenGLSharedResource::freeName: | QOpenGLSharedResource::free | Prototype: | void QOpenGLSharedResource::free() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1506-1522 |
| | 9 | 3 |
QOpenGLShaderProgram::setUniformValueName: | QOpenGLShaderProgram::setUniformValue | Prototype: | void QOpenGLShaderProgram::setUniformValue(int location, const QTransform& value) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2721-2733 |
| | 9 | 2 |
QOpenGLShaderProgram::setDefaultOuterTessellationLevelsName: | QOpenGLShaderProgram::setDefaultOuterTessellationLevels | Prototype: | void QOpenGLShaderProgram::setDefaultOuterTessellationLevels(const QVector<float> &levels) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 3295-3315 |
| | 9 | 4 |
QOpenGLShaderProgram::setDefaultInnerTessellationLevelsName: | QOpenGLShaderProgram::setDefaultInnerTessellationLevels | Prototype: | void QOpenGLShaderProgram::setDefaultInnerTessellationLevels(const QVector<float> &levels) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 3360-3380 |
| | 9 | 4 |
QOpenGLShaderProgram::removeShaderName: | QOpenGLShaderProgram::removeShader | Prototype: | void QOpenGLShaderProgram::removeShader(QOpenGLShader *shader) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 959-973 |
| | 9 | 3 |
QOpenGLContextGroupPrivate::deletePendingResourcesName: | QOpenGLContextGroupPrivate::deletePendingResources | Prototype: | void QOpenGLContextGroupPrivate::deletePendingResources(QOpenGLContext *ctx) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1454-1468 |
| | 9 | 2 |
QOpenGL2PaintEngineExPrivate::updateTextureName: | QOpenGL2PaintEngineExPrivate::updateTexture | Prototype: | template<typename T> void QOpenGL2PaintEngineExPrivate::updateTexture(GLenum textureUnit, const T &texture, GLenum wrapMode, GLenum filterMode, TextureUpdateMode updateMode) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 168-187 |
| | 9 | 2 |
QOpenGL2PEXVertexArray::lineToArrayName: | 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: | 159-171 |
| | 9 | 5 |
QOpenGL2PEXVertexArray::addCentroidName: | 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: | 69-84 |
| | 9 | 2 |
QOffscreenSurface::destroyName: | 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: | 206-220 |
| | 9 | 2 |
QObjectPrivate::deleteChildrenName: | QObjectPrivate::deleteChildren | Prototype: | void QObjectPrivate::deleteChildren() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1960-1975 |
| | 9 | 2 |
QNetworkReplyImplPrivate::_q_networkSessionFailedName: | 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: | 331-345 |
| | 9 | 3 |
QNetworkReplyHttpImplPrivate::wantUploadDataSlotName: | QNetworkReplyHttpImplPrivate::wantUploadDataSlot | Prototype: | void QNetworkReplyHttpImplPrivate::wantUploadDataSlot(qint64 maxSize) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 1377-1399 |
| | 9 | 2 |
QNetworkReplyHttpImplPrivate::_q_networkSessionFailedName: | 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: | 1949-1963 |
| | 9 | 3 |
QNetworkInterfacePrivate::makeHwAddressName: | QNetworkInterfacePrivate::makeHwAddress | Prototype: | QString QNetworkInterfacePrivate::makeHwAddress(int len, uchar *data) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | Lines: | 133-145 |
| | 9 | 3 |
QNetworkHeadersPrivate::parseAndSetHeaderName: | QNetworkHeadersPrivate::parseAndSetHeader | Prototype: | void QNetworkHeadersPrivate::parseAndSetHeader(const QByteArray &key, const QByteArray &value) | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | Lines: | 1014-1032 |
| | 9 | 4 |
QNetworkDiskCache::fileMetaDataName: | QNetworkDiskCache::fileMetaData | Prototype: | QNetworkCacheMetaData QNetworkDiskCache::fileMetaData(const QString &fileName) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 374-389 |
| | 9 | 3 |
QNetworkCookieJar::insertCookieName: | QNetworkCookieJar::insertCookie | Prototype: | bool QNetworkCookieJar::insertCookie(const QNetworkCookie &cookie) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | Lines: | 271-285 |
| | 9 | 2 |
QNetworkCookie::operator==Name: | QNetworkCookie::operator== | Prototype: | bool QNetworkCookie::operator==(const QNetworkCookie &other) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookie.cpp | Lines: | 172-183 |
| | 9 | 2 |
QNetworkAccessManagerPrivate::clearCacheName: | QNetworkAccessManagerPrivate::clearCache | Prototype: | void QNetworkAccessManagerPrivate::clearCache(QNetworkAccessManager *manager) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 1514-1528 |
| | 9 | 3 |
QNetworkAccessFtpBackend::disconnectFromFtpName: | QNetworkAccessFtpBackend::disconnectFromFtp | Prototype: | void QNetworkAccessFtpBackend::disconnectFromFtp(CacheCleanupMode mode) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessftpbackend.cpp | Lines: | 213-230 |
| | 9 | 3 |
QNetworkAccessFileBackend::downstreamReadyWriteName: | QNetworkAccessFileBackend::downstreamReadyWrite | Prototype: | void QNetworkAccessFileBackend::downstreamReadyWrite() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessfilebackend.cpp | Lines: | 230-236 |
| | 9 | 1 |
QNetworkAccessDebugPipeBackend::possiblyFinishName: | QNetworkAccessDebugPipeBackend::possiblyFinish | Prototype: | void QNetworkAccessDebugPipeBackend::possiblyFinish() | Coverage: | 57.143% (8/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | Lines: | 218-233 |
| | 9 | 4 |
QNativeSocketEnginePrivate::nativeListenName: | QNativeSocketEnginePrivate::nativeListen | Prototype: | bool QNativeSocketEnginePrivate::nativeListen(int backlog) | Coverage: | 25.000% (2/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 516-544 |
| | 9 | 4 |
QNativeSocketEnginePrivate::nativeHasPendingDatagramsName: | QNativeSocketEnginePrivate::nativeHasPendingDatagrams | Prototype: | bool QNativeSocketEnginePrivate::nativeHasPendingDatagrams() const | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 772-796 |
| | 9 | 2 |
QNativeSocketEngine::bindName: | QNativeSocketEngine::bind | Prototype: | bool QNativeSocketEngine::bind(const QHostAddress &address, quint16 port) | Coverage: | 53.846% (7/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 625-640 |
| | 9 | 5 |
QMoviePrivate::jumpToFrameName: | QMoviePrivate::jumpToFrame | Prototype: | bool QMoviePrivate::jumpToFrame(int frameNumber) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qmovie.cpp | Lines: | 535-546 |
| | 9 | 4 |
QMimeXMLProvider::findByMagicName: | QMimeXMLProvider::findByMagic | Prototype: | QMimeType QMimeXMLProvider::findByMagic(const QByteArray &data, int *accuracyPtr) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 737-753 |
| | 9 | 4 |
QMimeType::suffixesName: | QMimeType::suffixes | Prototype: | QStringList QMimeType::suffixes() const | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 395-411 |
| | 9 | 3 |
QMimeMagicRule::operator==Name: | QMimeMagicRule::operator== | Prototype: | bool QMimeMagicRule::operator==(const QMimeMagicRule &other) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimemagicrule.cpp | Lines: | 85-96 |
| | 9 | 1 |
QMimeBinaryProvider::CacheFile::loadName: | QMimeBinaryProvider::CacheFile::load | Prototype: | bool QMimeBinaryProvider::CacheFile::load() | Coverage: | 53.846% (7/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 141-153 |
| | 9 | 3 |
QMetaType::registerStreamOperatorsName: | QMetaType::registerStreamOperators | Prototype: | void QMetaType::registerStreamOperators(int idx, SaveOperator saveOp, LoadOperator loadOp) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 815-827 |
| | 9 | 3 |
QMetaProperty::isUserName: | QMetaProperty::isUser | Prototype: | bool QMetaProperty::isUser(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3392-3404 |
| | 9 | 3 |
QMetaProperty::isStoredName: | QMetaProperty::isStored | Prototype: | bool QMetaProperty::isStored(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3365-3377 |
| | 9 | 3 |
QMetaProperty::isScriptableName: | QMetaProperty::isScriptable | Prototype: | bool QMetaProperty::isScriptable(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3341-3353 |
| | 9 | 3 |
QMetaProperty::isEditableName: | QMetaProperty::isEditable | Prototype: | bool QMetaProperty::isEditable(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3448-3460 |
| | 9 | 3 |
QMetaProperty::isDesignableName: | QMetaProperty::isDesignable | Prototype: | bool QMetaProperty::isDesignable(const QObject *object) const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 3315-3329 |
| | 9 | 3 |
QMetaObject::methodName: | QMetaObject::method | Prototype: | QMetaMethod QMetaObject::method(int index) const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1062-1075 |
| | 9 | 3 |
QMetaObject::indexOfSlotName: | QMetaObject::indexOfSlot | Prototype: | int QMetaObject::indexOfSlot(const char *slot) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 749-760 |
| | 9 | 2 |
QMetaObject::indexOfSignalName: | QMetaObject::indexOfSignal | Prototype: | int QMetaObject::indexOfSignal(const char *signal) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 702-713 |
| | 9 | 2 |
QMetaObject::indexOfMethodName: | QMetaObject::indexOfMethod | Prototype: | int QMetaObject::indexOfMethod(const char *method) const | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 639-650 |
| | 9 | 2 |
QMetaObject::indexOfClassInfoName: | QMetaObject::indexOfClassInfo | Prototype: | int QMetaObject::indexOfClassInfo(const char *name) const | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1023-1036 |
| | 9 | 4 |
QMetaObject::enumeratorName: | QMetaObject::enumerator | Prototype: | QMetaEnum QMetaObject::enumerator(int index) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1082-1095 |
| | 9 | 3 |
QMetaObject::classInfoName: | QMetaObject::classInfo | Prototype: | QMetaClassInfo QMetaObject::classInfo(int index) const | Coverage: | 72.727% (8/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1181-1194 |
| | 9 | 3 |
QMessageBoxPrivate::findButtonName: | QMessageBoxPrivate::findButton | Prototype: | QAbstractButton *QMessageBoxPrivate::findButton(int button0, int button1, int button2, int flags) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1983-1996 |
| | 9 | 4 |
QMessageBox::setStandardButtonsName: | QMessageBox::setStandardButtons | Prototype: | void QMessageBox::setStandardButtons(StandardButtons buttons) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 933-945 |
| | 9 | 3 |
QMenuPrivate::calcCausedStackName: | QMenuPrivate::calcCausedStack | Prototype: | QVector<QPointer<QWidget> > QMenuPrivate::calcCausedStack() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 228-241 |
| | 9 | 4 |
QMenu::setTearOffEnabledName: | QMenu::setTearOffEnabled | Prototype: | void QMenu::setTearOffEnabled(bool b) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1925-1937 |
| | 9 | 4 |
QMdiSubWindowPrivate::setNewWindowTitleName: | QMdiSubWindowPrivate::setNewWindowTitle | Prototype: | void QMdiSubWindowPrivate::setNewWindowTitle() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 262-276 |
| | 9 | 4 |
QMdiAreaTabBar::subWindowFromIndexName: | QMdiAreaTabBar::subWindowFromIndex | Prototype: | QMdiSubWindow *QMdiAreaTabBar::subWindowFromIndex(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 649-664 |
| | 9 | 2 |
QMdiArea::~QMdiAreaName: | QMdiArea::~QMdiArea | Prototype: | QMdiArea::~QMdiArea() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1717-1731 |
| | 9 | 1 |
QMdiArea::closeAllSubWindowsName: | QMdiArea::closeAllSubWindows | Prototype: | void QMdiArea::closeAllSubWindows() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1891-1905 |
| | 9 | 4 |
QMatrix::shearName: | QMatrix::shear | Prototype: | QMatrix &QMatrix::shear(qreal sh, qreal sv) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 866-877 |
| | 9 | 1 |
QMatrix4x4::determinantName: | QMatrix4x4::determinant | Prototype: | double QMatrix4x4::determinant() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 383-395 |
| | 9 | 4 |
QMainWindowPrivate::separatorCursorName: | QMainWindowPrivate::separatorCursor | Prototype: | QCursor QMainWindowPrivate::separatorCursor(const QList<int> &path) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 1336-1358 |
| | 9 | 7 |
QMainWindowLayoutState::saveStateName: | QMainWindowLayoutState::saveState | Prototype: | void QMainWindowLayoutState::saveState(QDataStream &stream) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 831-850 |
| | 9 | 3 |
QMainWindowLayout::tabChangedName: | QMainWindowLayout::tabChanged | Prototype: | void QMainWindowLayout::tabChanged() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1693-1705 |
| | 9 | 4 |
QMainWindowLayout::restoreName: | QMainWindowLayout::restore | Prototype: | void QMainWindowLayout::restore(bool keepSavedState) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 2154-2166 |
| | 9 | 3 |
QMainWindowLayout::getSeparatorWidgetName: | QMainWindowLayout::getSeparatorWidget | Prototype: | QWidget *QMainWindowLayout::getSeparatorWidget() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1660-1673 |
| | 9 | 2 |