| Function | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
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 |
updateBlockedStatusRecursion| Name: | updateBlockedStatusRecursion | | Prototype: | static void updateBlockedStatusRecursion(QWindow *window, bool shouldBeBlocked) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 729-741 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines (reference): | 693-704 | | Comparison: | Different |
| | Different | 8 | 4 |
themeableHint| Name: | themeableHint | | Prototype: | static inline QVariant themeableHint(QPlatformTheme::ThemeHint th, QPlatformIntegration::StyleHint ih) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines: | 53-66 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qstylehints.cpp | | Lines (reference): | 47-60 | | Comparison: | Different |
| | Different | 8 | 4 |
store_uint24_ssse3| Name: | store_uint24_ssse3 | | Prototype: | static inline void store_uint24_ssse3(uchar *dst, const uint *src, int len) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_ssse3.cpp | | Lines: | 179-229 | | Comparison: | New |
| | New | 36 | 4 |
socketType| Name: | socketType | | Prototype: | static const char *socketType(QSocketNotifier::Type type) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 78-90 | | Comparison: | New |
| | New | 5 | 4 |
setWidthAttribute| Name: | setWidthAttribute | | Prototype: | static void setWidthAttribute(QTextLength *width, const QString &valueStr) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1422-1437 | | Comparison: | New |
| | New | 10 | 4 |
read_xpm_header| Name: | read_xpm_header | | Prototype: | static bool read_xpm_header( QIODevice *device, const char * const * source, int& index, QByteArray &state, int *cpp, int *ncols, int *w, int *h) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 839-856 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines (reference): | 833-853 | | Comparison: | Different |
| | Different | 8 | 4 |
qt_init_picture_plugins| Name: | qt_init_picture_plugins | | Prototype: | void qt_init_picture_plugins() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1415-1431 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines (reference): | 1409-1427 | | Comparison: | Different indentation |
| | Different indentation | 8 | 4 |
qt_get_metadata| Name: | qt_get_metadata | | Prototype: | static bool qt_get_metadata(QtPluginQueryVerificationDataFunction pfn, QLibraryPrivate *priv) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 679-694 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines (reference): | 668-683 | | Comparison: | Different |
| | Different | 11 | 4 |
qt_from_latin1| Name: | qt_from_latin1 | | Prototype: | void qt_from_latin1(ushort *dst, const char *str, size_t size) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 213-261 | | Comparison: | New |
| | New | 13 | 4 |
qTopLevelDomain| Name: | qTopLevelDomain | | Prototype: | QString qTopLevelDomain(const QString &domain) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 84-98 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines (reference): | 73-87 | | Comparison: | Different |
| | Different | 10 | 4 |
qIsEffectiveTLD| Name: | qIsEffectiveTLD | | Prototype: | bool qIsEffectiveTLD(const QStringRef &domain) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 106-125 | | Comparison: | New |
| | New | 10 | 4 |
qInitDrawhelperFunctions| Name: | qInitDrawhelperFunctions | | Prototype: | static void qInitDrawhelperFunctions() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 6343-6548 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines (reference): | 6344-6540 | | Comparison: | Different |
| | Different | 72 | 4 |
qCalculateBlockSize| Name: | qCalculateBlockSize | | Prototype: | size_t qCalculateBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 167-187 | | Comparison: | New |
| | New | 15 | 4 |
nameFilterForMime| Name: | nameFilterForMime | | Prototype: | static QString nameFilterForMime(const QString &mimeType) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1526-1539 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines (reference): | 1526-1539 | | Comparison: | Different |
| | Different | 7 | 4 |
iconEngineFromSuffix| Name: | iconEngineFromSuffix | | Prototype: | static QIconEngine *iconEngineFromSuffix(const QString &fileName, const QString &suffix) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 984-995 | | Comparison: | New |
| | New | 6 | 4 |
huntAndDestroy| Name: | huntAndDestroy | | Prototype: | static void huntAndDestroy(QObject *needle, QDBusConnectionPrivate::ObjectTreeNode &haystack) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 584-599 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines (reference): | 578-594 | | Comparison: | Different |
| | Different | 9 | 4 |
getProcAddress| Name: | getProcAddress | | Prototype: | static QFunctionPointer getProcAddress(QOpenGLContext *context, const char *funcName) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | | Lines: | 2108-2139 | | Comparison: | New |
| | New | 13 | 4 |
findMethodCandidates| Name: | findMethodCandidates | | Prototype: | static inline QByteArray findMethodCandidates(const QMetaObject *metaObject, const char *nonExistentMember) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 1348-1363 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines (reference): | 1337-1352 | | Comparison: | Different |
| | Different | 10 | 4 |
containsTLDEntry| Name: | containsTLDEntry | | Prototype: | static bool containsTLDEntry(const QStringRef &entry) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 49-70 | | Comparison: | New |
| | New | 13 | 4 |
collectParentMimeTypes| Name: | collectParentMimeTypes | | Prototype: | static void collectParentMimeTypes(const QString &mime, QStringList &allParents) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines: | 344-356 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | | Lines (reference): | 338-351 | | Comparison: | Different |
| | Different | 6 | 4 |
VersionTerm::fromJson| Name: | VersionTerm::fromJson | | Prototype: | VersionTerm VersionTerm::fromJson(const QJsonValue &v) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 197-212 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines (reference): | 207-222 | | Comparison: | Different |
| | Different | 11 | 4 |
Q_QGS_freelist::innerFunction| Name: | Q_QGS_freelist::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 617-617 | | Comparison: | New |
| | New | 1 | 4 |
Q_QGS_defaultDateTimePrivate::innerFunction| Name: | Q_QGS_defaultDateTimePrivate::innerFunction | | Prototype: | inline Type *innerFunction() | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 74-74 | | Comparison: | New |
| | New | 1 | 4 |
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 |
QXcbXSettingsPrivate::getSettings| Name: | QXcbXSettingsPrivate::getSettings | | Prototype: | QByteArray getSettings() | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines: | 105-138 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbxsettings.cpp | | Lines (reference): | 101-133 | | Comparison: | Different |
| | Different | 23 | 4 |
QXcbWindow::setWindowFlags| Name: | QXcbWindow::setWindowFlags | | Prototype: | void QXcbWindow::setWindowFlags(Qt::WindowFlags flags) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1140-1171 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 1163-1193 | | Comparison: | Different |
| | Different | 21 | 4 |
QXcbWindow::setGeometry| Name: | QXcbWindow::setGeometry | | Prototype: | void QXcbWindow::setGeometry(const QRect &rect) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 641-677 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 665-701 | | Comparison: | Different |
| | Different | 25 | 4 |
QXcbWindow::requestActivateWindow| Name: | QXcbWindow::requestActivateWindow | | Prototype: | void QXcbWindow::requestActivateWindow() | | Coverage: | 85.714% (18/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1672-1713 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 1685-1726 | | Comparison: | Different |
| | Different | 27 | 4 |
QXcbScreen::surfaceFormatFor| Name: | QXcbScreen::surfaceFormatFor | | Prototype: | QSurfaceFormat QXcbScreen::surfaceFormatFor(const QSurfaceFormat &format) const | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 364-386 | | Comparison: | New |
| | New | 14 | 4 |
QXcbGlIntegrationFactory::create| Name: | QXcbGlIntegrationFactory::create | | Prototype: | QXcbGlIntegration *QXcbGlIntegrationFactory::create(const QString &platform, const QString &pluginPath) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | | Lines: | 81-94 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegrationfactory.cpp | | Lines (reference): | 86-102 | | Comparison: | Different |
| | Different | 7 | 4 |
QXcbCursor::~QXcbCursor| Name: | QXcbCursor::~QXcbCursor | | Prototype: | QXcbCursor::~QXcbCursor() | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines: | 334-349 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp | | Lines (reference): | 328-343 | | Comparison: | Different |
| | Different | 7 | 4 |
QXcbConnection::createScreen| Name: | QXcbConnection::createScreen | | Prototype: | QXcbScreen *QXcbConnection::createScreen(QXcbVirtualDesktop *virtualDesktop, const xcb_randr_output_change_t &outputChange, xcb_randr_get_output_info_reply_t *outputInfo) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 340-361 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines (reference): | 333-354 | | Comparison: | Different |
| | Different | 11 | 4 |
QXcbBackingStore::endPaint| Name: | QXcbBackingStore::endPaint | | Prototype: | void QXcbBackingStore::endPaint() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 544-568 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines (reference): | 345-361 | | Comparison: | Different |
| | Different | 10 | 4 |
QWizardPage::cleanupPage| Name: | QWizardPage::cleanupPage | | Prototype: | void QWizardPage::cleanupPage() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3627-3637 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 3621-3632 | | Comparison: | Different |
| | Different | 7 | 4 |
QWizard::setStartId| Name: | QWizard::setStartId | | Prototype: | void QWizard::setStartId(int theid) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2447-2465 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines (reference): | 2441-2459 | | Comparison: | Different |
| | Different | 12 | 4 |
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 |
QWindowPrivate::applyCursor| Name: | QWindowPrivate::applyCursor | | Prototype: | void QWindowPrivate::applyCursor() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2568-2579 | | Comparison: | New |
| | New | 7 | 4 |
QWidgetWindow::updateObjectName| Name: | QWidgetWindow::updateObjectName | | Prototype: | void QWidgetWindow::updateObjectName() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 1048-1055 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines (reference): | 1037-1044 | | Comparison: | Different |
| | Different | 3 | 4 |
QWidgetWindow::handleWheelEvent| Name: | QWidgetWindow::handleWheelEvent | | Prototype: | void QWidgetWindow::handleWheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 778-804 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines (reference): | 768-794 | | Comparison: | Different |
| | Different | 14 | 4 |
QWidgetTextControlPrivate::focusEvent| Name: | QWidgetTextControlPrivate::focusEvent | | Prototype: | void QWidgetTextControlPrivate::focusEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2162-2188 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines (reference): | 2128-2154 | | Comparison: | Different |
| | Different | 13 | 4 |
QWidgetPrivate::setMaximumSize_helper| Name: | QWidgetPrivate::setMaximumSize_helper | | Prototype: | bool QWidgetPrivate::setMaximumSize_helper(int &maxw, int &maxh) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4050-4076 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 4028-4054 | | Comparison: | Different |
| | Different | 22 | 4 |
QWidgetLineControl::updateCursorBlinking| Name: | QWidgetLineControl::updateCursorBlinking | | Prototype: | void QWidgetLineControl::updateCursorBlinking() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 1511-1526 | | Comparison: | New |
| | New | 9 | 4 |
QWidget::setFocusProxy| Name: | QWidget::setFocusProxy | | Prototype: | void QWidget::setFocusProxy(QWidget * w) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 6410-6425 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 6380-6395 | | Comparison: | Different |
| | Different | 9 | 4 |
QWidget::insertAction| Name: | QWidget::insertAction | | Prototype: | void QWidget::insertAction(QAction *before, QAction *action) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3319-3342 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines (reference): | 3301-3324 | | Comparison: | Different |
| | Different | 15 | 4 |
QWaitCondition::wait| Name: | QWaitCondition::wait | | Prototype: | bool QWaitCondition::wait(QReadWriteLock *readWriteLock, unsigned long time) | | Coverage: | 57.143% (8/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 222-247 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines (reference): | 215-238 | | Comparison: | Different |
| | Different | 14 | 4 |
QVersionNumber::isPrefixOf| Name: | QVersionNumber::isPrefixOf | | Prototype: | bool QVersionNumber::isPrefixOf(const QVersionNumber &other) const noexcept | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | | Lines: | 238-247 | | Comparison: | New |
| | New | 6 | 4 |
QUrlQuery::removeAllQueryItems| Name: | QUrlQuery::removeAllQueryItems | | Prototype: | void QUrlQuery::removeAllQueryItems(const QString &key) | | Coverage: | 80.000% (4/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 756-766 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines (reference): | 749-761 | | Comparison: | Different |
| | Different | 7 | 4 |
QUrlPrivate::toLocalFile| Name: | QUrlPrivate::toLocalFile | | Prototype: | QString QUrlPrivate::toLocalFile(QUrl::FormattingOptions options) const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1472-1497 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines (reference): | 1466-1491 | | Comparison: | Different |
| | Different | 9 | 4 |
QUrlModel::canDrop| Name: | QUrlModel::canDrop | | Prototype: | bool QUrlModel::canDrop(QDragEnterEvent *event) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 128-140 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines (reference): | 122-134 | | Comparison: | Different |
| | Different | 8 | 4 |
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 |
QToolBoxPrivate::page| Name: | QToolBoxPrivate::page | | Prototype: | const QToolBoxPrivate::Page *QToolBoxPrivate::page(QWidget *widget) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 132-141 | | Comparison: | New |
| | New | 6 | 4 |
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 |
QThreadPipe::wakeUp| Name: | QThreadPipe::wakeUp | | Prototype: | void QThreadPipe::wakeUp() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 173-188 | | Comparison: | New |
| | New | 8 | 4 |
QTextTablePrivate::fragmentAdded| Name: | QTextTablePrivate::fragmentAdded | | Prototype: | void QTextTablePrivate::fragmentAdded(QChar type, uint fragment) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 400-416 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines (reference): | 394-410 | | Comparison: | Different |
| | Different | 13 | 4 |
QTextTable::cellAt| Name: | QTextTable::cellAt | | Prototype: | QTextTableCell QTextTable::cellAt(int position) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 607-624 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines (reference): | 601-618 | | Comparison: | Different |
| | Different | 12 | 4 |
QTextStreamPrivate::putString| Name: | QTextStreamPrivate::putString | | Prototype: | void QTextStreamPrivate::putString(QLatin1String data, bool number) | | Coverage: | 37.500% (6/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 995-1018 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines (reference): | 980-1003 | | Comparison: | Different |
| | Different | 11 | 4 |
QTextStreamPrivate::putString| Name: | QTextStreamPrivate::putString | | Prototype: | void QTextStreamPrivate::putString(const QChar *data, int len, bool number) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 966-990 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines (reference): | 951-975 | | Comparison: | Different |
| | Different | 12 | 4 |
QTextHtmlImporter::QTextHtmlImporter| Name: | QTextHtmlImporter::QTextHtmlImporter | | Prototype: | QTextHtmlImporter::QTextHtmlImporter(QTextDocument *_doc, const QString &_html, ImportMode mode, const QTextDocument *resourceProvider) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines: | 422-448 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | | Lines (reference): | 416-442 | | Comparison: | Different |
| | Different | 14 | 4 |
QTextDocumentPrivate::remove| Name: | QTextDocumentPrivate::remove | | Prototype: | void QTextDocumentPrivate::remove(int pos, int length, QTextUndoCommand::Operation op) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 670-683 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines (reference): | 664-677 | | Comparison: | Different |
| | Different | 9 | 4 |
QTest::WatchDog::run| Name: | QTest::WatchDog::run | | Prototype: | void run() | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 896-908 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines (reference): | 2164-2176 | | Comparison: | Different |
| | Different | 8 | 4 |
QTest::TestMethods::TestMethods| Name: | QTest::TestMethods::TestMethods | | Prototype: | TestMethods::TestMethods(const QObject *o, const MetaMethods &m) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 215-233 | | Comparison: | New |
| | New | 8 | 4 |
QTeamCityLogger::addMessage| Name: | QTeamCityLogger::addMessage | | Prototype: | void QTeamCityLogger::addMessage(MessageTypes type, const QString &message, const char *file, int line) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qteamcitylogger.cpp | | Lines: | 196-220 | | Comparison: | New |
| | New | 12 | 4 |
QTableWidget::selectedItems| Name: | QTableWidget::selectedItems | | Prototype: | QList<QTableWidgetItem*> QTableWidget::selectedItems() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines: | 2366-2379 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | | Lines (reference): | 2359-2373 | | Comparison: | Different |
| | Different | 11 | 4 |
QSystemTrayIcon::setVisible| Name: | QSystemTrayIcon::setVisible | | Prototype: | void QSystemTrayIcon::setVisible(bool visible) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 268-280 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines (reference): | 262-274 | | Comparison: | Different |
| | Different | 9 | 4 |
QStyleSheetStyle::updateStyleSheetFont| Name: | QStyleSheetStyle::updateStyleSheetFont | | Prototype: | void QStyleSheetStyle::updateStyleSheetFont(QWidget* w) const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 5918-5960 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines (reference): | 5853-5877 | | Comparison: | Different |
| | Different | 14 | 4 |
QString::insert| Name: | QString::insert | | Prototype: | QString& QString::insert(int i, const QChar *unicode, int size) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 1998-2022 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines (reference): | 1973-1994 | | Comparison: | Different |
| | Different | 14 | 4 |
QStorageInfoPrivate::mountedVolumes| Name: | QStorageInfoPrivate::mountedVolumes | | Prototype: | QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 564-584 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines (reference): | 545-562 | | Comparison: | Different |
| | Different | 10 | 4 |
QStatusBar::insertPermanentWidget| Name: | QStatusBar::insertPermanentWidget | | Prototype: | int QStatusBar::insertPermanentWidget(int index, QWidget *widget, int stretch) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines: | 361-381 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp | | Lines (reference): | 355-375 | | Comparison: | Different |
| | Different | 13 | 4 |
QStackedLayoutPrivate::replaceAt| Name: | QStackedLayoutPrivate::replaceAt | | Prototype: | QLayoutItem* QStackedLayoutPrivate::replaceAt(int idx, QLayoutItem *newitem) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines: | 60-75 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | | Lines (reference): | 54-69 | | Comparison: | Different |
| | Different | 12 | 4 |
QSslSocketPrivate::systemCaCertificates| Name: | QSslSocketPrivate::systemCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocketPrivate::systemCaCertificates() | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 683-764 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines (reference): | 688-808 | | Comparison: | Different |
| | Different | 23 | 4 |
QSslSocketPrivate::peek| Name: | QSslSocketPrivate::peek | | Prototype: | QByteArray QSslSocketPrivate::peek(qint64 maxSize) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2602-2621 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines (reference): | 2553-2572 | | Comparison: | Different |
| | Different | 10 | 4 |
QSslSocketPrivate::_q_resumeImplementation| Name: | QSslSocketPrivate::_q_resumeImplementation | | Prototype: | void QSslSocketPrivate::_q_resumeImplementation() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 2529-2544 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines (reference): | 2480-2495 | | Comparison: | Different |
| | Different | 10 | 4 |
QSslSocketBackendPrivate::checkSslErrors| Name: | QSslSocketBackendPrivate::checkSslErrors | | Prototype: | bool QSslSocketBackendPrivate::checkSslErrors() | | Coverage: | 89.474% (17/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines: | 1224-1248 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | | Lines (reference): | 1272-1296 | | Comparison: | Different |
| | Different | 16 | 4 |
QSslCertificatePrivate::init| Name: | QSslCertificatePrivate::init | | Prototype: | void QSslCertificatePrivate::init(const QByteArray &data, QSsl::EncodingFormat format) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 507-519 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines (reference): | 501-513 | | Comparison: | Different |
| | Different | 8 | 4 |
QSqlResult::bindValue| Name: | QSqlResult::bindValue | | Prototype: | void QSqlResult::bindValue(const QString& placeholder, const QVariant& val, QSql::ParamType paramType) | | Coverage: | 50.000% (5/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines: | 705-720 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | | Lines (reference): | 703-718 | | Comparison: | Different |
| | Different | 9 | 4 |
QSqlCachedResult::cacheNext| Name: | QSqlCachedResult::cacheNext | | Prototype: | bool QSqlCachedResult::cacheNext() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines: | 263-280 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | | Lines (reference): | 268-285 | | Comparison: | Different |
| | Different | 11 | 4 |
QSpinBox::textFromValue| Name: | QSpinBox::textFromValue | | Prototype: | QString QSpinBox::textFromValue(int value) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines: | 476-492 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp | | Lines (reference): | 470-487 | | Comparison: | Different |
| | Different | 10 | 4 |
QSpdyProtocolHandler::composeHeader| Name: | QSpdyProtocolHandler::composeHeader | | Prototype: | QByteArray QSpdyProtocolHandler::composeHeader(const QHttpNetworkRequest &request) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 471-531 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 465-525 | | Comparison: | Different |
| | Different | 36 | 4 |
QSortFilterProxyModelPrivate::proxy_to_source| Name: | QSortFilterProxyModelPrivate::proxy_to_source | | Prototype: | QModelIndex QSortFilterProxyModelPrivate::proxy_to_source(const QModelIndex &proxy_index) const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 374-390 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines (reference): | 368-384 | | Comparison: | Different |
| | Different | 13 | 4 |
QSocks5SocketEngine::initialize| Name: | QSocks5SocketEngine::initialize | | Prototype: | bool QSocks5SocketEngine::initialize(qintptr socketDescriptor, QAbstractSocket::SocketState socketState) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1022-1077 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines (reference): | 1013-1067 | | Comparison: | Different |
| | Different | 39 | 4 |
QSocks5BindStore::timerEvent| Name: | QSocks5BindStore::timerEvent | | Prototype: | void QSocks5BindStore::timerEvent(QTimerEvent * event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 394-408 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines (reference): | 386-400 | | Comparison: | Different |
| | Different | 7 | 4 |
QSizeF::scaled| Name: | QSizeF::scaled | | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const noexcept | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 656-676 | | Comparison: | New |
| | New | 10 | 4 |
QSize::scaled| Name: | QSize::scaled | | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const noexcept | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 225-246 | | Comparison: | New |
| | New | 11 | 4 |
QScroller::pixelPerMeter| Name: | QScroller::pixelPerMeter | | Prototype: | QPointF QScroller::pixelPerMeter() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 569-594 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines (reference): | 563-585 | | Comparison: | Different |
| | Different | 14 | 4 |
QRingBuffer::reserve| Name: | QRingBuffer::reserve | | Prototype: | char *QRingBuffer::reserve(qint64 bytes) | | Coverage: | 90.000% (18/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 106-137 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines (reference): | 98-124 | | Comparison: | Different |
| | Different | 16 | 4 |
QResourceFileEngine::open| Name: | QResourceFileEngine::open | | Prototype: | bool QResourceFileEngine::open(QIODevice::OpenMode flags) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1247-1262 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines (reference): | 1246-1260 | | Comparison: | Different |
| | Different | 10 | 4 |
QRegularExpressionValidatorPrivate::setRegularExpression| Name: | QRegularExpressionValidatorPrivate::setRegularExpression | | Prototype: | void QRegularExpressionValidatorPrivate::setRegularExpression(const QRegularExpression &re) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 1063-1073 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines (reference): | 1057-1067 | | Comparison: | Different |
| | Different | 5 | 4 |
QRecursiveMutexPrivate::lock| Name: | QRecursiveMutexPrivate::lock | | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) noexcept | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 631-649 | | Comparison: | New |
| | New | 12 | 4 |
QProgressDialog::setCancelButton| Name: | QProgressDialog::setCancelButton | | Prototype: | void QProgressDialog::setCancelButton(QPushButton *cancelButton) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 407-430 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines (reference): | 401-424 | | Comparison: | Different |
| | Different | 13 | 4 |
QProgressDialog::setBar| Name: | QProgressDialog::setBar | | Prototype: | void QProgressDialog::setBar(QProgressBar *bar) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 471-490 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines (reference): | 465-484 | | Comparison: | Different |
| | Different | 13 | 4 |
QProcessPrivate::writeToStdin| Name: | QProcessPrivate::writeToStdin | | Prototype: | bool QProcessPrivate::writeToStdin() | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 684-714 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines (reference): | 623-653 | | Comparison: | Different |
| | Different | 15 | 4 |
QProcessPoller::QProcessPoller| Name: | QProcessPoller::QProcessPoller | | Prototype: | QProcessPoller::QProcessPoller(const QProcessPrivate &proc) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 142-159 | | Comparison: | New |
| | New | 10 | 4 |
QProcess::waitForReadyRead| Name: | QProcess::waitForReadyRead | | Prototype: | bool QProcess::waitForReadyRead(int msecs) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1857-1868 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines (reference): | 1811-1822 | | Comparison: | Different |
| | Different | 8 | 4 |
QPrintPreviewWidgetPrivate::calcCurrentPage| Name: | QPrintPreviewWidgetPrivate::calcCurrentPage | | Prototype: | int QPrintPreviewWidgetPrivate::calcCurrentPage() | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 293-311 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines (reference): | 287-305 | | Comparison: | Different |
| | Different | 14 | 4 |
QPlatformThemeFactory::create| Name: | QPlatformThemeFactory::create | | Prototype: | QPlatformTheme *QPlatformThemeFactory::create(const QString& key, const QString &platformPluginPath) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemefactory.cpp | | Lines: | 59-74 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformthemefactory.cpp | | Lines (reference): | 52-71 | | Comparison: | Different |
| | Different | 9 | 4 |
QPlatformScreen::screenForPosition| Name: | QPlatformScreen::screenForPosition | | Prototype: | const QPlatformScreen *QPlatformScreen::screenForPosition(const QPoint &point) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | | Lines: | 111-121 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | | Lines (reference): | 105-114 | | Comparison: | Different |
| | Different | 5 | 4 |
QPlatformPrinterSupportPlugin::get| Name: | QPlatformPrinterSupportPlugin::get | | Prototype: | QPlatformPrinterSupport *QPlatformPrinterSupportPlugin::get() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines: | 76-86 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | | Lines (reference): | 76-88 | | Comparison: | Different indentation |
| | Different indentation | 7 | 4 |
QPlatformPrintDevice::supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(QPageSize::PageSizeId pageSizeId) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 201-213 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines (reference): | 195-207 | | Comparison: | Different |
| | Different | 6 | 4 |
QPlatformPrintDevice::supportedPageSize| Name: | QPlatformPrintDevice::supportedPageSize | | Prototype: | QPageSize QPlatformPrintDevice::supportedPageSize(const QString &pageName) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines: | 215-226 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintdevice.cpp | | Lines (reference): | 209-220 | | Comparison: | Different |
| | Different | 6 | 4 |