Function | Condition %▾ | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qStandardItemModelDataListMimeTypeName: | 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 |
qSharedBuildName: | qSharedBuild | Prototype: | bool qSharedBuild() noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 1027-1034 | Comparison: | New |
| | New | 1 | 1 |
qLcEvdevTabletName: | qLcEvdevTablet | Prototype: | const QLoggingCategory &qLcEvdevTablet() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | Lines: | 52-52 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | Lines (reference): | 46-46 | Comparison: | Same |
| | Same | 1 | 1 |
qLcEglfsKmsDebugName: | qLcEglfsKmsDebug | Prototype: | const QLoggingCategory &qLcEglfsKmsDebug() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | Lines: | 61-61 | Comparison: | New |
| | New | 1 | 1 |
qInitDrawhelperFunctionsName: | 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 |
qHashName: | qHash | Prototype: | uint qHash(const QMimeType &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetype.cpp | Lines: | 198-201 | Comparison: | New |
| | New | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QLocale &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 896-902 | Comparison: | New |
| | New | 4 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QKeySequence &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | Lines: | 1454-1457 | Comparison: | New |
| | New | 1 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QMatrix &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmatrix.cpp | Lines: | 992-1002 | Comparison: | New |
| | New | 8 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QTransform &key, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 800-813 | Comparison: | New |
| | New | 11 | 1 |
qHashName: | qHash | Prototype: | uint qHash(const QFont &font, uint seed) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | Lines: | 2023-2026 | Comparison: | New |
| | New | 1 | 1 |
qHashName: | qHash | Prototype: | inline uint qHash(const FallbacksCacheKey &key, uint seed = 0) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 444-452 | Comparison: | New |
| | New | 6 | 1 |
qDrawShadeRectName: | qDrawShadeRect | Prototype: | void qDrawShadeRect(QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth, const QBrush *fill) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 205-274 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines (reference): | 199-268 | Comparison: | Different |
| | Different | 53 | 11 |
qDrawShadePanelName: | qDrawShadePanel | Prototype: | void qDrawShadePanel(QPainter *p, int x, int y, int w, int h, const QPalette &pal, bool sunken, int lineWidth, const QBrush *fill) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 306-366 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines (reference): | 300-360 | Comparison: | Different |
| | Different | 47 | 13 |
qDrawShadeLineName: | qDrawShadeLine | Prototype: | void qDrawShadeLine(QPainter *p, int x1, int y1, int x2, int y2, const QPalette &pal, bool sunken, int lineWidth, int midLineWidth) | Coverage: | 0.000% (0/52) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines: | 92-170 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qdrawutil.cpp | Lines (reference): | 86-164 | Comparison: | Different |
| | Different | 60 | 17 |
qDrawPlainRectName: | 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 |
progressForValueName: | 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 |
parseModelineName: | parseModeline | Prototype: | static bool parseModeline(const QByteArray &text, drmModeModeInfoPtr mode) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | Lines: | 119-160 | Comparison: | New |
| | New | 31 | 6 |
paintsOverName: | paintsOver | Prototype: | static bool paintsOver(const QCss::BorderStyle *styles, const QBrush *colors, QCss::Edge e1, QCss::Edge e2) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines: | 332-346 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcssutil.cpp | Lines (reference): | 326-338 | Comparison: | Different |
| | Different | 7 | 3 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &s, QIcon &icon) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1322-1377 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines (reference): | 1294-1351 | Comparison: | Different indentation |
| | Different indentation | 43 | 10 |
operator==Name: | operator== | Prototype: | inline bool operator==(const FallbacksCacheKey &lhs, const FallbacksCacheKey &rhs) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 431-437 | Comparison: | New |
| | New | 4 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QEvent *e) | Coverage: | 0.000% (0/98) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3897-4085 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines (reference): | 3831-4017 | Comparison: | Different indentation |
| | Different indentation | 116 | 54 |
operator-Name: | operator- | Prototype: | QVariant operator-(const QVariant &arg1, const QVariant &arg2) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1977-2004 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines (reference): | 1971-1998 | Comparison: | Different |
| | Different | 20 | 8 |
operator+Name: | operator+ | Prototype: | QVariant operator+(const QVariant &arg1, const QVariant &arg2) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines: | 1938-1969 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | Lines (reference): | 1932-1963 | Comparison: | Different |
| | Different | 20 | 8 |
operator!=Name: | operator!= | Prototype: | inline bool operator!=(const FallbacksCacheKey &lhs, const FallbacksCacheKey &rhs) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 439-442 | Comparison: | New |
| | New | 1 | 1 |
native_sub_imageName: | native_sub_image | Prototype: | static QImage native_sub_image(QByteArray *buffer, const int dstStride, const QImage &src, const QRect &rect, bool swap) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 330-351 | Comparison: | New |
| | New | 11 | 5 |
nanWarningName: | nanWarning | Prototype: | static void nanWarning(const char *func) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | Lines: | 58-61 | Comparison: | New |
| | New | 1 | 1 |
nameForConnectorName: | 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 |
nameFilterForMimeName: | 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 |
msgSyntaxWarningName: | msgSyntaxWarning | Prototype: | static QString msgSyntaxWarning(const QJsonObject &object, const QString &what) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 302-309 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines (reference): | 312-319 | Comparison: | Different |
| | Different | 5 | 1 |
matchesName: | matches | Prototype: | static bool matches(const QJsonObject &object, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QOpenGLConfig::Gpu &gpu) | Coverage: | 0.000% (0/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 314-387 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines (reference): | 324-397 | Comparison: | Different |
| | Different | 43 | 24 |
markFramesName: | markFrames | Prototype: | static void markFrames(QTextFrame *current, int from, int oldLength, int length) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2896-2918 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines (reference): | 2890-2914 | Comparison: | Different |
| | Different | 14 | 5 |
load_glyph_image_to_textureName: | load_glyph_image_to_texture | Prototype: | static void load_glyph_image_to_texture(QOpenGLContext *ctx, QImage &img, GLuint texture, int tx, int ty) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 184-252 | Comparison: | New |
| | New | 33 | 9 |
load_glyph_image_region_to_textureName: | 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 |
loadTzTimeZones::[lambda]Name: | loadTzTimeZones::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 75-75 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines (reference): | 69-69 | Comparison: | Same |
| | Same | 0 | 1 |
launchName: | launch | Prototype: | static inline bool launch(const QString &launcher, const QUrl &url) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines: | 118-131 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines (reference): | 110-123 | Comparison: | Different |
| | Different | 7 | 3 |
is_readable_fileName: | is_readable_file | Prototype: | static bool is_readable_file(const QString &name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 626-630 | Comparison: | New |
| | New | 2 | 1 |
isSoleEntryName: | isSoleEntry | Prototype: | static inline bool isSoleEntry(const QList<QAbstractState*> &states, const QAbstractState * state) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 212-215 | Comparison: | New |
| | New | 1 | 1 |
isSideWidgetVisibleName: | isSideWidgetVisible | Prototype: | static bool isSideWidgetVisible(const QLineEditPrivate::SideWidgetEntry &e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 548-551 | Comparison: | New |
| | New | 1 | 1 |
inputMethodQueryRectangle_helperName: | inputMethodQueryRectangle_helper | Prototype: | static QRectF inputMethodQueryRectangle_helper(Qt::InputMethodQuery imquery, const QTransform &xform) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 130-141 | Comparison: | New |
| | New | 8 | 3 |
init_platform::[lambda]Name: | init_platform::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1114-1114 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines (reference): | 1080-1080 | Comparison: | Same |
| | Same | 0 | 1 |
init_platformName: | init_platform | Prototype: | static void init_platform(const QString &pluginArgument, const QString &platformPluginPath, const QString &platformThemeName, int &argc, char **argv) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1094-1183 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines (reference): | 1058-1147 | Comparison: | Different |
| | Different | 41 | 18 |
icon_name_hashName: | 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 |
iconEngineFromSuffixName: | 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 |
hb_qt_font_get_for_engineName: | hb_qt_font_get_for_engine | Prototype: | hb_font_t *hb_qt_font_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 723-731 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines (reference): | 721-733 | Comparison: | Different |
| | Different | 7 | 3 |
hb_qt_face_get_for_engineName: | hb_qt_face_get_for_engine | Prototype: | hb_face_t *hb_qt_face_get_for_engine(QFontEngine *fe) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 677-685 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines (reference): | 671-683 | Comparison: | Different |
| | Different | 7 | 3 |
getVariablesName: | getVariables | Prototype: | QList<AnchorData *> getVariables(const QList<QSimplexConstraint *> &constraints) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2062-2071 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines (reference): | 2055-2065 | Comparison: | Different |
| | Different | 6 | 3 |
getProcAddressName: | 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 |
getPixmapName: | getPixmap | Prototype: | static QPixmap getPixmap(QTextDocument *doc, const QTextImageFormat &format, const qreal devicePixelRatio = 1.0) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines: | 80-118 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextimagehandler.cpp | Lines (reference): | 73-111 | Comparison: | Different |
| | Different | 20 | 8 |
generateNameName: | 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 |
generateGlyphTablesName: | generateGlyphTables | Prototype: | static QVector<QTtfTable> generateGlyphTables(qttf_font_tables &tables, const QVector<QTtfGlyph> &_glyphs) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 998-1070 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines (reference): | 991-1062 | Comparison: | Different |
| | Different | 47 | 7 |
find_translationName: | find_translation | Prototype: | static QString find_translation(const QLocale & locale, const QString & filename, const QString & prefix, const QString & directory, const QString & suffix) | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 632-723 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines (reference): | 616-701 | Comparison: | Different |
| | Different | 53 | 17 |
findAllLibsName: | findAllLibs | Prototype: | static QStringList findAllLibs(QLatin1String filter) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines: | 550-566 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | Lines (reference): | 544-560 | Comparison: | Different |
| | Different | 10 | 3 |
fillBackgroundName: | fillBackground | Prototype: | static void fillBackground(QPainter *p, const QRectF &rect, QBrush brush, const QRectF &gradientRect = QRectF()) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1861-1876 | Comparison: | New |
| | New | 10 | 3 |
fetchTransformedBilinearARGB32PMName: | fetchTransformedBilinearARGB32PM | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedBilinearARGB32PM(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/127) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1906-2418 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines (reference): | 1893-2405 | Comparison: | Different |
| | Different | 216 | 35 |
fetchTransformedBilinearName: | fetchTransformedBilinear | Prototype: | template<TextureBlendType blendType> static const uint * fetchTransformedBilinear(uint *buffer, const Operator *, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/106) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 2421-2748 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines (reference): | 2408-2749 | Comparison: | Different |
| | Different | 230 | 31 |
familyListName: | 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 |
effectiveScreenName: | effectiveScreen | Prototype: | static inline const QScreen *effectiveScreen(const QWindow *window) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 550-568 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines (reference): | 542-559 | Comparison: | Different |
| | Different | 12 | 6 |
drawPolygonsName: | drawPolygons | Prototype: | static void drawPolygons(qint32 *bits, int width, int height, const QPoint *vertices, const quint32 *indices, int indexCount, qint32 value) | Coverage: | 0.000% (0/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 433-487 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines (reference): | 427-481 | Comparison: | Different |
| | Different | 44 | 14 |
deviceRegionName: | deviceRegion | Prototype: | static QRegion deviceRegion(const QRegion ®ion, QWindow *window, const QPoint &offset) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines: | 248-262 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | Lines (reference): | 247-261 | Comparison: | Different |
| | Different | 10 | 3 |
detectWebBrowser::[lambda]Name: | detectWebBrowser::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines: | 108-108 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | Lines (reference): | 100-100 | Comparison: | Same |
| | Same | 0 | 1 |
detectWebBrowserName: | 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 |
createReadHandlerHelperName: | createReadHandlerHelper | Prototype: | static QImageIOHandler *createReadHandlerHelper(QIODevice *device, const QByteArray &format, bool autoDetectImageFormat, bool ignoresFormatAndExtension) | Coverage: | 0.000% (0/204) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 237-518 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines (reference): | 231-512 | Comparison: | Same |
| | Same | 113 | 53 |
copy_unswappedName: | 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 |
copy_swappedName: | copy_swapped | Prototype: | template <class Pixel> static inline void copy_swapped(char *dst, const int dstStride, const QImage &img, const QRect &rect) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 309-328 | Comparison: | New |
| | New | 5 | 3 |
copyActionToPlatformItemName: | copyActionToPlatformItem | Prototype: | static void copyActionToPlatformItem(const QAction *action, QPlatformMenuItem *item, QPlatformMenu *itemsMenu) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 3256-3289 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines (reference): | 3214-3246 | Comparison: | Different |
| | Different | 23 | 5 |
convert_Indexed8_to_X32Name: | convert_Indexed8_to_X32 | Prototype: | static void convert_Indexed8_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1727-1764 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines (reference): | 1721-1752 | Comparison: | Different |
| | Different | 31 | 5 |
convertWithPaletteName: | convertWithPalette | Prototype: | static QImage convertWithPalette(const QImage &src, QImage::Format format, const QVector<QRgb> &clut) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2070-2119 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines (reference): | 2057-2106 | Comparison: | Different |
| | Different | 33 | 9 |
convertToRGB64Name: | 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 |
convertRGBFromARGB32PMName: | 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 |
convertARGBPMToARGB64PMName: | 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 |
convertARGBPMToARGB32PMName: | 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 |
convertARGBPMFromARGB32PMName: | 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 |
convertName: | convert | Prototype: | static bool convert(const QVariant::Private *d, int t, void *result, bool *ok) | Coverage: | 0.000% (0/95) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines: | 178-308 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguivariant.cpp | Lines (reference): | 172-303 | Comparison: | Different |
| | Different | 84 | 38 |
computeElidedTextName: | computeElidedText | Prototype: | static QString computeElidedText(Qt::TextElideMode mode, const QString &text) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1425-1447 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines (reference): | 1350-1372 | Comparison: | Different |
| | Different | 13 | 6 |
childWidgetsName: | childWidgets | Prototype: | static QList<QWidget*> childWidgets(const QWidget *widget) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 60-75 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines (reference): | 54-70 | Comparison: | Different |
| | Different | 13 | 3 |
childWidgetsName: | 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 |
buddyStringName: | buddyString | Prototype: | static QString buddyString(const QWidget *widget) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 77-99 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines (reference): | 72-95 | Comparison: | Different |
| | Different | 14 | 6 |
bindFontName: | bindFont | Prototype: | static QByteArray bindFont(const QVector<QTtfTable>& _tables) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 1077-1151 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines (reference): | 1069-1143 | Comparison: | Different |
| | Different | 42 | 7 |
backtraceFramesForLogMessage::[lambda]Name: | backtraceFramesForLogMessage::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1260-1260 | Comparison: | New |
| | New | 0 | 1 |
applyCursorName: | 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 |
allMyDockWidgetsName: | allMyDockWidgets | Prototype: | static QList<QDockWidget*> allMyDockWidgets(const QWidget *mainWindow) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 868-883 | Comparison: | New |
| | New | 9 | 6 |
_q_parseDosDirName: | _q_parseDosDir | Prototype: | static void _q_parseDosDir(const QStringList &tokens, const QString &userName, QUrlInfo *info) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 562-613 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines (reference): | 556-607 | Comparison: | Different |
| | Different | 31 | 6 |
VersionTerm::fromJsonName: | 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 |
TextureBinder::~TextureBinderName: | TextureBinder::~TextureBinder | Prototype: | ~TextureBinder() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | Lines: | 426-429 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | Lines (reference): | 487-490 | Comparison: | Different |
| | Different | 1 | 1 |
TextureBinder::TextureBinderName: | TextureBinder::TextureBinder | Prototype: | TextureBinder(QOpenGLFunctions *functions, GLuint texture, GLenum target, GLenum bindingTarget) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturehelper.cpp | Lines: | 400-424 | Comparison: | New |
| | New | 8 | 8 |
StyleSelector::basicSelectorMatchesName: | StyleSelector::basicSelectorMatches | Prototype: | bool StyleSelector::basicSelectorMatches(const BasicSelector &sel, NodePtr node) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1909-1946 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines (reference): | 1901-1939 | Comparison: | Different |
| | Different | 25 | 10 |
StaticDayOfWeekAssociativeArray::operator[]Name: | StaticDayOfWeekAssociativeArray::operator[] | Prototype: | T &operator[](Qt::DayOfWeek day) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 838-843 | Comparison: | New |
| | New | 3 | 1 |
StaticDayOfWeekAssociativeArray::insertName: | StaticDayOfWeekAssociativeArray::insert | Prototype: | void insert(Qt::DayOfWeek day, T v) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 845-848 | Comparison: | New |
| | New | 1 | 1 |
QZipReaderPrivate::scanFilesName: | QZipReaderPrivate::scanFiles | Prototype: | void QZipReaderPrivate::scanFiles() | Coverage: | 0.000% (0/47) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 558-645 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines (reference): | 552-639 | Comparison: | Different |
| | Different | 60 | 15 |
QZipReader::extractAllName: | QZipReader::extractAll | Prototype: | bool QZipReader::extractAll(const QString &destinationDir) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 1020-1068 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines (reference): | 1012-1060 | Comparison: | Different |
| | Different | 30 | 13 |
QZipReader::QZipReaderName: | QZipReader::QZipReader | Prototype: | QZipReader::QZipReader(const QString &archive, QIODevice::OpenMode mode) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 822-844 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines (reference): | 816-836 | Comparison: | Different |
| | Different | 14 | 5 |
QXcbVirtualDesktop::updateWorkAreaName: | QXcbVirtualDesktop::updateWorkArea | Prototype: | void QXcbVirtualDesktop::updateWorkArea() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines: | 156-164 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines (reference): | 148-156 | Comparison: | Different |
| | Different | 5 | 3 |
QXcbVirtualDesktop::screenAtName: | QXcbVirtualDesktop::screenAt | Prototype: | QXcbScreen *QXcbVirtualDesktop::screenAt(const QPoint &pos) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines: | 77-85 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines (reference): | 70-77 | Comparison: | Different |
| | Different | 4 | 3 |
QXcbSoftwareOpenGLEnforcer::QXcbSoftwareOpenGLEnforcer::[lambda]Name: | QXcbSoftwareOpenGLEnforcer::QXcbSoftwareOpenGLEnforcer::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/glxconvenience/qglxconvenience.cpp | Lines: | 152-152 | Comparison: | New |
| | New | 0 | 1 |
QXcbShmImage::flushPixmapName: | QXcbShmImage::flushPixmap | Prototype: | void QXcbShmImage::flushPixmap(const QRegion ®ion) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | Lines: | 358-421 | Comparison: | New |
| | New | 39 | 3 |
QXcbNativeInterface::nativeResourceForCursor::[lambda]Name: | QXcbNativeInterface::nativeResourceForCursor::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines: | 295-295 | Comparison: | New |
| | New | 0 | 1 |
QXcbNativeInterface::nativeResourceForCursorName: | QXcbNativeInterface::nativeResourceForCursor | Prototype: | void *QXcbNativeInterface::nativeResourceForCursor(const QByteArray &resource, const QCursor &cursor) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | Lines: | 293-304 | Comparison: | New |
| | New | 5 | 5 |
QXcbKeyboard::printKeymapErrorName: | QXcbKeyboard::printKeymapError | Prototype: | void QXcbKeyboard::printKeymapError(const char *error) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 675-686 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines (reference): | 669-680 | Comparison: | Different |
| | Different | 8 | 3 |
QXcbKeyboard::possibleKeysName: | QXcbKeyboard::possibleKeys | Prototype: | QList<int> QXcbKeyboard::possibleKeys(const QKeyEvent *event) const | Coverage: | 0.000% (0/63) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines: | 971-1070 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | Lines (reference): | 965-1064 | Comparison: | Different |
| | Different | 71 | 20 |