Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 9077-9080 | Comparison: | New |
| | New | 2 | 1 |
operator==Name: | operator== | Prototype: | bool operator==(const QString &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: | 9087-9090 | Comparison: | New |
| | New | 2 | 1 |
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: | 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 |
make_user_pathName: | 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 |
lockInternal_helperName: | 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 |
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 |
lcQpaGlName: | 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 |
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 |
isValidSlotName: | 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 |
isUncontendedLockedName: | 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 |
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 |
isDBusGlobalMenuAvailableName: | 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 |
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 |
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 |
huntAndUnregisterName: | 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 |
huntAndDestroyName: | huntAndDestroy | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 1 | 1 |
hashName: | 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 |
hashName: | 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 |
hasUsedConfigurationName: | hasUsedConfiguration | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 1 | 1 |
hasUsedConfigurationName: | 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 |
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 |
fromOffsetStringName: | 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 |
formatBacktraceForLogMessageName: | 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 |
foldCaseName: | 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 |
foldCaseName: | 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 |
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 |
exponentFormName: | 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 |
doubleToAsciiName: | 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 |
dotQmLiteralName: | dotQmLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
dotQmLiteralName: | 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 |
decimalFormName: | 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 |
createMagicMatchRuleName: | 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 |
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 |
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 |
convertCase_helperName: | 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 |
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 | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
containsTLDEntryName: | 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 |
containsTLDEntryName: | containsTLDEntry | Prototype: | static inline bool containsTLDEntry(const QString &entry) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | Lines: | 72-75 | Comparison: | New |
| | New | 1 | 1 |
clearName: | clear | Prototype: | template <typename Container> void clear(Container &c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | Lines: | 87-88 | Comparison: | New |
| | New | 1 | 1 |
cleanUpConfigurationsName: | cleanUpConfigurations | Prototype: | static void cleanUpConfigurations(QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | Lines: | 47-54 | Comparison: | New |
| | New | 4 | 2 |
checkDBusGlobalMenuAvailableName: | checkDBusGlobalMenuAvailable | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
checkDBusGlobalMenuAvailableName: | checkDBusGlobalMenuAvailable | Prototype: | static bool checkDBusGlobalMenuAvailable() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | Lines: | 121-126 | Comparison: | New |
| | New | 2 | 2 |
can_consumeName: | can_consume | Prototype: | static inline bool can_consume(const char * &c, char ch) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6025-6032 | Comparison: | New |
| | New | 4 | 2 |
backtraceFramesForLogMessageName: | backtraceFramesForLogMessage | Coverage: | 0.000% (0/1) | Comparison: | New |
| | New | 0 | 1 |
backtraceFramesForLogMessageName: | backtraceFramesForLogMessage | Prototype: | static QStringList backtraceFramesForLogMessage(int frameCount) | Coverage: | 70.000% (28/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1210-1266 | Comparison: | New |
| | New | 30 | 12 |
asciiToDoubleName: | asciiToDouble | Prototype: | double asciiToDouble(const char *num, int numLen, bool &ok, int &processed, TrailingJunkMode trailingJunkMode) | Coverage: | 75.556% (34/45) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 280-379 | Comparison: | New |
| | New | 42 | 13 |
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 |
applicationXQtImageLiteralName: | applicationXQtImageLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
applicationXQtImageLiteralName: | applicationXQtImageLiteral | Prototype: | static inline QString applicationXQtImageLiteral() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 53-53 | Comparison: | New |
| | New | 0 | 2 |
applicationXColorLiteralName: | applicationXColorLiteral | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 0 | 1 |
applicationXColorLiteralName: | applicationXColorLiteral | Prototype: | static inline QString applicationXColorLiteral() | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | Lines: | 52-52 | Comparison: | New |
| | New | 0 | 2 |
append_utf8Name: | append_utf8 | Prototype: | static void append_utf8(QString &qs, const char *cs, int len) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5983-5989 | Comparison: | New |
| | New | 4 | 1 |
any_ofName: | any_of | Prototype: | template<class InputIt, class UnaryPredicate> bool any_of(InputIt first, InputIt last, UnaryPredicate p) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 77-81 | Comparison: | New |
| | New | 1 | 1 |
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 |
aggregateParameterCountName: | aggregateParameterCount | Prototype: | static int aggregateParameterCount(const std::vector<QMetaMethodBuilderPrivate> &methods) | Coverage: | 100.000% (2/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1160-1166 | Comparison: | New |
| | New | 4 | 2 |
_q_futexName: | _q_futex | Prototype: | static inline int _q_futex(void *addr, int op, int val, const struct timespec *timeout) noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | Lines: | 112-124 | Comparison: | New |
| | New | 4 | 1 |
ToBeLookedUpEqualsName: | ToBeLookedUpEquals | Coverage: | 100.000% (2/2) | Comparison: | New |
| | New | 2 | 2 |
StaticDayOfWeekAssociativeArrayName: | StaticDayOfWeekAssociativeArray | Coverage: | 0.000% (0/2) | Comparison: | New |
| | New | 4 | 2 |
Q_QGS_freelistName: | Q_QGS_freelist | Coverage: | 77.778% (7/9) | Comparison: | New |
| | New | 3 | 7 |
Q_QGS_defaultDateTimePrivateName: | Q_QGS_defaultDateTimePrivate | Coverage: | 77.778% (7/9) | Comparison: | New |
| | New | 3 | 7 |
QXlibScopedPointerDeleterName: | QXlibScopedPointerDeleter | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 1 | 1 |
QXcbSoftwareOpenGLEnforcerName: | QXcbSoftwareOpenGLEnforcer | Coverage: | 44.444% (8/18) | Comparison: | New |
| | New | 8 | 8 |
QThreadPipeName: | QThreadPipe | Coverage: | 0.000% (0/42) | Comparison: | New |
| | New | 32 | 17 |
QTeamCityLoggerName: | QTeamCityLogger | Coverage: | 85.714% (60/70) | Comparison: | New |
| | New | 89 | 27 |
QSslErrorEntryName: | QSslErrorEntry | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 5 | 1 |
QReadWriteLockPrivateName: | QReadWriteLockPrivate | Coverage: | 90.588% (77/85) | Comparison: | New |
| | New | 93 | 30 |
QProcessPollerName: | QProcessPoller | Coverage: | 100.000% (18/18) | Comparison: | New |
| | New | 17 | 10 |
QPixmapStylePrivateName: | QPixmapStylePrivate | Coverage: | 0.000% (0/12) | Comparison: | New |
| | New | 24 | 6 |
QPixmapStyleName: | QPixmapStyle | Coverage: | 0.000% (0/442) | Comparison: | New |
| | New | 483 | 176 |
QOpenGLVersionFunctionsStorageName: | QOpenGLVersionFunctionsStorage | Coverage: | 0.000% (0/76) | Comparison: | New |
| | New | 17 | 36 |
QIconCacheGtkReaderName: | QIconCacheGtkReader | Coverage: | 0.000% (0/74) | Comparison: | New |
| | New | 65 | 20 |
QEvdevTabletManagerName: | QEvdevTabletManager | Coverage: | 0.000% (0/37) | Comparison: | New |
| | New | 40 | 17 |
QEglFSKmsScreenName: | QEglFSKmsScreen | Coverage: | 0.000% (0/45) | Comparison: | New |
| | New | 47 | 27 |
QEglFSKmsInterruptHandlerName: | QEglFSKmsInterruptHandler | Coverage: | 0.000% (0/2) | Comparison: | New |
| | New | 4 | 2 |
QEglFSKmsIntegrationName: | QEglFSKmsIntegration | Coverage: | 0.000% (0/65) | Comparison: | New |
| | New | 61 | 36 |
QEglFSKmsDeviceName: | QEglFSKmsDevice | Coverage: | 0.000% (0/155) | Comparison: | New |
| | New | 158 | 56 |
QDBusMenuRegistrarInterfaceName: | QDBusMenuRegistrarInterface | Coverage: | 0.000% (0/1) | Comparison: | New |
| | New | 2 | 1 |
QDBusMenuBarName: | QDBusMenuBar | Coverage: | 0.000% (0/43) | Comparison: | New |
| | New | 63 | 23 |
CreateMagicMatchRuleResultName: | CreateMagicMatchRuleResult | Coverage: | 100.000% (1/1) | Comparison: | New |
| | New | 3 | 1 |
AttributeFormatterRefName: | AttributeFormatterRef | Coverage: | 0.000% (0/2) | Comparison: | New |
| | New | 2 | 2 |
AttributeFormatterName: | AttributeFormatter | Coverage: | 0.000% (0/2) | Comparison: | New |
| | New | 2 | 2 |
qt_qimageScaleAARGBAName: | qt_qimageScaleAARGBA | Prototype: | static void qt_qimageScaleAARGBA(QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 337-383 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines (reference): | 319-353 | Comparison: | Different indentation |
| | Different indentation | 13 | 7 |
qt_qimageScaleAARGBName: | qt_qimageScaleAARGB | Prototype: | static void qt_qimageScaleAARGB(QImageScaleInfo *isi, unsigned int *dest, int dw, int dh, int dow, int sow) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines: | 542-588 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | Lines (reference): | 512-546 | Comparison: | Different indentation |
| | Different indentation | 13 | 7 |
qt_init_picture_pluginsName: | 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 |
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: | 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 |
cpuidFeatures07_00Name: | 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 |
cpuidFeatures01Name: | 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 |
cleanupPrinterSupportName: | cleanupPrinterSupport | Prototype: | static void cleanupPrinterSupport() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines: | 62-66 | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qplatformprintplugin.cpp | Lines (reference): | 59-65 | Comparison: | Different indentation |
| | Different indentation | 2 | 1 |