| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QNetworkReplyImplPrivate::setup| Name: | QNetworkReplyImplPrivate::setup | | Prototype: | void QNetworkReplyImplPrivate::setup(QNetworkAccessManager::Operation op, const QNetworkRequest &req, QIODevice *data) | | Coverage: | 40.000% (14/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | | Lines: | 364-430 |
| | 32 | 9 |
QOpenGL2PaintEngineEx::beginNativePainting| Name: | QOpenGL2PaintEngineEx::beginNativePainting | | Prototype: | void QOpenGL2PaintEngineEx::beginNativePainting() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 584-643 |
| | 32 | 4 |
QOpenGL2PaintEngineEx::drawImage| Name: | QOpenGL2PaintEngineEx::drawImage | | Prototype: | void QOpenGL2PaintEngineEx::drawImage(const QRectF& dest, const QImage& image, const QRectF& src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 1463-1515 |
| | 32 | 9 |
QOpenGLContextPrivate::maxTextureSize| Name: | QOpenGLContextPrivate::maxTextureSize | | Prototype: | int QOpenGLContextPrivate::maxTextureSize() | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 359-413 |
| | 32 | 9 |
QOpenGLFramebufferObjectPrivate::initTexture| Name: | QOpenGLFramebufferObjectPrivate::initTexture | | Prototype: | void QOpenGLFramebufferObjectPrivate::initTexture(int idx) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 508-552 |
| | 32 | 6 |
QOpenGLFunctions_1_3::initializeOpenGLFunctions| Name: | QOpenGLFunctions_1_3::initializeOpenGLFunctions | | Prototype: | bool QOpenGLFunctions_1_3::initializeOpenGLFunctions() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_3.cpp | | Lines: | 109-159 |
| | 32 | 3 |
QOpenGLTexturePrivate::QOpenGLTexturePrivate| Name: | QOpenGLTexturePrivate::QOpenGLTexturePrivate | | Prototype: | QOpenGLTexturePrivate::QOpenGLTexturePrivate(QOpenGLTexture::Target textureTarget, QOpenGLTexture *qq) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 56-134 |
| | 32 | 12 |
QOutlineMapper::endOutline| Name: | QOutlineMapper::endOutline | | Prototype: | void QOutlineMapper::endOutline() | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | | Lines: | 192-250 |
| | 32 | 8 |
QPainter::drawPoints| Name: | QPainter::drawPoints | | Prototype: | void QPainter::drawPoints(const QPointF *points, int pointCount) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3647-3700 |
| | 32 | 10 |
QPainter::drawPoints| Name: | QPainter::drawPoints | | Prototype: | void QPainter::drawPoints(const QPoint *points, int pointCount) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3709-3762 |
| | 32 | 10 |
QProcessPrivate::execChild| Name: | QProcessPrivate::execChild | | Prototype: | void QProcessPrivate::execChild(const char *workingDir, char **path, char **argv, char **envp) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 551-623 |
| | 32 | 11 |
QRect::operator&| Name: | QRect::operator& | | Prototype: | QRect QRect::operator&(const QRect &r) const noexcept | | Coverage: | 100.000% (32/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 1039-1084 |
| | 32 | 8 |
QScrollBar::contextMenuEvent| Name: | QScrollBar::contextMenuEvent | | Prototype: | void QScrollBar::contextMenuEvent(QContextMenuEvent *event) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | | Lines: | 410-449 |
| | 32 | 10 |
QSpanData::initTexture| Name: | QSpanData::initTexture | | Prototype: | void QSpanData::initTexture(const QImage *image, int alpha, QTextureData::Type _type, const QRect &sourceRect) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4616-4658 |
| | 32 | 3 |
QSslKeyPrivate::derFromPem| Name: | QSslKeyPrivate::derFromPem | | Prototype: | QByteArray QSslKeyPrivate::derFromPem(const QByteArray &pem, QMap<QByteArray, QByteArray> *headers) const | | Coverage: | 10.811% (4/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | | Lines: | 177-223 |
| | 32 | 9 |
QStandardItemPrivate::setChild| Name: | QStandardItemPrivate::setChild | | Prototype: | void QStandardItemPrivate::setChild(int row, int column, QStandardItem *item, bool emitChanged) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 126-170 |
| | 32 | 12 |
QTest::benchmarkMetricName| Name: | QTest::benchmarkMetricName | | Prototype: | const char * QTest::benchmarkMetricName(QBenchmarkMetric metric) | | Coverage: | 3.226% (2/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmetric.cpp | | Lines: | 92-158 |
| | 32 | 32 |
QTest::benchmarkMetricUnit| Name: | QTest::benchmarkMetricUnit | | Prototype: | const char * QTest::benchmarkMetricUnit(QBenchmarkMetric metric) | | Coverage: | 6.452% (4/62) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkmetric.cpp | | Lines: | 164-230 |
| | 32 | 32 |
QTextCursorPrivate::setCharFormat| Name: | QTextCursorPrivate::setCharFormat | | Prototype: | void QTextCursorPrivate::setCharFormat(const QTextCharFormat &_format, QTextDocumentPrivate::FormatChangeMode changeMode) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 821-867 |
| | 32 | 9 |
QTextDocumentPrivate::insert_block| Name: | QTextDocumentPrivate::insert_block | | Prototype: | int QTextDocumentPrivate::insert_block(int pos, uint strPos, int format, int blockFormat, QTextUndoCommand::Operation op, int command) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 348-392 |
| | 32 | 5 |
QTreeWidgetItem::insertChildren| Name: | QTreeWidgetItem::insertChildren | | Prototype: | void QTreeWidgetItem::insertChildren(int index, const QList<QTreeWidgetItem*> &children) | | Coverage: | 0.000% (0/53) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 2011-2053 |
| | 32 | 15 |
QUrl::toString| Name: | QUrl::toString | | Prototype: | QString QUrl::toString(FormattingOptions options) const | | Coverage: | 87.037% (47/54) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3274-3331 |
| | 32 | 11 |
QWidgetLineControl::updateDisplayText| Name: | QWidgetLineControl::updateDisplayText | | Prototype: | void QWidgetLineControl::updateDisplayText(bool forceUpdate) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 89-139 |
| | 32 | 10 |
QWidgetTextControlPrivate::rectForPosition| Name: | QWidgetTextControlPrivate::rectForPosition | | Prototype: | QRectF QWidgetTextControlPrivate::rectForPosition(int position) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1419-1466 |
| | 32 | 9 |
QWizardPrivate::_q_updateButtonStates| Name: | QWizardPrivate::_q_updateButtonStates | | Prototype: | void QWizardPrivate::_q_updateButtonStates() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 1687-1736 |
| | 32 | 5 |
QXcbWindow::updateMotifWmHintsBeforeMap| Name: | QXcbWindow::updateMotifWmHintsBeforeMap | | Prototype: | void QXcbWindow::updateMotifWmHintsBeforeMap() | | Coverage: | 89.655% (26/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1322-1376 |
| | 32 | 11 |
QXmlStreamWriter::writeCurrentToken| Name: | QXmlStreamWriter::writeCurrentToken | | Prototype: | void QXmlStreamWriter::writeCurrentToken(const QXmlStreamReader &reader) | | Coverage: | 51.724% (15/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3895-3943 |
| | 32 | 14 |
QtPrivate::intersect_rect| Name: | QtPrivate::intersect_rect | | Prototype: | static bool intersect_rect(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | | Lines: | 70-117 |
| | 32 | 7 |
StateSaver::StateSaver| Name: | StateSaver::StateSaver | | Prototype: | StateSaver() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 341-380 |
| | 32 | 6 |
collectSingleContour| Name: | collectSingleContour | | Prototype: | static void collectSingleContour(qreal x0, qreal y0, uint *grid, int x, int y, int w, int h, QPainterPath *path) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 695-739 |
| | 32 | 10 |
cursorIdForShape| Name: | cursorIdForShape | | Prototype: | static int cursorIdForShape(int cshape) | | Coverage: | 57.576% (19/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 385-437 |
| | 32 | 18 |
generateWavyPixmap| Name: | generateWavyPixmap | | Prototype: | static QPixmap generateWavyPixmap(qreal maxRadius, const QPen &pen) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 6179-6229 |
| | 32 | 4 |
intersectionPoint| Name: | intersectionPoint | | Prototype: | IntersectionPoint intersectionPoint(const QPoint &u1, const QPoint &u2, const QPoint &v1, const QPoint &v2) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | | Lines: | 174-237 |
| | 32 | 6 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QWidget *widget) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 13019-13057 |
| | 32 | 9 |
parseShorthandBackgroundProperty| Name: | parseShorthandBackgroundProperty | | Prototype: | static void parseShorthandBackgroundProperty(const QVector<QCss::Value> &values, BrushData *brush, QString *image, Repeat *repeat, Qt::Alignment *alignment, const QPalette &pal) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 993-1037 |
| | 32 | 9 |
qFindByteArray| Name: | qFindByteArray | | Prototype: | int qFindByteArray( const char *haystack0, int haystackLen, int from, const char *needle, int needleLen) | | Coverage: | 72.973% (27/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraymatcher.cpp | | Lines: | 271-324 |
| | 32 | 11 |
qIntersectionPoint| Name: | qIntersectionPoint | | Prototype: | static QIntersectionPoint qIntersectionPoint(const QPodPoint &u1, const QPodPoint &u2, const QPodPoint &v1, const QPodPoint &v2) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 250-313 |
| | 32 | 6 |
qt_splitLocaleName| Name: | qt_splitLocaleName | | Prototype: | bool qt_splitLocaleName(const QString &name, QString &lang, QString &script, QString &cntry) | | Coverage: | 63.889% (23/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 405-458 |
| | 32 | 11 |
read_xbm_body| Name: | read_xbm_body | | Prototype: | static bool read_xbm_body(QIODevice *device, int w, int h, QImage *outImage) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 120-172 |
| | 32 | 9 |
read_xbm_header| Name: | read_xbm_header | | Prototype: | static bool read_xbm_header(QIODevice *device, int& w, int& h) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 64-118 |
| | 32 | 8 |
BezierEase::init| Name: | BezierEase::init | | Prototype: | void init() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 445-497 |
| | 33 | 5 |
PageItem::paint| Name: | PageItem::paint | | Prototype: | void PageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 85-144 |
| | 33 | 2 |
Parser::parseSimpleSelector| Name: | Parser::parseSimpleSelector | | Prototype: | bool Parser::parseSimpleSelector(BasicSelector *basicSel) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2425-2465 |
| | 33 | 12 |
QAbstractItemView::viewportEvent| Name: | QAbstractItemView::viewportEvent | | Prototype: | bool QAbstractItemView::viewportEvent(QEvent *event) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1691-1748 |
| | 33 | 16 |
QArrayData::allocate| Name: | QArrayData::allocate | | Prototype: | QArrayData *QArrayData::allocate(size_t objectSize, size_t alignment, size_t capacity, AllocationOptions options) noexcept | | Coverage: | 86.364% (19/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qarraydata.cpp | | Lines: | 66-123 |
| | 33 | 7 |
QBlitterPaintEnginePrivate::fillRect| Name: | QBlitterPaintEnginePrivate::fillRect | | Prototype: | void QBlitterPaintEnginePrivate::fillRect(const QRectF &rect, const QColor &color, bool alpha) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 361-407 |
| | 33 | 12 |
QCalendarDateValidator::setFormat| Name: | QCalendarDateValidator::setFormat | | Prototype: | void QCalendarDateValidator::setFormat(const QString &format) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 547-593 |
| | 33 | 9 |
QCoreApplicationPrivate::checkReceiverThread| Name: | QCoreApplicationPrivate::checkReceiverThread | | Prototype: | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 529-544 |
| | 33 | 1 |
QDBusConnectionPrivate::handleObjectCall| Name: | QDBusConnectionPrivate::handleObjectCall | | Prototype: | void QDBusConnectionPrivate::handleObjectCall(const QDBusMessage &msg) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1525-1588 |
| | 33 | 7 |
QDateTime::setMSecsSinceEpoch| Name: | QDateTime::setMSecsSinceEpoch | | Prototype: | void QDateTime::setMSecsSinceEpoch(qint64 msecs) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3441-3488 |
| | 33 | 6 |
QDeviceDiscoveryUDev::handleUDevNotification| Name: | QDeviceDiscoveryUDev::handleUDevNotification | | Prototype: | void QDeviceDiscoveryUDev::handleUDevNotification() | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines: | 161-210 |
| | 33 | 13 |
QDockAreaLayout::minimumSize| Name: | QDockAreaLayout::minimumSize | | Prototype: | QSize QDockAreaLayout::minimumSize() const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2975-3023 |
| | 33 | 6 |
QDockAreaLayout::sizeHint| Name: | QDockAreaLayout::sizeHint | | Prototype: | QSize QDockAreaLayout::sizeHint() const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2925-2973 |
| | 33 | 6 |
QDockWidgetPrivate::nonClientAreaMouseEvent| Name: | QDockWidgetPrivate::nonClientAreaMouseEvent | | Prototype: | void QDockWidgetPrivate::nonClientAreaMouseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 960-1021 |
| | 33 | 13 |
QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate| Name: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate | | Prototype: | QEventDispatcherGlibPrivate::QEventDispatcherGlibPrivate(GMainContext *context) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 291-350 |
| | 33 | 3 |
QFSFileEnginePrivate::nativeRead| Name: | QFSFileEnginePrivate::nativeRead | | Prototype: | qint64 QFSFileEnginePrivate::nativeRead(char *data, qint64 len) | | Coverage: | 77.083% (37/48) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 288-344 |
| | 33 | 13 |
QFocusFrame::eventFilter| Name: | QFocusFrame::eventFilter | | Prototype: | bool QFocusFrame::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 276-333 |
| | 33 | 19 |
QFocusFrame::setWidget| Name: | QFocusFrame::setWidget | | Prototype: | void QFocusFrame::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 182-237 |
| | 33 | 11 |
QFontCache::clear| Name: | QFontCache::clear | | Prototype: | void QFontCache::clear() | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 2721-2778 |
| | 33 | 11 |
QFontComboBoxPrivate::_q_updateModel| Name: | QFontComboBoxPrivate::_q_updateModel | | Prototype: | void QFontComboBoxPrivate::_q_updateModel() | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | | Lines: | 310-364 |
| | 33 | 11 |
QFontDialogPrivate::updateStyles| Name: | QFontDialogPrivate::updateStyles | | Prototype: | void QFontDialogPrivate::updateStyles() | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfontdialog.cpp | | Lines: | 572-621 |
| | 33 | 11 |
QFormLayoutPrivate::arrangeWidgets| Name: | QFormLayoutPrivate::arrangeWidgets | | Prototype: | void QFormLayoutPrivate::arrangeWidgets(const QVector<QLayoutStruct>& layouts, QRect &rect) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 1912-1973 |
| | 33 | 9 |
QGL2PaintEngineEx::beginNativePainting| Name: | QGL2PaintEngineEx::beginNativePainting | | Prototype: | void QGL2PaintEngineEx::beginNativePainting() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 536-593 |
| | 33 | 5 |
QGLShaderPrivate::compile| Name: | QGLShaderPrivate::compile | | Prototype: | bool QGLShaderPrivate::compile(QGLShader *q) | | Coverage: | 16.667% (4/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 265-306 |
| | 33 | 7 |
QGestureManager::cancelGesturesForChildren| Name: | QGestureManager::cancelGesturesForChildren | | Prototype: | void QGestureManager::cancelGesturesForChildren(QGesture *original) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 410-465 |
| | 33 | 10 |
QGraphicsAnchorLayoutPrivate::getGraphParts| Name: | QGraphicsAnchorLayoutPrivate::getGraphParts | | Prototype: | QGraphicsAnchorLayoutPrivate::GraphParts QGraphicsAnchorLayoutPrivate::getGraphParts(Orientation orientation) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2493-2564 |
| | 33 | 9 |
QGraphicsAnchorLayoutPrivate::restoreVertices| Name: | QGraphicsAnchorLayoutPrivate::restoreVertices | | Prototype: | void QGraphicsAnchorLayoutPrivate::restoreVertices(Orientation orientation) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1289-1358 |
| | 33 | 7 |
QGraphicsAnchorLayoutPrivate::setItemsGeometries| Name: | QGraphicsAnchorLayoutPrivate::setItemsGeometries | | Prototype: | void QGraphicsAnchorLayoutPrivate::setItemsGeometries(const QRectF &geom) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2618-2668 |
| | 33 | 6 |
QGraphicsItemPrivate::initStyleOption| Name: | QGraphicsItemPrivate::initStyleOption | | Prototype: | void QGraphicsItemPrivate::initStyleOption(QStyleOptionGraphicsItem *option, const QTransform &worldTransform, const QRegion &exposedRegion, bool allItems) const | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 1399-1450 |
| | 33 | 12 |
QGraphicsProxyWidget::eventFilter| Name: | QGraphicsProxyWidget::eventFilter | | Prototype: | bool QGraphicsProxyWidget::eventFilter(QObject *object, QEvent *event) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 937-998 |
| | 33 | 17 |
QHeaderView::swapSections| Name: | QHeaderView::swapSections | | Prototype: | void QHeaderView::swapSections(int first, int second) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 809-857 |
| | 33 | 7 |
QIconCacheGtkReader::lookup| Name: | QIconCacheGtkReader::lookup | | Prototype: | QVector<const char *> QIconCacheGtkReader::lookup(const QString &name) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 244-292 |
| | 33 | 8 |
QItemSelection::split| Name: | QItemSelection::split | | Prototype: | void QItemSelection::split(const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) | | Coverage: | 94.444% (17/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 558-599 |
| | 33 | 6 |
QJsonParseError::errorString| Name: | QJsonParseError::errorString | | Prototype: | QString QJsonParseError::errorString() const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 141-196 |
| | 33 | 16 |
QMdiSubWindow::changeEvent| Name: | QMdiSubWindow::changeEvent | | Prototype: | void QMdiSubWindow::changeEvent(QEvent *changeEvent) | | Coverage: | 0.000% (0/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 2975-3026 |
| | 33 | 13 |
QMenuPrivate::scrollMenu| Name: | QMenuPrivate::scrollMenu | | Prototype: | void QMenuPrivate::scrollMenu(QMenuScroller::ScrollDirection direction, bool page, bool active) | | Coverage: | 0.000% (0/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 1010-1053 |
| | 33 | 11 |
QMetaObjectPrivate::disconnect| Name: | QMetaObjectPrivate::disconnect | | Prototype: | bool QMetaObjectPrivate::disconnect(const QObject *sender, int signal_index, const QMetaObject *smeta, const QObject *receiver, int method_index, void **slot, DisconnectType disconnectType) | | Coverage: | 81.818% (27/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 3380-3433 |
| | 33 | 11 |
QMimeBinaryProvider::matchSuffixTree| Name: | QMimeBinaryProvider::matchSuffixTree | | Prototype: | bool QMimeBinaryProvider::matchSuffixTree(QMimeGlobMatchResult &result, QMimeBinaryProvider::CacheFile *cacheFile, int numEntries, int firstOffset, const QString &fileName, int charPos, bool caseSensitiveCheck) | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 334-375 |
| | 33 | 9 |
QNetworkReplyHttpImplPrivate::_q_startOperation| Name: | QNetworkReplyHttpImplPrivate::_q_startOperation | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_startOperation() | | Coverage: | 74.074% (20/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1717-1782 |
| | 33 | 9 |
QOpenGLDebugLogger::initialize| Name: | QOpenGLDebugLogger::initialize | | Prototype: | bool QOpenGLDebugLogger::initialize() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | | Lines: | 1382-1442 |
| | 33 | 8 |
QOpenGLFunctions_1_5::~QOpenGLFunctions_1_5| Name: | QOpenGLFunctions_1_5::~QOpenGLFunctions_1_5 | | Prototype: | QOpenGLFunctions_1_5::~QOpenGLFunctions_1_5() | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_5.cpp | | Lines: | 84-119 |
| | 33 | 12 |
QOpenGLFunctions_3_2_Core::~QOpenGLFunctions_3_2_Core| Name: | QOpenGLFunctions_3_2_Core::~QOpenGLFunctions_3_2_Core | | Prototype: | QOpenGLFunctions_3_2_Core::~QOpenGLFunctions_3_2_Core() | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_2_core.cpp | | Lines: | 84-119 |
| | 33 | 12 |
QPathClipper::intersect| Name: | QPathClipper::intersect | | Prototype: | bool QPathClipper::intersect() | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1364-1413 |
| | 33 | 13 |
QPlainTextEdit::event| Name: | QPlainTextEdit::event | | Prototype: | bool QPlainTextEdit::event(QEvent *e) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1516-1568 |
| | 33 | 8 |
QPrintDevice::format| Name: | QPrintDevice::format | | Prototype: | void QPrintDevice::format(QDebug debug) const | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines: | 256-296 |
| | 33 | 9 |
QProgressDialog::setValue| Name: | QProgressDialog::setValue | | Prototype: | void QProgressDialog::setValue(int progress) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 663-711 |
| | 33 | 11 |
QPropertyAnimation::updateState| Name: | QPropertyAnimation::updateState | | Prototype: | void QPropertyAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState) | | Coverage: | 67.568% (25/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 257-315 |
| | 33 | 9 |
QQuaternion::getEulerAngles| Name: | QQuaternion::getEulerAngles | | Prototype: | void QQuaternion::getEulerAngles(float *pitch, float *yaw, float *roll) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 511-560 |
| | 33 | 4 |
QRect::contains| Name: | QRect::contains | | Prototype: | bool QRect::contains(const QRect &r, bool proper) const noexcept | | Coverage: | 72.000% (36/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 890-940 |
| | 33 | 12 |
QRectF::contains| Name: | QRectF::contains | | Prototype: | bool QRectF::contains(const QRectF &r) const noexcept | | Coverage: | 89.744% (35/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2019-2064 |
| | 33 | 11 |
QRectF::intersects| Name: | QRectF::intersects | | Prototype: | bool QRectF::intersects(const QRectF &r) const noexcept | | Coverage: | 89.744% (35/39) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 2311-2356 |
| | 33 | 11 |
QRenderRule::drawBackgroundImage| Name: | QRenderRule::drawBackgroundImage | | Prototype: | void QRenderRule::drawBackgroundImage(QPainter *p, const QRect &rect, QPoint off) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1162-1213 |
| | 33 | 11 |
QSpdyProtocolHandler::handleControlFrame| Name: | QSpdyProtocolHandler::handleControlFrame | | Prototype: | void QSpdyProtocolHandler::handleControlFrame(const QByteArray &frameHeaders) | | Coverage: | 36.364% (8/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 794-854 |
| | 33 | 11 |
QSqlTableModel::submitAll| Name: | QSqlTableModel::submitAll | | Prototype: | bool QSqlTableModel::submitAll() | | Coverage: | 87.805% (36/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 733-786 |
| | 33 | 15 |
QStyleSheetStyle::setGeometry| Name: | QStyleSheetStyle::setGeometry | | Prototype: | void QStyleSheetStyle::setGeometry(QWidget *w) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2448-2494 |
| | 33 | 10 |
QStyledItemDelegate::editorEvent| Name: | QStyledItemDelegate::editorEvent | | Prototype: | bool QStyledItemDelegate::editorEvent(QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qstyleditemdelegate.cpp | | Lines: | 589-640 |
| | 33 | 9 |
QTest::formatResult| Name: | QTest::formatResult | | Prototype: | template <typename T> QString formatResult(T number, int significantDigits) | | Coverage: | 55.172% (16/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 144-200 |
| | 33 | 9 |
QTextDocumentPrivate::clearUndoRedoStacks| Name: | QTextDocumentPrivate::clearUndoRedoStacks | | Prototype: | void QTextDocumentPrivate::clearUndoRedoStacks(QTextDocument::Stacks stacksToClear, bool emitSignals) | | Coverage: | 0.000% (0/50) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1098-1138 |
| | 33 | 14 |
QTextDocumentPrivate::insertBlock| Name: | QTextDocumentPrivate::insertBlock | | Prototype: | int QTextDocumentPrivate::insertBlock(QChar blockSeparator, int pos, int blockFormat, int charFormat, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 394-444 |
| | 33 | 4 |
QTextDocumentPrivate::setBlockFormat| Name: | QTextDocumentPrivate::setBlockFormat | | Prototype: | void QTextDocumentPrivate::setBlockFormat(const QTextBlock &from, const QTextBlock &to, const QTextBlockFormat &newFormat, FormatChangeMode mode) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 777-826 |
| | 33 | 9 |