Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QGraphicsWidgetPrivate::initName: | QGraphicsWidgetPrivate::init | Prototype: | void QGraphicsWidgetPrivate::init(QGraphicsItem *parentItem, Qt::WindowFlags wFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 61-83 |
| | 16 | 2 |
QGraphicsWidgetPrivate::updateFontName: | QGraphicsWidgetPrivate::updateFont | Prototype: | void QGraphicsWidgetPrivate::updateFont(const QFont &font) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 277-305 |
| | 16 | 6 |
QGridLayoutEngine::ensureColumnAndRowDataName: | QGridLayoutEngine::ensureColumnAndRowData | Prototype: | void QGridLayoutEngine::ensureColumnAndRowData(QGridLayoutRowData *rowData, QGridLayoutBox *totalBox, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1565-1590 |
| | 16 | 4 |
QGridLayoutItem::effectiveMaxSizeName: | QGridLayoutItem::effectiveMaxSize | Prototype: | QSizeF QGridLayoutItem::effectiveMaxSize(const QSizeF &constraint) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 720-741 |
| | 16 | 7 |
QHostAddress::QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(SpecialAddress address) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 485-519 |
| | 16 | 8 |
QHttpNetworkConnectionChannel::handleUnexpectedEOFName: | QHttpNetworkConnectionChannel::handleUnexpectedEOF | Prototype: | void QHttpNetworkConnectionChannel::handleUnexpectedEOF() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 254-275 |
| | 16 | 3 |
QHttpNetworkConnectionPrivate::createAuthorizationName: | QHttpNetworkConnectionPrivate::createAuthorization | Prototype: | void QHttpNetworkConnectionPrivate::createAuthorization(QAbstractSocket *socket, QHttpNetworkRequest &request) | Coverage: | 75.862% (22/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 565-594 |
| | 16 | 7 |
QHttpNetworkConnectionPrivate::dequeueRequestName: | QHttpNetworkConnectionPrivate::dequeueRequest | Prototype: | bool QHttpNetworkConnectionPrivate::dequeueRequest(QAbstractSocket *socket) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 667-691 |
| | 16 | 6 |
QHttpNetworkConnectionPrivate::emitReplyErrorName: | QHttpNetworkConnectionPrivate::emitReplyError | Prototype: | void QHttpNetworkConnectionPrivate::emitReplyError(QAbstractSocket *socket, QHttpNetworkReply *reply, QNetworkReply::NetworkError errorCode) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 361-390 |
| | 16 | 5 |
QHttpNetworkReplyPrivate::readBodyName: | QHttpNetworkReplyPrivate::readBody | Prototype: | qint64 QHttpNetworkReplyPrivate::readBody(QAbstractSocket *socket, QByteDataBuffer *out) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 700-737 |
| | 16 | 6 |
QInputDialog::doneName: | QInputDialog::done | Prototype: | void QInputDialog::done(int result) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1148-1172 |
| | 16 | 6 |
QInputDialogPrivate::chooseRightTextInputWidgetName: | QInputDialogPrivate::chooseRightTextInputWidget | Prototype: | void QInputDialogPrivate::chooseRightTextInputWidget() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 387-413 |
| | 16 | 6 |
QItemDelegate::drawCheckName: | QItemDelegate::drawCheck | Prototype: | void QItemDelegate::drawCheck(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 735-762 |
| | 16 | 5 |
QItemSelection::selectName: | QItemSelection::select | Prototype: | void QItemSelection::select(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 436-457 |
| | 16 | 4 |
QItemSelectionModelPrivate::_q_columnsAboutToBeInsertedName: | QItemSelectionModelPrivate::_q_columnsAboutToBeInserted | Prototype: | void QItemSelectionModelPrivate::_q_columnsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 796-818 |
| | 16 | 3 |
QItemSelectionModelPrivate::_q_rowsAboutToBeInsertedName: | QItemSelectionModelPrivate::_q_rowsAboutToBeInserted | Prototype: | void QItemSelectionModelPrivate::_q_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 825-847 |
| | 16 | 3 |
QJsonPrivate::Value::requiredStorageName: | QJsonPrivate::Value::requiredStorage | Prototype: | int Value::requiredStorage(QJsonValue &v, bool *compressed) | Coverage: | 45.000% (9/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 375-404 |
| | 16 | 10 |
QKdeTheme::themeHintName: | QKdeTheme::themeHint | Prototype: | QVariant QKdeTheme::themeHint(QPlatformTheme::ThemeHint hint) const | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 489-521 |
| | 16 | 14 |
QKeySequenceEditPrivate::initName: | QKeySequenceEditPrivate::init | Prototype: | void QKeySequenceEditPrivate::init() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qkeysequenceedit.cpp | Lines: | 53-79 |
| | 16 | 2 |
QLabelPrivate::_q_movieUpdatedName: | QLabelPrivate::_q_movieUpdated | Prototype: | void QLabelPrivate::_q_movieUpdated(const QRect& rect) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1218-1239 |
| | 16 | 4 |
QLabelPrivate::ensureTextLayoutedName: | QLabelPrivate::ensureTextLayouted | Prototype: | void QLabelPrivate::ensureTextLayouted() const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1504-1528 |
| | 16 | 4 |
QLineEdit::focusOutEventName: | QLineEdit::focusOutEvent | Prototype: | void QLineEdit::focusOutEvent(QFocusEvent *e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1838-1876 |
| | 16 | 6 |
QLineEditPrivate::positionSideWidgetsName: | QLineEditPrivate::positionSideWidgets | Prototype: | void QLineEditPrivate::positionSideWidgets() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 453-474 |
| | 16 | 6 |
QLineF::intersectName: | QLineF::intersect | Prototype: | QLineF::IntersectType QLineF::intersect(const QLineF &l, QPointF *intersectionPoint) const | Coverage: | 84.211% (16/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | Lines: | 658-682 |
| | 16 | 5 |
QListModeViewBase::positionName: | QListModeViewBase::position | Prototype: | QAbstractItemView::DropIndicatorPosition QListModeViewBase::position(const QPoint &pos, const QRect &rect, const QModelIndex &index) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1999-2023 |
| | 16 | 7 |
QListModel::insertName: | QListModel::insert | Prototype: | void QListModel::insert(int row, QListWidgetItem *item) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | Lines: | 108-130 |
| | 16 | 5 |
QLocalSocketPrivate::_q_stateChangedName: | QLocalSocketPrivate::_q_stateChanged | Prototype: | void QLocalSocketPrivate::_q_stateChanged(QAbstractSocket::SocketState newState) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | Lines: | 103-130 |
| | 16 | 7 |
QMainWindowLayout::setTabPositionName: | QMainWindowLayout::setTabPosition | Prototype: | void QMainWindowLayout::setTabPosition(Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1445-1465 |
| | 16 | 3 |
QMdiSubWindow::resizeEventName: | QMdiSubWindow::resizeEvent | Prototype: | void QMdiSubWindow::resizeEvent(QResizeEvent *resizeEvent) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 3070-3097 |
| | 16 | 6 |
QMdiSubWindowPrivate::removeBaseWidgetName: | QMdiSubWindowPrivate::removeBaseWidget | Prototype: | void QMdiSubWindowPrivate::removeBaseWidget() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 990-1011 |
| | 16 | 5 |
QMdiSubWindowPrivate::updateActionsName: | QMdiSubWindowPrivate::updateActions | Prototype: | void QMdiSubWindowPrivate::updateActions() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1982-2011 |
| | 16 | 7 |
QMdiSubWindowPrivate::updateGeometryConstraintsName: | QMdiSubWindowPrivate::updateGeometryConstraints | Prototype: | void QMdiSubWindowPrivate::updateGeometryConstraints() | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1106-1128 |
| | 16 | 4 |
QMenuBar::mousePressEventName: | QMenuBar::mousePressEvent | Prototype: | void QMenuBar::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1024-1051 |
| | 16 | 6 |
QMenuBar::setCornerWidgetName: | QMenuBar::setCornerWidget | Prototype: | void QMenuBar::setCornerWidget(QWidget *w, Qt::Corner corner) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1745-1770 |
| | 16 | 7 |
QMenuPrivate::_q_actionTriggeredName: | QMenuPrivate::_q_actionTriggered | Prototype: | void QMenuPrivate::_q_actionTriggered() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 1235-1262 |
| | 16 | 6 |
QMenuPrivate::setFirstActionActiveName: | QMenuPrivate::setFirstActionActive | Prototype: | void QMenuPrivate::setFirstActionActive() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 536-557 |
| | 16 | 6 |
QMenuPrivate::syncPlatformMenuName: | QMenuPrivate::syncPlatformMenu | Prototype: | void QMenuPrivate::syncPlatformMenu() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 178-198 |
| | 16 | 3 |
QMetaObjectBuilder::addMethodName: | QMetaObjectBuilder::addMethod | Prototype: | QMetaMethodBuilder QMetaObjectBuilder::addMethod(const QMetaMethod& prototype) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 468-486 |
| | 16 | 5 |
QMetaType::typeNameName: | QMetaType::typeName | Prototype: | const char *QMetaType::typeName(int typeId) | Coverage: | 100.000% (159/159) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | Lines: | 836-871 |
| | 16 | 78 |
QMimeGlobMatchResult::addMatchName: | QMimeGlobMatchResult::addMatch | Prototype: | void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const QString &pattern) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 59-85 |
| | 16 | 8 |
QMimeType::commentName: | QMimeType::comment | Prototype: | QString QMimeType::comment() const | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 243-267 |
| | 16 | 5 |
QNativeSocketEnginePrivate::nativeReadName: | QNativeSocketEnginePrivate::nativeRead | Prototype: | qint64 QNativeSocketEnginePrivate::nativeRead(char *data, qint64 maxSize) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 1164-1208 |
| | 16 | 9 |
QNetworkAccessCache::unlinkEntryName: | QNetworkAccessCache::unlinkEntry | Prototype: | bool QNetworkAccessCache::unlinkEntry(const QByteArray &key) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | Lines: | 168-190 |
| | 16 | 6 |
QNetworkReplyHttpImpl::readDataName: | QNetworkReplyHttpImpl::readData | Prototype: | qint64 QNetworkReplyHttpImpl::readData(char* data, qint64 maxlen) | Coverage: | 73.333% (11/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 325-357 |
| | 16 | 5 |
QNetworkReplyImpl::abortName: | 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: | 926-952 |
| | 16 | 6 |
QNetworkReplyImplPrivate::appendDownstreamDataName: | QNetworkReplyImplPrivate::appendDownstreamData | Prototype: | void QNetworkReplyImplPrivate::appendDownstreamData(QByteDataBuffer &data) | Coverage: | 46.667% (7/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 624-650 |
| | 16 | 5 |
QOpenGL2PaintEngineExPrivate::transferModeName: | QOpenGL2PaintEngineExPrivate::transferMode | Prototype: | void QOpenGL2PaintEngineExPrivate::transferMode(EngineMode newMode) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 687-716 |
| | 16 | 7 |
QOpenGLBuffer::mapName: | QOpenGLBuffer::map | Prototype: | void *QOpenGLBuffer::map(QOpenGLBuffer::Access access) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglbuffer.cpp | Lines: | 536-562 |
| | 16 | 7 |
QOpenGLFramebufferObject::bindName: | QOpenGLFramebufferObject::bind | Prototype: | bool QOpenGLFramebufferObject::bind() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 1067-1094 |
| | 16 | 7 |
QOpenGLShaderProgram::setAttributeValueName: | QOpenGLShaderProgram::setAttributeValue | Prototype: | void QOpenGLShaderProgram::setAttributeValue (int location, const GLfloat *values, int columns, int rows) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 1486-1509 |
| | 16 | 7 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(float r, float g, float b, float a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4122-4148 |
| | 16 | 3 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(int r, int g, int b, int a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4155-4183 |
| | 16 | 3 |
QOpenGLTexture::setBorderColorName: | QOpenGLTexture::setBorderColor | Prototype: | void QOpenGLTexture::setBorderColor(uint r, uint g, uint b, uint a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4190-4218 |
| | 16 | 3 |
QOpenGLTexture::setSwizzleMaskName: | QOpenGLTexture::setSwizzleMask | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleValue r, SwizzleValue g, SwizzleValue b, SwizzleValue a) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3764-3792 |
| | 16 | 3 |
QOpenGLTextureBlitterPrivate::prepareProgramName: | QOpenGLTextureBlitterPrivate::prepareProgram | Prototype: | void QOpenGLTextureBlitterPrivate::prepareProgram(const QMatrix4x4 &vertexTransform) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 219-244 |
| | 16 | 3 |
QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCacheName: | QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache | Prototype: | QOpenGLTextureGlyphCache::QOpenGLTextureGlyphCache(QFontEngine::GlyphFormat format, const QTransform &matrix) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 52-81 |
| | 16 | 1 |
QOpenGLWidget::eventName: | QOpenGLWidget::event | Prototype: | bool QOpenGLWidget::event(QEvent *e) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1326-1351 |
| | 16 | 10 |
QOpenGLWidgetPrivate::resetName: | QOpenGLWidgetPrivate::reset | Prototype: | void QOpenGLWidgetPrivate::reset() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 657-683 |
| | 16 | 3 |
QPageLayout::setMarginsName: | QPageLayout::setMargins | Prototype: | bool QPageLayout::setMargins(const QMarginsF &margins) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | Lines: | 601-620 |
| | 16 | 3 |
QPaintEngine::drawPolygonName: | QPaintEngine::drawPolygon | Prototype: | void QPaintEngine::drawPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 325-338 |
| | 16 | 2 |
QPaintEngine::drawPolygonName: | QPaintEngine::drawPolygon | Prototype: | void QPaintEngine::drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 354-367 |
| | 16 | 2 |
QPaintEngine::drawRectsName: | QPaintEngine::drawRects | Prototype: | void QPaintEngine::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 863-885 |
| | 16 | 5 |
QPainterPath::arcToName: | QPainterPath::arcTo | Prototype: | void QPainterPath::arcTo(const QRectF &rect, qreal startAngle, qreal sweepLength) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 908-940 |
| | 16 | 4 |
QPalette::isEqualName: | QPalette::isEqual | Prototype: | bool QPalette::isEqual(QPalette::ColorGroup group1, QPalette::ColorGroup group2) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 844-869 |
| | 16 | 8 |
QPdfEngine::drawImageName: | QPdfEngine::drawImage | Prototype: | void QPdfEngine::drawImage(const QRectF &rectangle, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 923-943 |
| | 16 | 3 |
QPicture::saveName: | QPicture::save | Prototype: | bool QPicture::save(const QString &fileName, const char *format) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 313-342 |
| | 16 | 6 |
QPixmapStyle::comboBoxSubControlRectName: | QPixmapStyle::comboBoxSubControlRect | Prototype: | QRect QPixmapStyle::comboBoxSubControlRect(const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 1039-1065 |
| | 16 | 4 |
QPlainTextEditPrivate::verticalOffsetName: | QPlainTextEditPrivate::verticalOffset | Prototype: | qreal QPlainTextEditPrivate::verticalOffset(int topBlock, int topLine) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 479-500 |
| | 16 | 4 |
QPlatformAccessibility::initializeName: | QPlatformAccessibility::initialize | Prototype: | void QPlatformAccessibility::initialize() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qplatformaccessibility.cpp | Lines: | 106-129 |
| | 16 | 6 |
QPrintPreviewDialogPrivate::_q_setModeName: | QPrintPreviewDialogPrivate::_q_setMode | Prototype: | void QPrintPreviewDialogPrivate::_q_setMode(QAction* action) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 543-564 |
| | 16 | 4 |
QProcessPrivate::processStartedName: | QProcessPrivate::processStarted | Prototype: | bool QProcessPrivate::processStarted(QString *errorMessage) | Coverage: | 88.235% (15/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 625-653 |
| | 16 | 5 |
QProcessPrivate::setErrorName: | QProcessPrivate::setError | Prototype: | void QProcessPrivate::setError(QProcess::ProcessError error, const QString &description) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 961-988 |
| | 16 | 8 |
QProgressBar::textName: | QProgressBar::text | Prototype: | QString QProgressBar::text() const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | Lines: | 463-489 |
| | 16 | 3 |
QProxyStylePrivate::ensureBaseStyleName: | QProxyStylePrivate::ensureBaseStyle | Prototype: | void QProxyStylePrivate::ensureBaseStyle() const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qproxystyle.cpp | Lines: | 78-106 |
| | 16 | 7 |
QRasterPaintEngine::fillPolygonName: | QRasterPaintEngine::fillPolygon | Prototype: | void QRasterPaintEngine::fillPolygon(const QPointF *points, int pointCount, PolygonDrawMode mode) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1857-1886 |
| | 16 | 3 |
QRegExpCharClass::addRangeName: | QRegExpCharClass::addRange | Prototype: | void QRegExpCharClass::addRange(ushort from, ushort to) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2388-2414 |
| | 16 | 7 |
QRegularExpressionPrivate::compilePatternName: | QRegularExpressionPrivate::compilePattern | Prototype: | void QRegularExpressionPrivate::compilePattern() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 995-1020 |
| | 16 | 3 |
QRegularExpressionPrivate::optimizePatternName: | QRegularExpressionPrivate::optimizePattern | Prototype: | void QRegularExpressionPrivate::optimizePattern(OptimizePatternOption option) | Coverage: | 72.727% (16/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1157-1185 |
| | 16 | 6 |
QResourceRoot::childrenName: | QResourceRoot::children | Prototype: | QStringList QResourceRoot::children(int node) const | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 783-804 |
| | 16 | 4 |
QRollEffect::QRollEffectName: | QRollEffect::QRollEffect | Prototype: | QRollEffect::QRollEffect(QWidget* w, Qt::WindowFlags f, DirFlags orient) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | Lines: | 381-410 |
| | 16 | 4 |
QScreen::grabWindowName: | QScreen::grabWindow | Prototype: | QPixmap QScreen::grabWindow(WId window, int x, int y, int width, int height) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | Lines: | 689-709 |
| | 16 | 4 |
QScrollBar::eventName: | QScrollBar::event | Prototype: | bool QScrollBar::event(QEvent *event) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 481-508 |
| | 16 | 10 |
QScroller::pixelPerMeterName: | QScroller::pixelPerMeter | Prototype: | QPointF QScroller::pixelPerMeter() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 569-594 |
| | 16 | 5 |
QSettingsPrivate::splitArgsName: | QSettingsPrivate::splitArgs | Prototype: | QStringList QSettingsPrivate::splitArgs(const QString &s, int idx) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | Lines: | 895-919 |
| | 16 | 4 |
QSharedMemory::createName: | QSharedMemory::create | Prototype: | bool QSharedMemory::create(int size, AccessMode mode) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | Lines: | 326-359 |
| | 16 | 5 |
QSharedMemoryPrivate::handleName: | QSharedMemoryPrivate::handle | Prototype: | key_t QSharedMemoryPrivate::handle() | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | Lines: | 71-98 |
| | 16 | 5 |
QSimplex::iterateName: | QSimplex::iterate | Prototype: | bool QSimplex::iterate() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 472-505 |
| | 16 | 6 |
QSocks5SocketEngine::writeName: | QSocks5SocketEngine::write | Prototype: | qint64 QSocks5SocketEngine::write(const char *data, qint64 len) | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1545-1578 |
| | 16 | 6 |
QSortFilterProxyModel::filterAcceptsRowName: | QSortFilterProxyModel::filterAcceptsRow | Prototype: | bool QSortFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 2707-2727 |
| | 16 | 6 |
QSortFilterProxyModelPrivate::proxy_intervals_for_source_itemsName: | QSortFilterProxyModelPrivate::proxy_intervals_for_source_items | Prototype: | QVector<QPair<int, int > > QSortFilterProxyModelPrivate::proxy_intervals_for_source_items( const QVector<int> &source_to_proxy, const QVector<int> &source_items) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 513-537 |
| | 16 | 4 |
QSortFilterProxyModelPrivate::source_items_about_to_be_removedName: | QSortFilterProxyModelPrivate::source_items_about_to_be_removed | Prototype: | void QSortFilterProxyModelPrivate::source_items_about_to_be_removed( const QModelIndex &source_parent, int start, int end, Qt::Orientation orient) | Coverage: | 85.714% (18/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 841-867 |
| | 16 | 5 |
QSortFilterProxyModelPrivate::source_to_proxyName: | QSortFilterProxyModelPrivate::source_to_proxy | Prototype: | QModelIndex QSortFilterProxyModelPrivate::source_to_proxy(const QModelIndex &source_index) const | Coverage: | 64.706% (11/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 392-411 |
| | 16 | 5 |
QSpdyProtocolHandler::readNextChunkName: | QSpdyProtocolHandler::readNextChunk | Prototype: | bool QSpdyProtocolHandler::readNextChunk(qint64 length, char *sink) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 539-567 |
| | 16 | 4 |
QSplitter::setRubberBandName: | QSplitter::setRubberBand | Prototype: | void QSplitter::setRubberBand(int pos) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 1259-1281 |
| | 16 | 4 |
QSslSocket::connectToHostEncryptedName: | QSslSocket::connectToHostEncrypted | Prototype: | void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, OpenMode mode, NetworkLayerProtocol protocol) | Coverage: | 33.333% (3/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 464-483 |
| | 16 | 3 |
QSslSocket::setSocketDescriptorName: | QSslSocket::setSocketDescriptor | Prototype: | bool QSslSocket::setSocketDescriptor(qintptr socketDescriptor, SocketState state, OpenMode openMode) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 497-519 |
| | 16 | 2 |
QSslSocket::waitForEncryptedName: | QSslSocket::waitForEncrypted | Prototype: | bool QSslSocket::waitForEncrypted(int msecs) | Coverage: | 73.077% (19/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1568-1595 |
| | 16 | 8 |
QSslSocketBackendPrivate::checkSslErrorsName: | QSslSocketBackendPrivate::checkSslErrors | Prototype: | bool QSslSocketBackendPrivate::checkSslErrors() | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 1224-1248 |
| | 16 | 4 |
QSslSocketPrivate::ensureCiphersAndCertsLoadedName: | QSslSocketPrivate::ensureCiphersAndCertsLoaded | Prototype: | void QSslSocketPrivate::ensureCiphersAndCertsLoaded() | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 510-567 |
| | 16 | 5 |
QStackedLayout::insertWidgetName: | QStackedLayout::insertWidget | Prototype: | int QStackedLayout::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 220-240 |
| | 16 | 5 |