| Function | Condition % | Modifications | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QTextStreamPrivate::padding| Name: | QTextStreamPrivate::padding | | Prototype: | QTextStreamPrivate::PaddingResult QTextStreamPrivate::padding(int len) const | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 938-961 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines (reference): | 916-946 | | Comparison: | Different |
| | Different | 16 | 5 |
QToolBarAreaLayoutInfo::insertToolBarBreak| Name: | QToolBarAreaLayoutInfo::insertToolBarBreak | | Prototype: | void QToolBarAreaLayoutInfo::insertToolBarBreak(QToolBar *before) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 347-373 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines (reference): | 341-367 | | Comparison: | Different |
| | Different | 16 | 7 |
QToolBoxPrivate::_q_widgetDestroyed| Name: | QToolBoxPrivate::_q_widgetDestroyed | | Prototype: | void QToolBoxPrivate::_q_widgetDestroyed(QObject *object) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 449-474 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines (reference): | 443-466 | | Comparison: | Different |
| | Different | 16 | 4 |
QTreeViewPrivate::paintAlternatingRowColors| Name: | QTreeViewPrivate::paintAlternatingRowColors | | Prototype: | void QTreeViewPrivate::paintAlternatingRowColors(QPainter *painter, QStyleOptionViewItem *option, int y, int bottom) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1353-1371 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines (reference): | 1346-1368 | | Comparison: | Different |
| | Different | 16 | 6 |
QTreeWidget::mimeData| Name: | QTreeWidget::mimeData | | Prototype: | QMimeData *QTreeWidget::mimeData(const QList<QTreeWidgetItem*> items) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines: | 3283-3307 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreewidget.cpp | | Lines (reference): | 3276-3301 | | Comparison: | Different |
| | Different | 16 | 6 |
QUndoStack::beginMacro| Name: | QUndoStack::beginMacro | | Prototype: | void QUndoStack::beginMacro(const QString &text) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines: | 955-978 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | | Lines (reference): | 949-972 | | Comparison: | Different |
| | Different | 16 | 5 |
QWidgetPrivate::propagatePaletteChange| Name: | QWidgetPrivate::propagatePaletteChange | | Prototype: | void QWidgetPrivate::propagatePaletteChange() | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2008-2037 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 1993-2019 | | Comparison: | Different |
| | Different | 16 | 5 |
QWindowSystemInterface::handleWheelEvent| Name: | QWindowSystemInterface::handleWheelEvent | | Prototype: | void QWindowSystemInterface::handleWheelEvent(QWindow *tlw, ulong timestamp, const QPointF & local, const QPointF & global, QPoint pixelDelta, QPoint angleDelta, Qt::KeyboardModifiers mods, Qt::ScrollPhase phase, Qt::MouseEventSource source, bool invertedScrolling) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 319-361 | | Comparison: | New |
| | New | 16 | 4 |
QXcbNativeInterface::atspiBus| Name: | QXcbNativeInterface::atspiBus | | Prototype: | void *QXcbNativeInterface::atspiBus() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 463-486 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines (reference): | 449-468 | | Comparison: | Different |
| | Different | 16 | 2 |
addressFromSockaddr| Name: | addressFromSockaddr | | Prototype: | static QHostAddress addressFromSockaddr(sockaddr *sa, int ifindex = 0, const QString &ifname = QString()) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines: | 88-109 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines (reference): | 81-108 | | Comparison: | Different |
| | Different | 16 | 7 |
childWidgets| Name: | childWidgets | | Prototype: | QList<QWidget*> childWidgets(const QWidget *widget) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 76-95 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines (reference): | 70-90 | | Comparison: | Different |
| | Different | 16 | 5 |
loadTzTimeZones| Name: | loadTzTimeZones | | Prototype: | static QTzTimeZoneHash loadTzTimeZones() | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 71-98 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines (reference): | 65-92 | | Comparison: | Different |
| | Different | 16 | 8 |
progressForValue| Name: | progressForValue | | Prototype: | static qreal progressForValue(const QEasingCurve &curve, qreal value) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 166-188 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines (reference): | 160-182 | | Comparison: | Different |
| | Different | 16 | 6 |
qDrawPlainRect| Name: | qDrawPlainRect | | Prototype: | void qDrawPlainRect(QPainter *p, int x, int y, int w, int h, const QColor &c, int lineWidth, const QBrush *fill) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | | Lines: | 513-534 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | | Lines (reference): | 507-528 | | Comparison: | Different |
| | Different | 16 | 5 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QJsonDocument &doc, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 389-420 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines (reference): | 399-430 | | Comparison: | Different |
| | Different | 16 | 8 |
read_pbm_header| Name: | read_pbm_header | | Prototype: | static bool read_pbm_header(QIODevice *device, char& type, int& w, int& h, int& mcc) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 96-121 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines (reference): | 90-115 | | Comparison: | Different |
| | Different | 16 | 6 |
QAbstractSocketPrivate::canCloseNotification| Name: | QAbstractSocketPrivate::canCloseNotification | | Prototype: | void QAbstractSocketPrivate::canCloseNotification() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 747-782 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 767-802 | | Comparison: | Different |
| | Different | 17 | 5 |
QAsn1Element::fromObjectId| Name: | QAsn1Element::fromObjectId | | Prototype: | QAsn1Element QAsn1Element::fromObjectId(const QByteArray &id) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 191-212 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines (reference): | 185-206 | | Comparison: | Different |
| | Different | 17 | 3 |
QColor::operator==| Name: | QColor::operator== | | Prototype: | bool QColor::operator==(const QColor &color) const noexcept | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2421-2442 | | Comparison: | New |
| | New | 17 | 2 |
QDateTimeParser::sectionSize| Name: | QDateTimeParser::sectionSize | | Prototype: | int QDateTimeParser::sectionSize(int sectionIndex) const | | Coverage: | 71.429% (15/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 538-572 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines (reference): | 532-565 | | Comparison: | Different |
| | Different | 17 | 7 |
QDockAreaLayoutInfo::reparentWidgets| Name: | QDockAreaLayoutInfo::reparentWidgets | | Prototype: | void QDockAreaLayoutInfo::reparentWidgets(QWidget *parent) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2069-2092 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines (reference): | 2063-2086 | | Comparison: | Different |
| | Different | 17 | 9 |
QEventDispatcherUNIXPrivate::markPendingSocketNotifiers| Name: | QEventDispatcherUNIXPrivate::markPendingSocketNotifiers | | Prototype: | void QEventDispatcherUNIXPrivate::markPendingSocketNotifiers() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 252-290 | | Comparison: | New |
| | New | 17 | 7 |
QFileDialog::setNameFilters| Name: | QFileDialog::setNameFilters | | Prototype: | void QFileDialog::setNameFilters(const QStringList &filters) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1404-1428 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 1403-1428 | | Comparison: | Different |
| | Different | 17 | 5 |
QFileDialogPrivate::saveSettings| Name: | QFileDialogPrivate::saveSettings | | Prototype: | void QFileDialogPrivate::saveSettings() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 2691-2712 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 2692-2713 | | Comparison: | Different |
| | Different | 17 | 3 |
QFontEngineFT::lockFace| Name: | QFontEngineFT::lockFace | | Prototype: | FT_Face QFontEngineFT::lockFace(Scaling scale) const | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 2020-2043 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines (reference): | 1884-1906 | | Comparison: | Different |
| | Different | 17 | 4 |
QGraphicsScene::setActiveWindow| Name: | QGraphicsScene::setActiveWindow | | Prototype: | void QGraphicsScene::setActiveWindow(QGraphicsWidget *widget) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5742-5771 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 5717-5748 | | Comparison: | Different |
| | Different | 17 | 6 |
QGridLayoutPrivate::add| Name: | QGridLayoutPrivate::add | | Prototype: | void QGridLayoutPrivate::add(QGridBox *box, int row1, int row2, int col1, int col2) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 564-587 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines (reference): | 558-581 | | Comparison: | Different |
| | Different | 17 | 5 |
QGuiApplicationPrivate::processWheelEvent| Name: | QGuiApplicationPrivate::processWheelEvent | | Prototype: | void QGuiApplicationPrivate::processWheelEvent(QWindowSystemInterfacePrivate::WheelEvent *e) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1961-1992 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 1935-1965 | | Comparison: | Different |
| | Different | 17 | 5 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 495-521 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines (reference): | 489-514 | | Comparison: | Different |
| | Different | 17 | 4 |
QMimeBinaryProvider::findByFileName| Name: | QMimeBinaryProvider::findByFileName | | Prototype: | QStringList QMimeBinaryProvider::findByFileName(const QString &fileName, QString *foundSuffix) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 288-309 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines (reference): | 282-303 | | Comparison: | Different |
| | Different | 17 | 5 |
QNetworkConfigurationManagerPrivate::startPolling| Name: | QNetworkConfigurationManagerPrivate::startPolling | | Prototype: | void QNetworkConfigurationManagerPrivate::startPolling() | | Coverage: | 88.889% (16/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | | Lines: | 458-482 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | | Lines (reference): | 476-500 | | Comparison: | Different |
| | Different | 17 | 6 |
QOpenGLFramebufferObject::~QOpenGLFramebufferObject| Name: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject | | Prototype: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 940-964 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines (reference): | 934-958 | | Comparison: | Different |
| | Different | 17 | 8 |
QPainterPath::connectPath| Name: | QPainterPath::connectPath | | Prototype: | void QPainterPath::connectPath(const QPainterPath &other) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 1254-1283 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines (reference): | 1248-1277 | | Comparison: | Different |
| | Different | 17 | 6 |
QPlainTextEdit::setDocument| Name: | QPlainTextEdit::setDocument | | Prototype: | void QPlainTextEdit::setDocument(QTextDocument *document) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1290-1313 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines (reference): | 1283-1306 | | Comparison: | Different |
| | Different | 17 | 4 |
QReadWriteLockPrivate::recursiveUnlock| Name: | QReadWriteLockPrivate::recursiveUnlock | | Prototype: | void QReadWriteLockPrivate::recursiveUnlock() | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 575-601 | | Comparison: | New |
| | New | 17 | 6 |
QRingBuffer::free| Name: | QRingBuffer::free | | Prototype: | void QRingBuffer::free(qint64 bytes) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 72-104 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines (reference): | 66-96 | | Comparison: | Different |
| | Different | 17 | 5 |
QShortcutMap::nextState| Name: | QShortcutMap::nextState | | Prototype: | QKeySequence::SequenceMatch QShortcutMap::nextState(QKeyEvent *e) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 367-402 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines (reference): | 360-395 | | Comparison: | Different |
| | Different | 17 | 6 |
QSortFilterProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QSortFilterProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1328-1355 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines (reference): | 1322-1349 | | Comparison: | Different |
| | Different | 17 | 6 |
QSqlDatabasePrivate::init| Name: | QSqlDatabasePrivate::init | | Prototype: | void QSqlDatabasePrivate::init(const QString &type) | | Coverage: | 80.769% (21/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines: | 724-788 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | | Lines (reference): | 722-788 | | Comparison: | Different indentation |
| | Different indentation | 17 | 8 |
QSslConfiguration::isNull| Name: | QSslConfiguration::isNull | | Prototype: | bool QSslConfiguration::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines: | 247-267 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | | Lines (reference): | 240-259 | | Comparison: | Different |
| | Different | 17 | 1 |
QStandardItem::takeColumn| Name: | QStandardItem::takeColumn | | Prototype: | QList<QStandardItem*> QStandardItem::takeColumn(int column) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 1839-1862 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines (reference): | 1829-1850 | | Comparison: | Different |
| | Different | 17 | 6 |
QStateMachinePrivate::initializeAnimation| Name: | QStateMachinePrivate::initializeAnimation | | Prototype: | QStateMachinePrivate::InitializeAnimationResult QStateMachinePrivate::initializeAnimation(QAbstractAnimation *abstractAnimation, const QPropertyAssignment &prop) | | Coverage: | 94.444% (17/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 1521-1549 | | Comparison: | New |
| | New | 17 | 5 |
QWindow::setParent| Name: | QWindow::setParent | | Prototype: | void QWindow::setParent(QWindow *parent) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 628-662 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines (reference): | 601-630 | | Comparison: | Different |
| | Different | 17 | 6 |
QXcbShmImage::setClip| Name: | QXcbShmImage::setClip | | Prototype: | void QXcbShmImage::setClip(const QRegion ®ion) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 423-449 | | Comparison: | New |
| | New | 17 | 3 |
QXmlSimpleReader::parse| Name: | QXmlSimpleReader::parse | | Prototype: | bool QXmlSimpleReader::parse(const QXmlInputSource *input, bool incremental) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3193-3220 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 3179-3206 | | Comparison: | Different |
| | Different | 17 | 4 |
detectWebBrowser| Name: | detectWebBrowser | | Prototype: | static inline bool detectWebBrowser(const QByteArray &desktop, bool checkBrowserVariable, QString *browser) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines: | 83-116 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines (reference): | 75-108 | | Comparison: | Different |
| | Different | 17 | 15 |
KeyChecker::checkEvent| Name: | KeyChecker::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *ev) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1410-1440 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines (reference): | 1403-1433 | | Comparison: | Different |
| | Different | 18 | 6 |
QAbstractItemModelPrivate::columnsRemoved| Name: | QAbstractItemModelPrivate::columnsRemoved | | Prototype: | void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent, int first, int last) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 893-918 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 856-881 | | Comparison: | Different |
| | Different | 18 | 4 |
QAbstractItemModelPrivate::rowsRemoved| Name: | QAbstractItemModelPrivate::rowsRemoved | | Prototype: | void QAbstractItemModelPrivate::rowsRemoved(const QModelIndex &parent, int first, int last) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 798-823 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 761-786 | | Comparison: | Different |
| | Different | 18 | 4 |
QAbstractSocketPrivate::resolveProxy| Name: | QAbstractSocketPrivate::resolveProxy | | Prototype: | void QAbstractSocketPrivate::resolveProxy(const QString &hostname, quint16 port) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 909-942 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 925-958 | | Comparison: | Different |
| | Different | 18 | 5 |
QByteArray::reallocData| Name: | QByteArray::reallocData | | Prototype: | void QByteArray::reallocData(uint alloc, Data::AllocationOptions options) | | Coverage: | 80.952% (17/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1698-1725 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines (reference): | 1603-1626 | | Comparison: | Different |
| | Different | 18 | 7 |
QCacheItem::canCompress| Name: | QCacheItem::canCompress | | Prototype: | bool QCacheItem::canCompress() const | | Coverage: | 60.000% (15/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 639-666 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines (reference): | 641-667 | | Comparison: | Different |
| | Different | 18 | 7 |
QDBusUtil::isValidBusName| Name: | QDBusUtil::isValidBusName | | Prototype: | bool isValidBusName(const QString &busName) | | Coverage: | 62.500% (15/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 437-462 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines (reference): | 418-444 | | Comparison: | Different |
| | Different | 18 | 9 |
QDockWidgetGroupWindow::adjustFlags| Name: | QDockWidgetGroupWindow::adjustFlags | | Prototype: | void QDockWidgetGroupWindow::adjustFlags() | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 379-402 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines (reference): | 373-399 | | Comparison: | Different |
| | Different | 18 | 5 |
QFileDialogPrivate::_q_autoCompleteFileName| Name: | QFileDialogPrivate::_q_autoCompleteFileName | | Prototype: | void QFileDialogPrivate::_q_autoCompleteFileName(const QString &text) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3450-3473 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 3447-3472 | | Comparison: | Different |
| | Different | 18 | 8 |
QFileSystemEngine::resolveGroupName| Name: | QFileSystemEngine::resolveGroupName | | Prototype: | QString QFileSystemEngine::resolveGroupName(uint groupId) | | Coverage: | 38.889% (7/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 376-410 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines (reference): | 371-405 | | Comparison: | Different indentation |
| | Different indentation | 18 | 6 |
QFont::operator<| Name: | QFont::operator< | | Prototype: | bool QFont::operator<(const QFont &f) const | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1651-1674 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines (reference): | 1648-1671 | | Comparison: | Different |
| | Different | 18 | 14 |
QGraphicsScenePrivate::ungrabMouse| Name: | QGraphicsScenePrivate::ungrabMouse | | Prototype: | void QGraphicsScenePrivate::ungrabMouse(QGraphicsItem *item, bool itemIsDying) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 983-1025 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 974-1016 | | Comparison: | Different |
| | Different | 18 | 6 |
QGraphicsViewPrivate::findItems| Name: | QGraphicsViewPrivate::findItems | | Prototype: | QList<QGraphicsItem *> QGraphicsViewPrivate::findItems(const QRegion &exposedRegion, bool *allItems, const QTransform &viewTransform) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1117-1156 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines (reference): | 1110-1148 | | Comparison: | Different |
| | Different | 18 | 4 |
QGraphicsWidgetPrivate::initStyleOptionTitleBar| Name: | QGraphicsWidgetPrivate::initStyleOptionTitleBar | | Prototype: | void QGraphicsWidgetPrivate::initStyleOptionTitleBar(QStyleOptionTitleBar *option) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines: | 320-341 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | | Lines (reference): | 295-317 | | Comparison: | Different |
| | Different | 18 | 2 |
QGuiApplication::topLevelAt| Name: | QGuiApplication::topLevelAt | | Prototype: | QWindow *QGuiApplication::topLevelAt(const QPoint &pos) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1017-1051 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 981-1015 | | Comparison: | Different |
| | Different | 18 | 8 |
QGuiApplication::~QGuiApplication| Name: | QGuiApplication::~QGuiApplication | | Prototype: | QGuiApplication::~QGuiApplication() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 605-639 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 599-631 | | Comparison: | Different |
| | Different | 18 | 1 |
QIODevice::seek| Name: | QIODevice::seek | | Prototype: | bool QIODevice::seek(qint64 pos) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 849-878 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines (reference): | 642-681 | | Comparison: | Different |
| | Different | 18 | 6 |
QLineEdit::inputMethodQuery| Name: | QLineEdit::inputMethodQuery | | Prototype: | QVariant QLineEdit::inputMethodQuery(Qt::InputMethodQuery property, QVariant argument) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1757-1788 | | Comparison: | New |
| | New | 18 | 13 |
QListWidgetPrivate::setup| Name: | QListWidgetPrivate::setup | | Prototype: | void QListWidgetPrivate::setup() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines: | 1058-1075 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistwidget.cpp | | Lines (reference): | 1052-1073 | | Comparison: | Different |
| | Different | 18 | 1 |
QLocale::toCurrencyString| Name: | QLocale::toCurrencyString | | Prototype: | QString QLocale::toCurrencyString(double value, const QString &symbol) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3481-3484 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines (reference): | 3503-3527 | | Comparison: | Different |
| | Different | 18 | 5 |
QLocale::toCurrencyString| Name: | QLocale::toCurrencyString | | Prototype: | QString QLocale::toCurrencyString(double value, const QString &symbol, int precision) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 3497-3521 | | Comparison: | New |
| | New | 18 | 5 |
QNativeSocketEnginePrivate::nativeSelect| Name: | QNativeSocketEnginePrivate::nativeSelect | | Prototype: | int QNativeSocketEnginePrivate::nativeSelect(int timeout, bool checkRead, bool checkWrite, bool *selectForRead, bool *selectForWrite) const | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 1216-1244 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines (reference): | 1277-1303 | | Comparison: | Different |
| | Different | 18 | 4 |
QNetworkConfiguration::children| Name: | QNetworkConfiguration::children | | Prototype: | QList<QNetworkConfiguration> QNetworkConfiguration::children() const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfiguration.cpp | | Lines: | 375-405 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfiguration.cpp | | Lines (reference): | 445-479 | | Comparison: | Different |
| | Different | 18 | 5 |
QOpenGLFunctions_1_2::~QOpenGLFunctions_1_2| Name: | QOpenGLFunctions_1_2::~QOpenGLFunctions_1_2 | | Prototype: | QOpenGLFunctions_1_2::~QOpenGLFunctions_1_2() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_2.cpp | | Lines: | 79-99 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_2.cpp | | Lines (reference): | 73-99 | | Comparison: | Different |
| | Different | 18 | 7 |
QPageSetupWidget::initPageSizes| Name: | QPageSetupWidget::initPageSizes | | Prototype: | void QPageSetupWidget::initPageSizes() | | Coverage: | 38.095% (8/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 338-370 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines (reference): | 332-364 | | Comparison: | Different |
| | Different | 18 | 7 |
QPdfEnginePrivate::writeTail| Name: | QPdfEnginePrivate::writeTail | | Prototype: | void QPdfEnginePrivate::writeTail() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1750-1772 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines (reference): | 1744-1766 | | Comparison: | Different |
| | Different | 18 | 2 |
QPixmapStyle::drawPrimitive| Name: | QPixmapStyle::drawPrimitive | | Prototype: | void QPixmapStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 229-263 | | Comparison: | New |
| | New | 18 | 14 |
QScrollerPrivate::pushSegment| Name: | QScrollerPrivate::pushSegment | | Prototype: | void QScrollerPrivate::pushSegment(ScrollType type, qreal deltaTime, qreal stopProgress, qreal startPos, qreal deltaPos, qreal stopPos, QEasingCurve::Type curve, Qt::Orientation orientation) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1121-1151 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines (reference): | 1112-1139 | | Comparison: | Different |
| | Different | 18 | 5 |
QStateMachinePrivate::computeExitSet_Unordered| Name: | QStateMachinePrivate::computeExitSet_Unordered | | Prototype: | QSet<QAbstractState*> QStateMachinePrivate::computeExitSet_Unordered(QAbstractTransition *t, CalculationCache *cache) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 762-797 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 755-790 | | Comparison: | Different |
| | Different | 18 | 6 |
QTeamCityLogger::tcEscapedString| Name: | QTeamCityLogger::tcEscapedString | | Prototype: | QString QTeamCityLogger::tcEscapedString(const QString &str) const | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 222-254 | | Comparison: | New |
| | New | 18 | 9 |
QTestLog::addLogger| Name: | QTestLog::addLogger | | Prototype: | void QTestLog::addLogger(LogMode mode, const char *filename) | | Coverage: | 91.667% (22/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 480-515 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines (reference): | 473-505 | | Comparison: | Different |
| | Different | 18 | 9 |
QXcbBackingStore::resize| Name: | QXcbBackingStore::resize | | Prototype: | void QXcbBackingStore::resize(const QSize &size, const QRegion &) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 634-656 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 431-459 | | Comparison: | Different |
| | Different | 18 | 5 |
QXcbIntegration::createPlatformWindow| Name: | QXcbIntegration::createPlatformWindow | | Prototype: | QPlatformWindow *QXcbIntegration::createPlatformWindow(QWindow *window) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 203-220 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines (reference): | 196-213 | | Comparison: | Different |
| | Different | 18 | 3 |
familyList| Name: | familyList | | Prototype: | static QStringList familyList(const QFontDef &req) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 693-716 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines (reference): | 686-714 | | Comparison: | Different |
| | Different | 18 | 5 |
getEffectiveTargetStates| Name: | getEffectiveTargetStates | | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 361-393 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 355-386 | | Comparison: | Different |
| | Different | 18 | 6 |
ignoreProxyFor| Name: | ignoreProxyFor | | Prototype: | static bool ignoreProxyFor(const QNetworkProxyQuery &query) | | Coverage: | 9.091% (2/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | | Lines: | 54-87 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | | Lines (reference): | 48-81 | | Comparison: | Different |
| | Different | 18 | 8 |
qt_tildeExpansion| Name: | qt_tildeExpansion | | Prototype: | QString qt_tildeExpansion(const QString &path) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1103-1140 | | Comparison: | New |
| | New | 18 | 5 |
QAbstractItemModelPrivate::removePersistentIndexData| Name: | QAbstractItemModelPrivate::removePersistentIndexData | | Prototype: | void QAbstractItemModelPrivate::removePersistentIndexData(QPersistentModelIndexData *data) | | Coverage: | 37.500% (6/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 594-617 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 557-580 | | Comparison: | Different |
| | Different | 19 | 6 |
QAbstractSpinBoxPrivate::stripped| Name: | QAbstractSpinBoxPrivate::stripped | | Prototype: | QString QAbstractSpinBoxPrivate::stripped(const QString &t, int *pos) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1420-1446 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines (reference): | 1414-1440 | | Comparison: | Different |
| | Different | 19 | 6 |
QBenchmarkValgrindUtils::extractResult| Name: | QBenchmarkValgrindUtils::extractResult | | Prototype: | qint64 QBenchmarkValgrindUtils::extractResult(const QString &fileName) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 84-108 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines (reference): | 78-102 | | Comparison: | Different |
| | Different | 19 | 4 |
QDateTimeParser::skipToNextSection| Name: | QDateTimeParser::skipToNextSection | | Prototype: | bool QDateTimeParser::skipToNextSection(int index, const QDateTime ¤t, const QStringRef &text) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1607-1640 | | Comparison: | New |
| | New | 19 | 4 |
QFileDevice::flush| Name: | QFileDevice::flush | | Prototype: | bool QFileDevice::flush() | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 282-312 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines (reference): | 283-310 | | Comparison: | Different |
| | Different | 19 | 7 |
QFontMetrics::width| Name: | QFontMetrics::width | | Prototype: | int QFontMetrics::width(const QString &text, int len, int flags) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines: | 515-543 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontmetrics.cpp | | Lines (reference): | 509-536 | | Comparison: | Different |
| | Different | 19 | 7 |
QGraphicsAnchorLayoutPrivate::calculateVertexPositions| Name: | QGraphicsAnchorLayoutPrivate::calculateVertexPositions | | Prototype: | void QGraphicsAnchorLayoutPrivate::calculateVertexPositions( QGraphicsAnchorLayoutPrivate::Orientation orientation) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2676-2713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines (reference): | 2697-2734 | | Comparison: | Different |
| | Different | 19 | 6 |
QGraphicsScenePrivate::grabMouse| Name: | QGraphicsScenePrivate::grabMouse | | Prototype: | void QGraphicsScenePrivate::grabMouse(QGraphicsItem *item, bool implicit) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 940-978 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines (reference): | 931-969 | | Comparison: | Different |
| | Different | 19 | 6 |
QLayout::addChildWidget| Name: | QLayout::addChildWidget | | Prototype: | void QLayout::addChildWidget(QWidget *w) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 899-930 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 893-924 | | Comparison: | Different |
| | Different | 19 | 8 |
QLayoutPrivate::reparentChildWidgets| Name: | QLayoutPrivate::reparentChildWidgets | | Prototype: | void QLayoutPrivate::reparentChildWidgets(QWidget *mw) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 818-848 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines (reference): | 812-842 | | Comparison: | Different |
| | Different | 19 | 8 |
QLibraryStore::cleanup| Name: | QLibraryStore::cleanup | | Prototype: | inline void QLibraryStore::cleanup() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 385-423 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines (reference): | 379-417 | | Comparison: | Different |
| | Different | 19 | 8 |
QLockFilePrivate::getLockInfo| Name: | QLockFilePrivate::getLockInfo | | Prototype: | bool QLockFilePrivate::getLockInfo(qint64 *pid, QString *hostname, QString *appname) const | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | | Lines: | 288-311 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile.cpp | | Lines (reference): | 282-305 | | Comparison: | Different |
| | Different | 19 | 6 |
QMdiArea::addSubWindow| Name: | QMdiArea::addSubWindow | | Prototype: | QMdiSubWindow *QMdiArea::addSubWindow(QWidget *widget, Qt::WindowFlags windowFlags) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 1966-1997 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines (reference): | 1961-1992 | | Comparison: | Different |
| | Different | 19 | 5 |
QPainter::clipPath| Name: | QPainter::clipPath | | Prototype: | QPainterPath QPainter::clipPath() const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 2614-2651 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines (reference): | 2611-2648 | | Comparison: | Different |
| | Different | 19 | 6 |
QPixmapStyle::drawControl| Name: | QPixmapStyle::drawControl | | Prototype: | void QPixmapStyle::drawControl(ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | | Lines: | 268-301 | | Comparison: | New |
| | New | 19 | 7 |
QProcessPrivate::QProcessPrivate| Name: | QProcessPrivate::QProcessPrivate | | Prototype: | QProcessPrivate::QProcessPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 862-887 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 822-847 | | Comparison: | Different |
| | Different | 19 | 1 |
QProgressBarPrivate::repaintRequired| Name: | QProgressBarPrivate::repaintRequired | | Prototype: | bool QProgressBarPrivate::repaintRequired() const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 141-170 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines (reference): | 135-165 | | Comparison: | Different |
| | Different | 19 | 6 |