| Functionâ–´ | Condition % | Modifications | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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 |
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 |
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 |
convertWithPalette| Name: | convertWithPalette | | Prototype: | static QImage convertWithPalette(const QImage &src, QImage::Format format, const QVector<QRgb> &clut) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 2070-2119 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines (reference): | 2057-2106 | | Comparison: | Different |
| | Different | 33 | 9 |
convert_Indexed8_to_X32| Name: | convert_Indexed8_to_X32 | | Prototype: | static void convert_Indexed8_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1727-1764 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines (reference): | 1721-1752 | | Comparison: | Different |
| | Different | 31 | 5 |
copyActionToPlatformItem| Name: | 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 |
copy_swapped| Name: | 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 |
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 |
cpuidFeatures01| Name: | cpuidFeatures01 | | Prototype: | static void cpuidFeatures01(uint &ecx, uint &edx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 226-246 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 187-202 | | Comparison: | Different indentation |
| | Different indentation | 6 | 1 |
cpuidFeatures07_00| Name: | cpuidFeatures07_00 | | Prototype: | static void cpuidFeatures07_00(uint &ebx, uint &ecx) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 252-276 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 208-227 | | Comparison: | Different indentation |
| | Different indentation | 10 | 1 |
createMagicMatchRule| Name: | createMagicMatchRule | | Prototype: | static CreateMagicMatchRuleResult createMagicMatchRule(const QXmlStreamAttributes &atts) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp | | Lines: | 186-193 | | Comparison: | New |
| | New | 5 | 1 |
createReadHandlerHelper| Name: | 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 |
decimalForm| Name: | decimalForm | | Prototype: | QString &decimalForm(QChar zero, QChar decimal, QChar group, QString &digits, int decpt, int precision, PrecisionMode pm, bool always_show_decpt, bool thousands_group) | | Coverage: | 100.000% (40/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 464-504 | | Comparison: | New |
| | New | 22 | 13 |
detectWebBrowser| Name: | detectWebBrowser | | Prototype: | static inline bool detectWebBrowser(const QByteArray &desktop, bool checkBrowserVariable, QString *browser) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines: | 83-116 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines (reference): | 75-108 | | Comparison: | Different |
| | Different | 17 | 15 |
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 |
deviceRegion| Name: | 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 |
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 |
dotQmLiteral::[lambda]| Name: | dotQmLiteral::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 94-94 | | Comparison: | New |
| | New | 0 | 1 |
doubleToAscii| Name: | doubleToAscii | | Prototype: | void doubleToAscii(double d, QLocaleData::DoubleForm form, int precision, char *buf, int bufSize, bool &sign, int &length, int &decpt) | | Coverage: | 83.333% (35/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 78-278 | | Comparison: | New |
| | New | 36 | 11 |
drawPolygons| Name: | 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 |
effectiveScreen| Name: | 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 |
exponentForm| Name: | exponentForm | | Prototype: | QString &exponentForm(QChar zero, QChar decimal, QChar exponential, QChar group, QChar plus, QChar minus, QString &digits, int decpt, int precision, PrecisionMode pm, bool always_show_decpt, bool leading_zero_in_exponent) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 506-534 | | Comparison: | New |
| | New | 13 | 6 |
extractEncodingDecl| Name: | extractEncodingDecl | | Prototype: | static QString extractEncodingDecl(const QString &text, bool *needMoreText) | | Coverage: | 78.788% (26/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 1293-1333 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines (reference): | 1279-1319 | | Comparison: | Different |
| | Different | 28 | 9 |
familyList| Name: | familyList | | Prototype: | static QStringList familyList(const QFontDef &req) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 693-716 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines (reference): | 686-714 | | Comparison: | Different |
| | Different | 18 | 5 |
fetchTransformedBilinear| Name: | 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 |
fetchTransformedBilinearARGB32PM| Name: | 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 |
fillBackground| Name: | 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 |
findAllLibs| Name: | 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 |
findLocalePrivate| Name: | findLocalePrivate | | Prototype: | static QLocalePrivate *findLocalePrivate(QLocale::Language language, QLocale::Script script, QLocale::Country country) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 716-732 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines (reference): | 712-728 | | Comparison: | Different |
| | Different | 8 | 3 |
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 |
findPatternUnloaded| Name: | findPatternUnloaded | | Prototype: | static bool findPatternUnloaded(const QString &library, QLibraryPrivate *lib) | | Coverage: | 56.818% (25/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 233-324 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines (reference): | 227-318 | | Comparison: | Different |
| | Different | 46 | 13 |
find_translation| Name: | 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 |
floordiv| Name: | floordiv | | Prototype: | static inline qint64 floordiv(qint64 a, int b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 109-112 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines (reference): | 104-107 | | Comparison: | Different |
| | Different | 1 | 1 |
floordiv| Name: | floordiv | | Prototype: | static inline int floordiv(int a, int b) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 114-117 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines (reference): | 109-112 | | Comparison: | Different |
| | Different | 1 | 1 |
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 |
foldCase| Name: | foldCase | | Prototype: | static inline ushort foldCase(ushort ch) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1530-1533 | | Comparison: | New |
| | New | 1 | 1 |
formatBacktraceForLogMessage| Name: | formatBacktraceForLogMessage | | Prototype: | static QString formatBacktraceForLogMessage(const QMessagePattern::BacktraceParams backtraceParams, const char *function) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | | Lines: | 1268-1283 | | Comparison: | New |
| | New | 8 | 3 |
fourBytesToInt| Name: | fourBytesToInt | | Prototype: | static qint32 fourBytesToInt(const char *bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 375-378 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 369-372 | | Comparison: | Different |
| | Different | 1 | 1 |
fromOffsetString| Name: | fromOffsetString | | Prototype: | static int fromOffsetString(const QStringRef &offsetString, bool *valid) noexcept | | Coverage: | 82.759% (24/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 260-302 | | Comparison: | New |
| | New | 28 | 7 |
generateGlyphTables| Name: | 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 |
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 |
getEffectiveTargetStates| Name: | getEffectiveTargetStates | | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 361-393 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines (reference): | 355-386 | | Comparison: | Different |
| | Different | 18 | 6 |
getPixmap| Name: | 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 |
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 |
getVariables| Name: | 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 |
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 |
hasUsedConfiguration::[lambda]| Name: | hasUsedConfiguration::[lambda] | | Prototype: | [](const QNetworkConfigurationPrivatePointer &ptr) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 58-60 | | Comparison: | New |
| | New | 1 | 1 |
hash| Name: | hash | | Prototype: | static inline uint hash(const uchar *p, int len, uint seed) noexcept | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 202-213 | | Comparison: | New |
| | New | 6 | 3 |
hash| Name: | hash | | Prototype: | static inline uint hash(const QChar *p, int len, uint seed) noexcept | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 220-231 | | Comparison: | New |
| | New | 6 | 3 |
hb_qt_face_get_for_engine| Name: | 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 |
hb_qt_font_get_for_engine| Name: | 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 |
headerValue| Name: | headerValue | | Prototype: | static QByteArray headerValue(QNetworkRequest::KnownHeaders header, const QVariant &value) | | Coverage: | 70.000% (28/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines: | 745-809 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkrequest.cpp | | Lines (reference): | 737-801 | | Comparison: | Different |
| | Different | 31 | 21 |
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 |
huntAndDestroy::[lambda]| Name: | huntAndDestroy::[lambda] | | Prototype: | [](QDBusConnectionPrivate::ObjectTreeNode &node) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 589-589 | | Comparison: | New |
| | New | 1 | 1 |
huntAndUnregister| Name: | huntAndUnregister | | Prototype: | static void huntAndUnregister(const QVector<QStringRef> &pathComponents, int i, QDBusConnection::UnregisterMode mode, QDBusConnectionPrivate::ObjectTreeNode *node) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 601-626 | | Comparison: | New |
| | New | 13 | 5 |
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 |
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 |
ignoreProxyFor| Name: | ignoreProxyFor | | Prototype: | static bool ignoreProxyFor(const QNetworkProxyQuery &query) | | Coverage: | 9.091% (2/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | | Lines: | 54-87 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkproxy_generic.cpp | | Lines (reference): | 48-81 | | Comparison: | Different |
| | Different | 18 | 8 |
imageFormatForVisual| Name: | imageFormatForVisual | | Prototype: | static inline QImage::Format imageFormatForVisual(int depth, quint32 red_mask, quint32 blue_mask, bool *rgbSwap) | | Coverage: | 11.429% (8/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 169-237 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines (reference): | 163-217 | | Comparison: | Different |
| | Different | 38 | 21 |
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 |
init_platform| Name: | 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 |
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 |
inputMethodQueryRectangle_helper| Name: | 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 |
intToFourBytes| Name: | intToFourBytes | | Prototype: | static QByteArray intToFourBytes(qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 391-397 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 385-391 | | Comparison: | Different |
| | Different | 4 | 1 |
intToThreeBytes| Name: | intToThreeBytes | | Prototype: | static QByteArray intToThreeBytes(qint32 number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 399-405 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines (reference): | 393-399 | | Comparison: | Different |
| | Different | 4 | 1 |
isDBusGlobalMenuAvailable| Name: | isDBusGlobalMenuAvailable | | Prototype: | static bool isDBusGlobalMenuAvailable() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 128-132 | | Comparison: | New |
| | New | 1 | 1 |
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 |
isSideWidgetVisible| Name: | 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 |
isSoleEntry| Name: | 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 |
isUncontendedLocked| Name: | isUncontendedLocked | | Prototype: | inline bool isUncontendedLocked(const QReadWriteLockPrivate *d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 75-76 | | Comparison: | New |
| | New | 1 | 1 |
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 |
is_readable_file| Name: | 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 |
keywords| Name: | keywords | | Prototype: | static QSet<QByteArray> keywords() | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines: | 89-166 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp | | Lines (reference): | 85-155 | | Comparison: | Different |
| | Different | 22 | 3 |
launch| Name: | 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 |
lcQpaGl| Name: | lcQpaGl | | Prototype: | const QLoggingCategory &lcQpaGl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegration.cpp | | Lines: | 44-44 | | Comparison: | New |
| | New | 1 | 1 |
loadOpenSsl| Name: | loadOpenSsl | | Prototype: | static QPair<QLibrary*, QLibrary*> loadOpenSsl() | | Coverage: | 12.500% (3/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines: | 624-727 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp | | Lines (reference): | 618-721 | | Comparison: | Different |
| | Different | 36 | 8 |
loadTzTimeZones| Name: | loadTzTimeZones | | Prototype: | static QTzTimeZoneHash loadTzTimeZones() | | Coverage: | 68.421% (13/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines: | 71-98 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | | Lines (reference): | 65-92 | | Comparison: | Different |
| | Different | 16 | 8 |
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 |
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 |
load_glyph_image_to_texture| Name: | load_glyph_image_to_texture | | Prototype: | static void load_glyph_image_to_texture(QOpenGLContext *ctx, QImage &img, GLuint texture, int tx, int ty) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | | Lines: | 184-252 | | Comparison: | New |
| | New | 33 | 9 |
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 |
locatePlugin| Name: | locatePlugin | | Prototype: | static QString locatePlugin(const QString& fileName) | | Coverage: | 84.000% (21/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines: | 281-324 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qpluginloader.cpp | | Lines (reference): | 275-318 | | Comparison: | Different |
| | Different | 28 | 11 |
lockInternal_helper| Name: | lockInternal_helper | | Prototype: | template <bool IsTimed> static inline bool lockInternal_helper(QBasicAtomicPointer<QMutexData> &d_ptr, int timeout = -1, QElapsedTimer *elapsedTimer = 0) noexcept | | Coverage: | 97.143% (34/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 131-175 | | Comparison: | New |
| | New | 23 | 9 |
make_user_path| Name: | make_user_path | | Prototype: | static QString make_user_path() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1036-1056 | | Comparison: | New |
| | New | 1 | 1 |
markFrames| Name: | 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 |
matches| Name: | 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 |
maxBasicCpuidSupported| Name: | maxBasicCpuidSupported | | Prototype: | static int maxBasicCpuidSupported() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines: | 181-224 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | | Lines (reference): | 146-185 | | Comparison: | Same |
| | Same | 9 | 1 |
msgSyntaxWarning| Name: | 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 |
multicastMembershipHelper| Name: | multicastMembershipHelper | | Prototype: | static bool multicastMembershipHelper(QNativeSocketEnginePrivate *d, int how6, int how4, const QHostAddress &groupAddress, const QNetworkInterface &interface) | | Coverage: | 52.174% (12/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 597-668 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines (reference): | 610-681 | | Comparison: | Different |
| | Different | 48 | 9 |
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 |
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 |
nanWarning| Name: | 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 |
native_sub_image| Name: | 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 |
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 |
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: | 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: | bool operator<(const QElapsedTimer &v1, const QElapsedTimer &v2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 246-249 | | Comparison: | New |
| | New | 1 | 1 |
operator<| Name: | operator< | | Prototype: | bool operator<(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2806-2809 | | Comparison: | New |
| | New | 1 | 1 |
operator<| Name: | operator< | | Prototype: | bool operator<(const QStringRef &s1,const QStringRef &s2) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9119-9122 | | Comparison: | New |
| | New | 1 | 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 |