| Function | Condition % | Modifications | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QFtpPI::readyRead| Name: | QFtpPI::readyRead | | Prototype: | void QFtpPI::readyRead() | | Coverage: | 78.378% (29/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 934-983 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines (reference): | 928-977 | | Comparison: | Different |
| | Different | 34 | 12 |
QFSCompleter::splitPath| Name: | QFSCompleter::splitPath | | Prototype: | QStringList QFSCompleter::splitPath(const QString &path) const | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 4036-4110 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 4038-4110 | | Comparison: | Different |
| | Different | 34 | 10 |
QDBusConnectionPrivate::addSignalHook| Name: | QDBusConnectionPrivate::addSignalHook | | Prototype: | void QDBusConnectionPrivate::addSignalHook(const QString &key, const SignalHook &hook) | | Coverage: | 82.927% (34/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2216-2271 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 2211-2266 | | Comparison: | Different |
| | Different | 34 | 10 |
QAccessible::queryAccessibleInterface| Name: | QAccessible::queryAccessibleInterface | | Prototype: | QAccessibleInterface *QAccessible::queryAccessibleInterface(QObject *object) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 669-724 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines (reference): | 664-721 | | Comparison: | Different |
| | Different | 34 | 11 |
set_text| Name: | set_text | | Prototype: | static void set_text(const QImage &image, png_structp png_ptr, png_infop info_ptr, const QString &description) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 734-806 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines (reference): | 734-806 | | Comparison: | Different |
| | Different | 33 | 10 |
load_glyph_image_to_texture| Name: | load_glyph_image_to_texture | | Prototype: | static void load_glyph_image_to_texture(QOpenGLContext *ctx, QImage &img, GLuint texture, int tx, int ty) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 184-252 | | Comparison: | New |
| | New | 33 | 9 |
convertWithPalette| Name: | convertWithPalette | | Prototype: | static QImage convertWithPalette(const QImage &src, QImage::Format format, const QVector<QRgb> &clut) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2070-2119 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 2057-2106 | | Comparison: | Different |
| | Different | 33 | 9 |
QWindow::setVisible| Name: | QWindow::setVisible | | Prototype: | void QWindow::setVisible(bool visible) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 492-558 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines (reference): | 475-531 | | Comparison: | Different |
| | Different | 33 | 12 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1091-1131 | | Comparison: | Different |
| | Different | 33 | 14 |
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 | | Comparison: | New |
| | New | 33 | 11 |
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 | | Comparison: | New |
| | New | 33 | 11 |
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 | | Comparison: | New |
| | New | 33 | 12 |
QReadWriteLock::tryLockForWrite| Name: | QReadWriteLock::tryLockForWrite | | Prototype: | bool QReadWriteLock::tryLockForWrite(int timeout) | | Coverage: | 66.667% (20/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 336-383 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines (reference): | 364-396 | | Comparison: | Different |
| | Different | 33 | 6 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprintdevice.cpp | | Lines (reference): | 250-290 | | Comparison: | Different |
| | Different | 33 | 9 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_2_core.cpp | | Lines (reference): | 78-124 | | Comparison: | Different |
| | Different | 33 | 12 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_5.cpp | | Lines (reference): | 78-124 | | Comparison: | Different |
| | Different | 33 | 12 |
QNetworkReplyHttpImplPrivate::replyDownloadData| Name: | QNetworkReplyHttpImplPrivate::replyDownloadData | | Prototype: | void QNetworkReplyHttpImplPrivate::replyDownloadData(QByteArray d) | | Coverage: | 78.125% (25/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 994-1064 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines (reference): | 1002-1071 | | Comparison: | Different |
| | Different | 33 | 10 |
QNetworkReplyHttpImplPrivate::_q_startOperation| Name: | QNetworkReplyHttpImplPrivate::_q_startOperation | | Prototype: | void QNetworkReplyHttpImplPrivate::_q_startOperation() | | Coverage: | 73.077% (19/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines: | 1717-1782 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | | Lines (reference): | 1725-1790 | | Comparison: | Different |
| | Different | 33 | 9 |
QMdiSubWindow::paintEvent| Name: | QMdiSubWindow::paintEvent | | Prototype: | void QMdiSubWindow::paintEvent(QPaintEvent *paintEvent) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3130-3176 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines (reference): | 3128-3177 | | Comparison: | Different |
| | Different | 33 | 10 |
QIconModeViewBase::filterDropEvent| Name: | QIconModeViewBase::filterDropEvent | | Prototype: | bool QIconModeViewBase::filterDropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2771-2811 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines (reference): | 2760-2801 | | Comparison: | Different |
| | Different | 33 | 9 |
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 | | Comparison: | New |
| | New | 33 | 8 |
QHeaderView::moveSection| Name: | QHeaderView::moveSection | | Prototype: | void QHeaderView::moveSection(int from, int to) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 747-800 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 741-791 | | Comparison: | Different |
| | Different | 33 | 8 |
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 | | Comparison: | New |
| | New | 33 | 9 |
QEventDispatcherUNIX::unregisterSocketNotifier| Name: | QEventDispatcherUNIX::unregisterSocketNotifier | | Prototype: | void QEventDispatcherUNIX::unregisterSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 417-457 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines (reference): | 456-500 | | Comparison: | Different |
| | Different | 33 | 9 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/devicediscovery/qdevicediscovery_udev.cpp | | Lines (reference): | 155-204 | | Comparison: | Different |
| | Different | 33 | 13 |
QCoreApplication::postEvent| Name: | QCoreApplication::postEvent | | Prototype: | void QCoreApplication::postEvent(QObject *receiver, QEvent *event, int priority) | | Coverage: | 72.727% (24/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1361-1437 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines (reference): | 1385-1445 | | Comparison: | Different |
| | Different | 33 | 8 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines (reference): | 540-586 | | Comparison: | Different |
| | Different | 33 | 9 |
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 | | Comparison: | New |
| | New | 33 | 7 |
QAbstractSocket::writeData| Name: | QAbstractSocket::writeData | | Prototype: | qint64 QAbstractSocket::writeData(const char *data, qint64 size) | | Coverage: | 81.395% (35/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2492-2556 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 2468-2533 | | Comparison: | Different |
| | Different | 33 | 11 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines (reference): | 439-491 | | Comparison: | Different |
| | Different | 33 | 5 |
QXcbWindow::hide| Name: | QXcbWindow::hide | | Prototype: | void QXcbWindow::hide() | | Coverage: | 60.714% (17/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 853-910 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 877-933 | | Comparison: | Different |
| | Different | 32 | 10 |
QXcbNativeInterface::nativeResourceForScreen| Name: | QXcbNativeInterface::nativeResourceForScreen | | Prototype: | void *QXcbNativeInterface::nativeResourceForScreen(const QByteArray &resourceString, QScreen *screen) | | Coverage: | 17.073% (7/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 204-259 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines (reference): | 208-259 | | Comparison: | Different |
| | Different | 32 | 15 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines (reference): | 732-784 | | Comparison: | Different |
| | Different | 32 | 15 |
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 | | Comparison: | New |
| | New | 32 | 8 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines (reference): | 50-127 | | Comparison: | Different |
| | Different | 32 | 12 |
QOpenGLFunctions_1_1::initializeOpenGLFunctions| Name: | QOpenGLFunctions_1_1::initializeOpenGLFunctions | | Prototype: | bool QOpenGLFunctions_1_1::initializeOpenGLFunctions() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_1.cpp | | Lines: | 93-127 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_1.cpp | | Lines (reference): | 91-141 | | Comparison: | Different |
| | Different | 32 | 7 |
QGridLayoutItem::geometryWithin| Name: | QGridLayoutItem::geometryWithin | | Prototype: | QRectF QGridLayoutItem::geometryWithin(qreal x, qreal y, qreal width, qreal height, qreal rowDescent, Qt::Alignment align, bool snapToPixelGrid) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 645-694 | | Comparison: | New |
| | New | 32 | 12 |
QGridLayoutItem::box| Name: | QGridLayoutItem::box | | Prototype: | QGridLayoutBox QGridLayoutItem::box(Qt::Orientation orientation, bool snapToPixelGrid, qreal constraint) const | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 588-643 | | Comparison: | New |
| | New | 32 | 11 |
QGraphicsScenePrivate::enterModal| Name: | QGraphicsScenePrivate::enterModal | | Prototype: | void QGraphicsScenePrivate::enterModal(QGraphicsItem *panel, QGraphicsItem::PanelModality previousModality) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 6094-6152 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 6073-6131 | | Comparison: | Different |
| | Different | 32 | 12 |
QDockAreaLayout::resizeDocks| Name: | QDockAreaLayout::resizeDocks | | Prototype: | void QDockAreaLayout::resizeDocks(const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation o) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3138-3183 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines (reference): | 3134-3179 | | Comparison: | Different |
| | Different | 32 | 10 |
QColor::toHsv| Name: | QColor::toHsv | | Prototype: | QColor QColor::toHsv() const noexcept | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 1721-1765 | | Comparison: | New |
| | New | 32 | 8 |
qglx_findConfig| Name: | qglx_findConfig | | Prototype: | GLXFBConfig qglx_findConfig(Display *display, int screen , QSurfaceFormat format, bool highestPixelFormat, int drawableBit) | | Coverage: | 45.946% (17/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 182-229 | | Comparison: | New |
| | New | 31 | 9 |
parseModeline| Name: | parseModeline | | Prototype: | static bool parseModeline(const QByteArray &text, drmModeModeInfoPtr mode) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | | Lines: | 119-160 | | Comparison: | New |
| | New | 31 | 6 |
headerValue| Name: | headerValue | | Prototype: | static QByteArray headerValue(QNetworkRequest::KnownHeaders header, const QVariant &value) | | Coverage: | 70.000% (28/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 745-809 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines (reference): | 737-801 | | Comparison: | Different |
| | Different | 31 | 21 |
convert_Indexed8_to_X32| Name: | convert_Indexed8_to_X32 | | Prototype: | static void convert_Indexed8_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1727-1764 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines (reference): | 1721-1752 | | Comparison: | Different |
| | Different | 31 | 5 |
_q_parseDosDir| Name: | _q_parseDosDir | | Prototype: | static void _q_parseDosDir(const QStringList &tokens, const QString &userName, QUrlInfo *info) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 562-613 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines (reference): | 556-607 | | Comparison: | Different |
| | Different | 31 | 6 |
QWidgetLineControl::processShortcutOverrideEvent| Name: | QWidgetLineControl::processShortcutOverrideEvent | | Prototype: | void QWidgetLineControl::processShortcutOverrideEvent(QKeyEvent *ke) | | Coverage: | 0.000% (0/73) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1561-1612 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines (reference): | 1524-1569 | | Comparison: | Different |
| | Different | 31 | 12 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 3269-3326 | | Comparison: | Different |
| | Different | 31 | 11 |
QUndoStack::push| Name: | QUndoStack::push | | Prototype: | void QUndoStack::push(QUndoCommand *cmd) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 582-626 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 576-620 | | Comparison: | Different |
| | Different | 31 | 9 |
QStateMachinePrivate::setError| Name: | QStateMachinePrivate::setError | | Prototype: | void QStateMachinePrivate::setError(QStateMachine::Error errorCode, QAbstractState *currentContext) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1463-1517 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 1455-1510 | | Comparison: | Different |
| | Different | 31 | 8 |
QPixmapStyle::eventFilter| Name: | QPixmapStyle::eventFilter | | Prototype: | bool QPixmapStyle::eventFilter(QObject *watched, QEvent *event) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 516-568 | | Comparison: | New |
| | New | 31 | 14 |
QLocalePrivate::updateSystemPrivate| Name: | QLocalePrivate::updateSystemPrivate | | Prototype: | void QLocalePrivate::updateSystemPrivate() | | Coverage: | 57.143% (16/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 590-634 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines (reference): | 587-631 | | Comparison: | Different |
| | Different | 31 | 10 |
QGraphicsAnchorLayoutPrivate::calculateTrunk| Name: | QGraphicsAnchorLayoutPrivate::calculateTrunk | | Prototype: | bool QGraphicsAnchorLayoutPrivate::calculateTrunk(Orientation orientation, const GraphPath &path, const QList<QSimplexConstraint *> &constraints, const QList<AnchorData *> &variables) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2194-2257 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines (reference): | 2197-2262 | | Comparison: | Different |
| | Different | 31 | 5 |
QEvdevKeyboardHandler::create| Name: | QEvdevKeyboardHandler::create | | Prototype: | QEvdevKeyboardHandler *QEvdevKeyboardHandler::create(const QString &device, const QString &specification, const QString &defaultKeymapFile) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines: | 94-138 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp | | Lines (reference): | 87-131 | | Comparison: | Different |
| | Different | 31 | 12 |
backtraceFramesForLogMessage| Name: | backtraceFramesForLogMessage | | Prototype: | static QStringList backtraceFramesForLogMessage(int frameCount) | | Coverage: | 70.000% (28/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1210-1266 | | Comparison: | New |
| | New | 30 | 12 |
QZipReader::extractAll| Name: | QZipReader::extractAll | | Prototype: | bool QZipReader::extractAll(const QString &destinationDir) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 1020-1068 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines (reference): | 1012-1060 | | Comparison: | Different |
| | Different | 30 | 13 |
QWindowsStyle::eventFilter| Name: | QWindowsStyle::eventFilter | | Prototype: | bool QWindowsStyle::eventFilter(QObject *o, QEvent *e) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines: | 153-204 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines (reference): | 145-197 | | Comparison: | Different |
| | Different | 30 | 12 |
QWidgetTextControl::setExtraSelections| Name: | QWidgetTextControl::setExtraSelections | | Prototype: | void QWidgetTextControl::setExtraSelections(const QList<QTextEdit::ExtraSelection> &selections) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2419-2463 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines (reference): | 2385-2429 | | Comparison: | Different |
| | Different | 30 | 9 |
QTranslator::load| Name: | QTranslator::load | | Prototype: | bool QTranslator::load(const QString & filename, const QString & directory, const QString & search_delimiters, const QString & suffix) | | Coverage: | 76.471% (26/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 475-524 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines (reference): | 467-515 | | Comparison: | Different |
| | Different | 30 | 9 |
QTeamCityLogger::addIncident| Name: | QTeamCityLogger::addIncident | | Prototype: | void QTeamCityLogger::addIncident(IncidentTypes type, const char *description, const char *file, int line) | | Coverage: | 92.000% (23/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 136-189 | | Comparison: | New |
| | New | 30 | 7 |
QSpdyProtocolHandler::sendSYN_STREAM| Name: | QSpdyProtocolHandler::sendSYN_STREAM | | Prototype: | void QSpdyProtocolHandler::sendSYN_STREAM(const HttpMessagePair &messagePair, qint32 streamID, qint32 associatedToStreamID) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 610-664 | | Comparison: | New |
| | New | 30 | 6 |
QRect::operator|| Name: | QRect::operator| | | Prototype: | QRect QRect::operator|(const QRect &r) const noexcept | | Coverage: | 100.000% (23/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | | Lines: | 968-1009 | | Comparison: | New |
| | New | 30 | 7 |
QPixmapStyle::scrollBarSubControlRect| Name: | QPixmapStyle::scrollBarSubControlRect | | Prototype: | QRect QPixmapStyle::scrollBarSubControlRect(const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 1067-1117 | | Comparison: | New |
| | New | 30 | 13 |
QPaintEngineExPrivate::replayClipOperations| Name: | QPaintEngineExPrivate::replayClipOperations | | Prototype: | void QPaintEngineExPrivate::replayClipOperations() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 177-224 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines (reference): | 171-219 | | Comparison: | Different |
| | Different | 30 | 9 |
QOpenGLShaderProgram::link| Name: | QOpenGLShaderProgram::link | | Prototype: | bool QOpenGLShaderProgram::link() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines: | 1028-1070 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | | Lines (reference): | 1024-1066 | | Comparison: | Different |
| | Different | 30 | 7 |
QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1| Name: | QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1 | | Prototype: | QOpenGLFunctions_3_1::~QOpenGLFunctions_3_1() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_1.cpp | | Lines: | 83-115 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_3_1.cpp | | Lines (reference): | 77-119 | | Comparison: | Different |
| | Different | 30 | 11 |
QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4| Name: | QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4 | | Prototype: | QOpenGLFunctions_1_4::~QOpenGLFunctions_1_4() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_4.cpp | | Lines: | 83-115 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_4.cpp | | Lines (reference): | 77-119 | | Comparison: | Different |
| | Different | 30 | 11 |
QOpenGLFramebufferObject::blitFramebuffer| Name: | QOpenGLFramebufferObject::blitFramebuffer | | Prototype: | void QOpenGLFramebufferObject::blitFramebuffer(QOpenGLFramebufferObject *target, const QRect &targetRect, QOpenGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter, int readColorAttachmentIndex, int drawColorAttachmentIndex) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 1789-1801 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines (reference): | 1678-1727 | | Comparison: | Different |
| | Different | 30 | 6 |
QMimeBinaryProvider::parents| Name: | QMimeBinaryProvider::parents | | Prototype: | QStringList QMimeBinaryProvider::parents(const QString &mime) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 431-470 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines (reference): | 425-464 | | Comparison: | Different |
| | Different | 30 | 8 |
QFreetypeFace::computeSize| Name: | QFreetypeFace::computeSize | | Prototype: | void QFreetypeFace::computeSize(const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing, QFixed *scalableBitmapScaleFactor) | | Coverage: | 11.628% (5/43) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 337-388 | | Comparison: | New |
| | New | 30 | 12 |
QEventDispatcherUNIX::registerSocketNotifier| Name: | QEventDispatcherUNIX::registerSocketNotifier | | Prototype: | void QEventDispatcherUNIX::registerSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 395-415 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines (reference): | 412-454 | | Comparison: | Different |
| | Different | 30 | 6 |
QDateTimeEdit::setDisplayFormat| Name: | QDateTimeEdit::setDisplayFormat | | Prototype: | void QDateTimeEdit::setDisplayFormat(const QString &format) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 867-907 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines (reference): | 866-906 | | Comparison: | Different |
| | Different | 30 | 7 |
QComboBox::setLineEdit| Name: | QComboBox::setLineEdit | | Prototype: | void QComboBox::setLineEdit(QLineEdit *edit) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1767-1824 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines (reference): | 1761-1816 | | Comparison: | Different |
| | Different | 30 | 5 |
QApplication::style| Name: | QApplication::style | | Prototype: | QStyle *QApplication::style() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1118-1169 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 1113-1164 | | Comparison: | Different |
| | Different | 30 | 11 |
QAccessibleTable::child| Name: | QAccessibleTable::child | | Prototype: | QAccessibleInterface *QAccessibleTable::child(int logicalIndex) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 475-524 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines (reference): | 469-518 | | Comparison: | Different |
| | Different | 30 | 10 |
Parser::parse| Name: | Parser::parse | | Prototype: | QJsonDocument Parser::parse(QJsonParseError *error) | | Coverage: | 76.000% (19/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 299-357 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines (reference): | 293-351 | | Comparison: | Different |
| | Different | 30 | 9 |
QXmlSimpleReaderPrivate::processElementEmptyTag| Name: | QXmlSimpleReaderPrivate::processElementEmptyTag | | Prototype: | bool QXmlSimpleReaderPrivate::processElementEmptyTag() | | Coverage: | 65.625% (21/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3776-3830 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3763-3813 | | Comparison: | Different |
| | Different | 29 | 11 |
QWindow::destroy| Name: | QWindow::destroy | | Prototype: | void QWindow::destroy() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 1671-1713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines (reference): | 1638-1678 | | Comparison: | Different |
| | Different | 29 | 9 |
QUnixPrintWidgetPrivate::applyPrinterProperties| Name: | QUnixPrintWidgetPrivate::applyPrinterProperties | | Prototype: | void QUnixPrintWidgetPrivate::applyPrinterProperties() | | Coverage: | 39.474% (15/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 794-834 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines (reference): | 790-833 | | Comparison: | Different |
| | Different | 29 | 13 |
QTextDocumentPrivate::finishEdit| Name: | QTextDocumentPrivate::finishEdit | | Prototype: | void QTextDocumentPrivate::finishEdit() | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 1203-1254 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 1196-1247 | | Comparison: | Different |
| | Different | 29 | 12 |
QTest::toString| Name: | QTest::toString | | Prototype: | template <> __attribute__((visibility("default"))) char *QTest::toString<char>(const char &t) | | Coverage: | 100.000% (30/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2327-2372 | | Comparison: | New |
| | New | 29 | 14 |
QString::arg| Name: | QString::arg | | Prototype: | QString QString::arg(double a, int fieldWidth, char fmt, int prec, QChar fillChar) const | | Coverage: | 63.333% (19/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7786-7837 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 7766-7815 | | Comparison: | Different |
| | Different | 29 | 11 |
QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER| Name: | QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER | | Prototype: | QSslCipher QSslSocketBackendPrivate::QSslCipher_from_SSL_CIPHER(SSL_CIPHER *cipher) | | Coverage: | 62.500% (20/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 222-260 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines (reference): | 221-259 | | Comparison: | Different |
| | Different | 29 | 10 |
QReadWriteLock::tryLockForWrite| Name: | QReadWriteLock::tryLockForWrite | | Prototype: | bool QReadWriteLock::tryLockForWrite() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 312-315 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines (reference): | 317-343 | | Comparison: | Different |
| | Different | 29 | 5 |
QRasterPaintEnginePrivate::rasterizeLine_dashed| Name: | QRasterPaintEnginePrivate::rasterizeLine_dashed | | Prototype: | void QRasterPaintEnginePrivate::rasterizeLine_dashed(QLineF line, qreal width, int *dashIndex, qreal *dashOffset, bool *inDash) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3149-3193 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines (reference): | 3139-3183 | | Comparison: | Different |
| | Different | 29 | 7 |
QRasterPaintEngine::fill| Name: | QRasterPaintEngine::fill | | Prototype: | void QRasterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1652-1718 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines (reference): | 1646-1708 | | Comparison: | Different |
| | Different | 29 | 7 |
QPixmapIconEngine::addFile| Name: | QPixmapIconEngine::addFile | | Prototype: | void QPixmapIconEngine::addFile(const QString &fileName, const QSize &size, QIcon::Mode mode, QIcon::State state) | | Coverage: | 0.000% (0/46) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 409-452 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines (reference): | 400-443 | | Comparison: | Different |
| | Different | 29 | 13 |
QLineEdit::event| Name: | QLineEdit::event | | Prototype: | bool QLineEdit::event(QEvent * e) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1398-1457 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines (reference): | 1398-1457 | | Comparison: | Different |
| | Different | 29 | 14 |
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 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines (reference): | 800-842 | | Comparison: | Different |
| | Different | 29 | 5 |
QGraphicsItem::boundingRegion| Name: | QGraphicsItem::boundingRegion | | Prototype: | QRegion QGraphicsItem::boundingRegion(const QTransform &itemToDeviceTransform) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 5310-5359 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines (reference): | 5222-5270 | | Comparison: | Different |
| | Different | 29 | 3 |
QEglFSKmsIntegration::loadConfig| Name: | QEglFSKmsIntegration::loadConfig | | Prototype: | void QEglFSKmsIntegration::loadConfig() | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | | Lines: | 162-211 | | Comparison: | New |
| | New | 29 | 14 |
QEasingCurvePrivate::setType_helper| Name: | QEasingCurvePrivate::setType_helper | | Prototype: | void QEasingCurvePrivate::setType_helper(QEasingCurve::Type newType) | | Coverage: | 88.889% (24/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 1324-1360 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines (reference): | 1318-1354 | | Comparison: | Different |
| | Different | 29 | 7 |
QDBusConnectionPrivate::processFinishedCall| Name: | QDBusConnectionPrivate::processFinishedCall | | Prototype: | void QDBusConnectionPrivate::processFinishedCall(QDBusPendingCallPrivate *call) | | Coverage: | 72.222% (26/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1856-1916 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 1851-1911 | | Comparison: | Different |
| | Different | 29 | 11 |
QApplicationPrivate::closePopup| Name: | QApplicationPrivate::closePopup | | Prototype: | void QApplicationPrivate::closePopup(QWidget *popup) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3844-3899 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 3849-3904 | | Comparison: | Different |
| | Different | 29 | 11 |
QAbstractSocket::waitForBytesWritten| Name: | QAbstractSocket::waitForBytesWritten | | Prototype: | bool QAbstractSocket::waitForBytesWritten(int msecs) | | Coverage: | 41.176% (14/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2234-2297 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 2197-2259 | | Comparison: | Different |
| | Different | 29 | 13 |
QAbstractScrollAreaPrivate::replaceScrollBar| Name: | QAbstractScrollAreaPrivate::replaceScrollBar | | Prototype: | void QAbstractScrollAreaPrivate::replaceScrollBar(QScrollBar *scrollBar, Qt::Orientation orientation) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 249-285 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines (reference): | 243-278 | | Comparison: | Different |
| | Different | 29 | 2 |
locatePlugin| Name: | locatePlugin | | Prototype: | static QString locatePlugin(const QString& fileName) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 281-324 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines (reference): | 275-318 | | Comparison: | Different |
| | Different | 28 | 11 |
fromOffsetString| Name: | fromOffsetString | | Prototype: | static int fromOffsetString(const QStringRef &offsetString, bool *valid) noexcept | | Coverage: | 82.759% (24/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 260-302 | | Comparison: | New |
| | New | 28 | 7 |
extractEncodingDecl| Name: | extractEncodingDecl | | Prototype: | static QString extractEncodingDecl(const QString &text, bool *needMoreText) | | Coverage: | 78.788% (26/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1293-1333 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 1279-1319 | | Comparison: | Different |
| | Different | 28 | 9 |
QUrl::errorString| Name: | QUrl::errorString | | Prototype: | QString QUrl::errorString() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4041-4074 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 4036-4068 | | Comparison: | Different |
| | Different | 28 | 4 |