| Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDesktopWidget::availableGeometry| Name: | QDesktopWidget::availableGeometry | | Prototype: | const QRect QDesktopWidget::availableGeometry(const QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines: | 87-99 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qdesktopwidget.cpp | | Lines (reference): | 81-93 | | Comparison: | Different |
| | Different | 8 | 3 |
QDateTimeEdit::setDateTime| Name: | QDateTimeEdit::setDateTime | | Prototype: | void QDateTimeEdit::setDateTime(const QDateTime &datetime) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 246-256 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines (reference): | 238-247 | | Comparison: | Different |
| | Different | 6 | 3 |
QDataStream::readBlock| Name: | QDataStream::readBlock | | Prototype: | int QDataStream::readBlock(char *data, int len) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 755-765 | | Comparison: | New |
| | New | 6 | 3 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint8 &i) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 780-788 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines (reference): | 586-596 | | Comparison: | Different |
| | Different | 7 | 3 |
QDBusServer::~QDBusServer| Name: | QDBusServer::~QDBusServer | | Prototype: | QDBusServer::~QDBusServer() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | | Lines: | 104-116 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | | Lines (reference): | 98-111 | | Comparison: | Different |
| | Different | 9 | 3 |
QDBusMenuBar::menuItemForMenu| Name: | QDBusMenuBar::menuItemForMenu | | Prototype: | QDBusPlatformMenuItem *QDBusMenuBar::menuItemForMenu(QPlatformMenu *menu) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenubar.cpp | | Lines: | 72-86 | | Comparison: | New |
| | New | 10 | 3 |
QDBusConnectionPrivate::registerObject| Name: | QDBusConnectionPrivate::registerObject | | Prototype: | void QDBusConnectionPrivate::registerObject(const ObjectTreeNode *node) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2361-2381 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 2356-2376 | | Comparison: | Different |
| | Different | 13 | 3 |
QCoreApplication::installNativeEventFilter| Name: | QCoreApplication::installNativeEventFilter | | Prototype: | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2664-2675 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines (reference): | 2712-2723 | | Comparison: | Different |
| | Different | 7 | 3 |
QCompleter::setFilterMode| Name: | QCompleter::setFilterMode | | Prototype: | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1150-1167 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines (reference): | 1144-1161 | | Comparison: | Different |
| | Different | 11 | 3 |
QCommonListViewBase::updateVerticalScrollBar| Name: | QCommonListViewBase::updateVerticalScrollBar | | Prototype: | void QCommonListViewBase::updateVerticalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1909-1937 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines (reference): | 1898-1926 | | Comparison: | Different |
| | Different | 13 | 3 |
QCommonListViewBase::updateHorizontalScrollBar| Name: | QCommonListViewBase::updateHorizontalScrollBar | | Prototype: | void QCommonListViewBase::updateHorizontalScrollBar(const QSize &step) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1879-1907 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines (reference): | 1868-1896 | | Comparison: | Different |
| | Different | 13 | 3 |
QComboBox::setView| Name: | QComboBox::setView | | Prototype: | void QComboBox::setView(QAbstractItemView *itemView) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2408-2419 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines (reference): | 2400-2411 | | Comparison: | Different |
| | Different | 7 | 3 |
QComboBox::setMaxCount| Name: | QComboBox::setMaxCount | | Prototype: | void QComboBox::setMaxCount(int max) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1401-1414 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines (reference): | 1395-1407 | | Comparison: | Different |
| | Different | 7 | 3 |
QColumnViewPrivate::setPreviewWidget| Name: | QColumnViewPrivate::setPreviewWidget | | Prototype: | void QColumnViewPrivate::setPreviewWidget(QWidget *widget) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 834-853 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines (reference): | 831-850 | | Comparison: | Different |
| | Different | 16 | 3 |
QColormap::initialize| Name: | QColormap::initialize | | Prototype: | void QColormap::initialize() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines: | 64-81 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcolormap.cpp | | Lines (reference): | 58-75 | | Comparison: | Different |
| | Different | 12 | 3 |
QColor::dark| Name: | QColor::dark | | Prototype: | QColor QColor::dark(int factor) const noexcept | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2383-2395 | | Comparison: | New |
| | New | 7 | 3 |
QChar::decompositionTag| Name: | QChar::decompositionTag | | Prototype: | QChar::Decomposition QChar::decompositionTag(uint ucs4) noexcept | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1358-1366 | | Comparison: | New |
| | New | 6 | 3 |
QCalendarDateValidator::toPreviousToken| Name: | QCalendarDateValidator::toPreviousToken | | Prototype: | void QCalendarDateValidator::toPreviousToken() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 610-616 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines (reference): | 606-615 | | Comparison: | Different |
| | Different | 6 | 3 |
QCalendarDateValidator::toNextToken| Name: | QCalendarDateValidator::toNextToken | | Prototype: | void QCalendarDateValidator::toNextToken() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 602-608 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines (reference): | 595-604 | | Comparison: | Different |
| | Different | 6 | 3 |
QBenchmarkValgrindUtils::getNewestFileName| Name: | QBenchmarkValgrindUtils::getNewestFileName | | Prototype: | QString QBenchmarkValgrindUtils::getNewestFileName() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 111-139 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines (reference): | 105-133 | | Comparison: | Different |
| | Different | 22 | 3 |
QBasicFontDatabase::populateFontDatabase| Name: | QBasicFontDatabase::populateFontDatabase | | Prototype: | void QBasicFontDatabase::populateFontDatabase() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines: | 61-84 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/basic/qbasicfontdatabase.cpp | | Lines (reference): | 55-77 | | Comparison: | Different |
| | Different | 15 | 3 |
QBasicAtomicBitField::allocateNext| Name: | QBasicAtomicBitField::allocateNext | | Prototype: | int allocateNext() noexcept | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 427-444 | | Comparison: | New |
| | New | 6 | 3 |
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 |
QApplicationPrivate::notifyWindowIconChanged| Name: | QApplicationPrivate::notifyWindowIconChanged | | Prototype: | void QApplicationPrivate::notifyWindowIconChanged() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1752-1768 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 1745-1762 | | Comparison: | Different |
| | Different | 9 | 3 |
QApplicationPrivate::notifyLayoutDirectionChange| Name: | QApplicationPrivate::notifyLayoutDirectionChange | | Prototype: | void QApplicationPrivate::notifyLayoutDirectionChange() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 2091-2109 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines (reference): | 2089-2108 | | Comparison: | Different |
| | Different | 10 | 3 |
QAccessibleTable::cellAt| Name: | QAccessibleTable::cellAt | | Prototype: | QAccessibleInterface *QAccessibleTable::cellAt(int row, int column) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 135-146 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines (reference): | 129-140 | | Comparison: | Different |
| | Different | 8 | 3 |
QAbstractTextDocumentLayout::unregisterHandler| Name: | QAbstractTextDocumentLayout::unregisterHandler | | Prototype: | void QAbstractTextDocumentLayout::unregisterHandler(int objectType, QObject *component) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines: | 452-462 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines (reference): | 446-456 | | Comparison: | Different |
| | Different | 6 | 3 |
QAbstractSocketPrivate::canWriteNotification| Name: | QAbstractSocketPrivate::canWriteNotification | | Prototype: | bool QAbstractSocketPrivate::canWriteNotification() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 790-801 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines (reference): | 810-834 | | Comparison: | Different |
| | Different | 6 | 3 |
QAbstractItemViewPrivate::selectedDraggableIndexes| Name: | QAbstractItemViewPrivate::selectedDraggableIndexes | | Prototype: | QModelIndexList QAbstractItemViewPrivate::selectedDraggableIndexes() const | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4475-4486 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 4425-4434 | | Comparison: | Different |
| | Different | 6 | 3 |
QAbstractItemViewPrivate::draggablePaintPairs| Name: | QAbstractItemViewPrivate::draggablePaintPairs | | Prototype: | QItemViewPaintPairs QAbstractItemViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4409-4426 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 4359-4376 | | Comparison: | Different |
| | Different | 13 | 3 |
QAbstractItemView::edit| Name: | QAbstractItemView::edit | | Prototype: | void QAbstractItemView::edit(const QModelIndex &index) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 1196-1203 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines (reference): | 1177-1184 | | Comparison: | Different |
| | Different | 5 | 3 |
QAbstractItemModelPrivate::rowsInserted| Name: | QAbstractItemModelPrivate::rowsInserted | | Prototype: | void QAbstractItemModelPrivate::rowsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 638-655 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 601-618 | | Comparison: | Different |
| | Different | 11 | 3 |
QAbstractItemModelPrivate::columnsInserted| Name: | QAbstractItemModelPrivate::columnsInserted | | Prototype: | void QAbstractItemModelPrivate::columnsInserted(const QModelIndex &parent, int first, int last) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 843-860 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines (reference): | 806-823 | | Comparison: | Different |
| | Different | 11 | 3 |
QAbstractConcatenable::convertFromAscii| Name: | QAbstractConcatenable::convertFromAscii | | Prototype: | void QAbstractConcatenable::convertFromAscii(const char *a, int len, QChar *&out) noexcept | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringbuilder.cpp | | Lines: | 111-119 | | Comparison: | New |
| | New | 5 | 3 |
Parser::init| Name: | Parser::init | | Prototype: | void Parser::init(const QString &css, bool isFile) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2157-2180 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines (reference): | 2150-2173 | | Comparison: | Different |
| | Different | 16 | 3 |
MinOverlapPlacer::findNonInsiders| Name: | MinOverlapPlacer::findNonInsiders | | Prototype: | QVector<QRect> MinOverlapPlacer::findNonInsiders(const QRect &domain, QVector<QRect> &source) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 486-500 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines (reference): | 481-496 | | Comparison: | Different |
| | Different | 9 | 3 |
MinOverlapPlacer::findMinOverlapRect| Name: | MinOverlapPlacer::findMinOverlapRect | | Prototype: | QRect MinOverlapPlacer::findMinOverlapRect(const QVector<QRect> &source, const QVector<QRect> &rects) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 430-442 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines (reference): | 425-437 | | Comparison: | Different |
| | Different | 8 | 3 |
GraphPath::toString| Name: | GraphPath::toString | | Prototype: | QString GraphPath::toString() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 610-620 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines (reference): | 602-612 | | Comparison: | Different |
| | Different | 6 | 3 |
AtSpiAdaptor::pathForObject| Name: | AtSpiAdaptor::pathForObject | | Prototype: | QString AtSpiAdaptor::pathForObject(QObject *object) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1536-1546 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines (reference): | 1530-1540 | | Comparison: | Different |
| | Different | 5 | 3 |
unixCheckClockType| Name: | unixCheckClockType | | Prototype: | static int unixCheckClockType() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 113-149 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines (reference): | 106-138 | | Comparison: | Different |
| | Different | 6 | 2 |
textUriListLiteral| Name: | textUriListLiteral | | Prototype: | static inline QString textUriListLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 49-49 | | Comparison: | New |
| | New | 0 | 2 |
textPlainLiteral| Name: | textPlainLiteral | | Prototype: | static inline QString textPlainLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 51-51 | | Comparison: | New |
| | New | 0 | 2 |
textHtmlLiteral| Name: | textHtmlLiteral | | Prototype: | static inline QString textHtmlLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 50-50 | | Comparison: | New |
| | New | 0 | 2 |
sanityCheck| Name: | sanityCheck | | Prototype: | static bool sanityCheck(const QMdiSubWindow * const child, const char *where) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 185-194 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines (reference): | 180-189 | | Comparison: | Different |
| | Different | 6 | 2 |
registerEventTypeZeroBased| Name: | registerEventTypeZeroBased | | Prototype: | static inline int registerEventTypeZeroBased(int id) noexcept | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 453-461 | | Comparison: | New |
| | New | 3 | 2 |
qt_hash| Name: | qt_hash | | Prototype: | static uint qt_hash(const QChar *p, int n) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 408-418 | | Comparison: | New |
| | New | 6 | 2 |
qgpu_features| Name: | qgpu_features | | Prototype: | std::set<QByteArray> *qgpu_features(const QString &filename) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 531-538 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines (reference): | 541-548 | | Comparison: | Different |
| | Different | 5 | 2 |
q_X509Callback| Name: | q_X509Callback | | Prototype: | int q_X509Callback(int ok, X509_STORE_CTX *ctx) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 280-311 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines (reference): | 270-300 | | Comparison: | Different |
| | Different | 3 | 2 |
qStandardItemModelDataListMimeType| Name: | qStandardItemModelDataListMimeType | | Prototype: | static inline QString qStandardItemModelDataListMimeType() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 60-63 | | Comparison: | New |
| | New | 0 | 2 |
qSelectionPersistentRowLengths| Name: | qSelectionPersistentRowLengths | | Prototype: | static QVector<QPair<QPersistentModelIndex, uint> > qSelectionPersistentRowLengths(const QItemSelection &sel) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 484-490 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines (reference): | 482-488 | | Comparison: | Different |
| | Different | 4 | 2 |
qSelectionIndexes| Name: | qSelectionIndexes | | Prototype: | template<typename ModelIndexContainer> static ModelIndexContainer qSelectionIndexes(const QItemSelection &selection) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 330-337 | | Comparison: | New |
| | New | 4 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QSslCertificate &key, uint seed) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 64-73 | | Comparison: | New |
| | New | 4 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUrlQuery &key, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 432-442 | | Comparison: | New |
| | New | 6 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QBitArray &bitArray, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 248-259 | | Comparison: | New |
| | New | 6 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUrl &url, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4123-4136 | | Comparison: | New |
| | New | 10 | 2 |
parse_field_width| Name: | parse_field_width | | Prototype: | static int parse_field_width(const char * &c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6008-6021 | | Comparison: | New |
| | New | 8 | 2 |
parseDecodedComponent| Name: | parseDecodedComponent | | Prototype: | static inline void parseDecodedComponent(QString &data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 820-823 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 814-817 | | Comparison: | Different |
| | Different | 0 | 2 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2742-2748 | | Comparison: | New |
| | New | 3 | 2 |
nameForConnector| Name: | nameForConnector | | Prototype: | static QByteArray nameForConnector(const drmModeConnectorPtr connector) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | | Lines: | 107-117 | | Comparison: | New |
| | New | 5 | 2 |
localePrivateByName| Name: | localePrivateByName | | Prototype: | static QLocalePrivate *localePrivateByName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 707-714 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines (reference): | 704-710 | | Comparison: | Different |
| | Different | 4 | 2 |
load_glyph_image_region_to_texture| Name: | load_glyph_image_region_to_texture | | Prototype: | static void load_glyph_image_region_to_texture(QOpenGLContext *ctx, const QImage &srcImg, int x, int y, int w, int h, GLuint texture, int tx, int ty) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 254-270 | | Comparison: | New |
| | New | 6 | 2 |
isValidSlot| Name: | isValidSlot | | Prototype: | static bool isValidSlot(const QMetaMethod &sl) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 173-182 | | Comparison: | New |
| | New | 7 | 2 |
isParentDomain| Name: | isParentDomain | | Prototype: | static inline bool isParentDomain(const QString &domain, const QString &reference) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 158-164 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines (reference): | 152-158 | | Comparison: | Different |
| | Different | 3 | 2 |
initDefaultPaths| Name: | initDefaultPaths | | Prototype: | static void initDefaultPaths(QMutexLocker *locker) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1059-1095 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines (reference): | 1049-1111 | | Comparison: | Different |
| | Different | 13 | 2 |
icon_name_hash| Name: | icon_name_hash | | Prototype: | static quint32 icon_name_hash(const char *p) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 231-237 | | Comparison: | New |
| | New | 4 | 2 |
hasUsedConfiguration| Name: | hasUsedConfiguration | | Prototype: | static bool hasUsedConfiguration(const QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 56-63 | | Comparison: | New |
| | New | 3 | 2 |
generateName| Name: | generateName | | Prototype: | static QTtfTable generateName(const qttf_name_table &name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines: | 624-648 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | | Lines (reference): | 618-641 | | Comparison: | Different |
| | Different | 20 | 2 |
foldCase| Name: | foldCase | | Prototype: | static inline uint foldCase(uint ch, uint &last) noexcept | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1521-1528 | | Comparison: | New |
| | New | 5 | 2 |
dotQmLiteral| Name: | dotQmLiteral | | Prototype: | static inline QString dotQmLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 94-94 | | Comparison: | New |
| | New | 0 | 2 |
copy_unswapped| Name: | copy_unswapped | | Prototype: | static inline void copy_unswapped(char *dst, int dstBytesPerLine, const QImage &img, const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 294-307 | | Comparison: | New |
| | New | 8 | 2 |
convertToRGB64| Name: | convertToRGB64 | | Prototype: | template<QImage::Format Format> static const QRgba64 * convertToRGB64(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 199-227 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines (reference): | 182-210 | | Comparison: | Different |
| | Different | 9 | 2 |
convertRGBFromARGB32PM| Name: | convertRGBFromARGB32PM | | Prototype: | template<QImage::Format Format, bool fromRGB> static const uint * convertRGBFromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 337-357 | | Comparison: | New |
| | New | 3 | 2 |
convertCase_helper| Name: | convertCase_helper | | Prototype: | template <typename Traits, typename T> __attribute__((const)) static inline T convertCase_helper(T uc) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1439-1451 | | Comparison: | New |
| | New | 3 | 2 |
convertARGBPMToARGB64PM| Name: | convertARGBPMToARGB64PM | | Prototype: | template<QImage::Format Format> static const QRgba64 * convertARGBPMToARGB64PM(QRgba64 *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 283-335 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines (reference): | 247-280 | | Comparison: | Different |
| | Different | 11 | 2 |
convertARGBPMToARGB32PM| Name: | convertARGBPMToARGB32PM | | Prototype: | template<QImage::Format Format> static const uint * convertARGBPMToARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 229-281 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines (reference): | 212-245 | | Comparison: | Different |
| | Different | 11 | 2 |
convertARGBPMFromARGB32PM| Name: | convertARGBPMFromARGB32PM | | Prototype: | template<QImage::Format Format, bool fromRGB> static const uint * convertARGBPMFromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 359-383 | | Comparison: | New |
| | New | 3 | 2 |
cleanUpConfigurations| Name: | cleanUpConfigurations | | Prototype: | static void cleanUpConfigurations(QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 47-54 | | Comparison: | New |
| | New | 4 | 2 |
checkDBusGlobalMenuAvailable| Name: | checkDBusGlobalMenuAvailable | | Prototype: | static bool checkDBusGlobalMenuAvailable() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 121-126 | | Comparison: | New |
| | New | 2 | 2 |
can_consume| Name: | can_consume | | Prototype: | static inline bool can_consume(const char * &c, char ch) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6025-6032 | | Comparison: | New |
| | New | 4 | 2 |
applyCursor| Name: | applyCursor | | Prototype: | static inline void applyCursor(QWidget *w, const QCursor &c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5049-5053 | | Comparison: | New |
| | New | 2 | 2 |
applicationXQtImageLiteral| Name: | applicationXQtImageLiteral | | Prototype: | static inline QString applicationXQtImageLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 53-53 | | Comparison: | New |
| | New | 0 | 2 |
applicationXColorLiteral| Name: | applicationXColorLiteral | | Prototype: | static inline QString applicationXColorLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 52-52 | | Comparison: | New |
| | New | 0 | 2 |
appendSeparator| Name: | appendSeparator | | Prototype: | static inline void appendSeparator(QStringList *list, const QString &string, int from, int size, int lastQuote) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 358-362 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines (reference): | 350-356 | | Comparison: | Different |
| | Different | 4 | 2 |
aggregateParameterCount| Name: | aggregateParameterCount | | Prototype: | static int aggregateParameterCount(const std::vector<QMetaMethodBuilderPrivate> &methods) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1160-1166 | | Comparison: | New |
| | New | 4 | 2 |
Q_QGS_freelist::innerFunction::~HolderBase| Name: | Q_QGS_freelist::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 617-617 | | Comparison: | New |
| | New | 1 | 2 |
Q_QGS_defaultDateTimePrivate::innerFunction::~HolderBase| Name: | Q_QGS_defaultDateTimePrivate::innerFunction::~HolderBase | | Prototype: | ~HolderBase() noexcept | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 74-74 | | Comparison: | New |
| | New | 1 | 2 |
QXmlStreamWriter::writeStartDocument| Name: | QXmlStreamWriter::writeStartDocument | | Prototype: | void QXmlStreamWriter::writeStartDocument(const QString &version) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines: | 3790-3806 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | | Lines (reference): | 3784-3799 | | Comparison: | Different |
| | Different | 8 | 2 |
QXcbSoftwareOpenGLEnforcer::~QXcbSoftwareOpenGLEnforcer| Name: | QXcbSoftwareOpenGLEnforcer::~QXcbSoftwareOpenGLEnforcer | | Prototype: | ~QXcbSoftwareOpenGLEnforcer() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | | Lines: | 155-159 | | Comparison: | New |
| | New | 2 | 2 |
QXcbShmImage::put| Name: | QXcbShmImage::put | | Prototype: | void QXcbShmImage::put(xcb_drawable_t dst, const QRegion ®ion, const QPoint &offset) | | Coverage: | 60.000% (3/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 451-490 | | Comparison: | New |
| | New | 21 | 2 |
QXcbShmImage::preparePaint| Name: | QXcbShmImage::preparePaint | | Prototype: | void QXcbShmImage::preparePaint(const QRegion ®ion) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 492-503 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 294-301 | | Comparison: | Different |
| | Different | 3 | 2 |
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 |
QXcbConnection::xi2GetValuatorValueIfSet| Name: | QXcbConnection::xi2GetValuatorValueIfSet | | Prototype: | bool QXcbConnection::xi2GetValuatorValueIfSet(const void *event, int valuatorNum, double *value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 2294-2308 | | Comparison: | New |
| | New | 10 | 2 |
QXcbConnection::handleXcbError| Name: | QXcbConnection::handleXcbError | | Prototype: | void QXcbConnection::handleXcbError(xcb_generic_error_t *error) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 991-1026 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 983-1015 | | Comparison: | Different |
| | Different | 11 | 2 |
QWizard::field| Name: | QWizard::field | | Prototype: | QVariant QWizard::field(const QString &name) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2535-2547 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2529-2541 | | Comparison: | Different |
| | Different | 7 | 2 |
QWindowSystemInterfacePrivate::toNativeTouchPoints| Name: | QWindowSystemInterfacePrivate::toNativeTouchPoints | | Prototype: | QList<QWindowSystemInterface::TouchPoint> QWindowSystemInterfacePrivate::toNativeTouchPoints(const QList<QTouchEvent::TouchPoint>& pointList, const QWindow *window) | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 509-528 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines (reference): | 504-523 | | Comparison: | Different |
| | Different | 14 | 2 |
QWindowSystemInterface::handleEnterEvent| Name: | QWindowSystemInterface::handleEnterEvent | | Prototype: | void QWindowSystemInterface::handleEnterEvent(QWindow *tlw, const QPointF &local, const QPointF &global) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 84-90 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines (reference): | 77-84 | | Comparison: | Different |
| | Different | 4 | 2 |
QWindowPrivate::init| Name: | QWindowPrivate::init | | Prototype: | void QWindowPrivate::init() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 217-230 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines (reference): | 211-224 | | Comparison: | Different |
| | Different | 6 | 2 |
QWindow::fromWinId| Name: | QWindow::fromWinId | | Prototype: | QWindow *QWindow::fromWinId(WId id) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2451-2467 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines (reference): | 2415-2427 | | Comparison: | Different |
| | Different | 8 | 2 |
QWidgetPrivate::updateWidgetTransform| Name: | QWidgetPrivate::updateWidgetTransform | | Prototype: | void QWidgetPrivate::updateWidgetTransform(QEvent *event) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 382-393 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 375-385 | | Comparison: | Different |
| | Different | 7 | 2 |
QWidgetPrivate::QWidgetPrivate| Name: | QWidgetPrivate::QWidgetPrivate | | Prototype: | QWidgetPrivate::QWidgetPrivate(int version) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 236-334 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 229-327 | | Comparison: | Different |
| | Different | 6 | 2 |