| Function | Condition % | Modificationsâ–´ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
StaticDayOfWeekAssociativeArray| Name: | StaticDayOfWeekAssociativeArray | | Coverage: | 0.000% (0/2) | | Comparison: | New |
| | New | 4 | 2 |
ToBeLookedUpEquals| Name: | ToBeLookedUpEquals | | Coverage: | 100.000% (2/2) | | Comparison: | New |
| | New | 2 | 2 |
_q_futex| Name: | _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 |
aggregateParameterCount| Name: | aggregateParameterCount | | Prototype: | static int aggregateParameterCount(const std::vector<QMetaMethodBuilderPrivate> &methods) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1160-1166 | | Comparison: | New |
| | New | 4 | 2 |
allMyDockWidgets| Name: | 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 |
any_of| Name: | 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 |
append_utf8| Name: | 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 |
applicationXColorLiteral| Name: | applicationXColorLiteral | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 1 |
applicationXColorLiteral| Name: | applicationXColorLiteral | | Prototype: | static inline QString applicationXColorLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 52-52 | | Comparison: | New |
| | New | 0 | 2 |
applicationXQtImageLiteral| Name: | applicationXQtImageLiteral | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 1 |
applicationXQtImageLiteral| Name: | applicationXQtImageLiteral | | Prototype: | static inline QString applicationXQtImageLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 53-53 | | Comparison: | New |
| | New | 0 | 2 |
applyCursor| Name: | applyCursor | | Prototype: | static inline void applyCursor(QWidget *w, const QCursor &c) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5049-5053 | | Comparison: | New |
| | New | 2 | 2 |
asciiToDouble| Name: | 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 |
backtraceFramesForLogMessage| Name: | backtraceFramesForLogMessage | | Coverage: | 0.000% (0/1) | | Comparison: | New |
| | New | 0 | 1 |
backtraceFramesForLogMessage| Name: | 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 |
can_consume| Name: | can_consume | | Prototype: | static inline bool can_consume(const char * &c, char ch) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6025-6032 | | Comparison: | New |
| | New | 4 | 2 |
checkDBusGlobalMenuAvailable| Name: | checkDBusGlobalMenuAvailable | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 1 |
checkDBusGlobalMenuAvailable| Name: | checkDBusGlobalMenuAvailable | | Prototype: | static bool checkDBusGlobalMenuAvailable() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 121-126 | | Comparison: | New |
| | New | 2 | 2 |
cleanUpConfigurations| Name: | cleanUpConfigurations | | Prototype: | static void cleanUpConfigurations(QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 47-54 | | Comparison: | New |
| | New | 4 | 2 |
clear| Name: | 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 |
containsTLDEntry| Name: | containsTLDEntry | | Prototype: | static bool containsTLDEntry(const QStringRef &entry) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtldurl.cpp | | Lines: | 49-70 | | Comparison: | New |
| | New | 13 | 4 |
containsTLDEntry| Name: | 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 |
convert| Name: | convert | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 1 |
convertARGBPMFromARGB32PM| Name: | convertARGBPMFromARGB32PM | | Prototype: | template<QImage::Format Format, bool fromRGB> static const uint * convertARGBPMFromARGB32PM(uint *buffer, const uint *src, int count, const QPixelLayout *, const QRgb *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 359-383 | | Comparison: | New |
| | New | 3 | 2 |
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 |
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 |
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 |
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 |
dotQmLiteral| Name: | dotQmLiteral | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 1 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
hasUsedConfiguration| Name: | hasUsedConfiguration | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 1 | 1 |
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 |
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 |
huntAndDestroy| Name: | huntAndDestroy | | Coverage: | 100.000% (1/1) | | 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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: | 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: | 431-437 | | Comparison: | New |
| | New | 4 | 1 |
operator==| Name: | operator== | | Prototype: | bool operator==(QLatin1String s1, const QStringRef &s2) noexcept | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 9097-9106 | | Comparison: | New |
| | New | 6 | 3 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2742-2748 | | Comparison: | New |
| | New | 3 | 2 |
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 |
parseModeline| Name: | 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 |
parse_field_width| Name: | parse_field_width | | Prototype: | static int parse_field_width(const char * &c) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6008-6021 | | Comparison: | New |
| | New | 8 | 2 |
parse_flag_characters| Name: | parse_flag_characters | | Prototype: | static uint parse_flag_characters(const char * &c) noexcept | | Coverage: | 93.750% (15/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5991-6006 | | Comparison: | New |
| | New | 10 | 9 |
parse_length_modifier| Name: | parse_length_modifier | | Prototype: | static LengthMod parse_length_modifier(const char * &c) noexcept | | Coverage: | 35.714% (5/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 6034-6047 | | Comparison: | New |
| | New | 9 | 8 |
qCalculateBlockSize| Name: | qCalculateBlockSize | | Prototype: | size_t qCalculateBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 167-187 | | Comparison: | New |
| | New | 15 | 4 |
qCalculateGrowingBlockSize| Name: | qCalculateGrowingBlockSize | | Prototype: | CalculateGrowingBlockSizeResult qCalculateGrowingBlockSize(size_t elementCount, size_t elementSize, size_t headerSize) noexcept | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 207-230 | | Comparison: | New |
| | New | 13 | 3 |
qEnvironmentVariableIntValue| Name: | qEnvironmentVariableIntValue | | Prototype: | int qEnvironmentVariableIntValue(const char *varName, bool *ok) noexcept | | Coverage: | 100.000% (18/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3301-3334 | | Comparison: | New |
| | New | 15 | 6 |
qEnvironmentVariableIsEmpty| Name: | qEnvironmentVariableIsEmpty | | Prototype: | bool qEnvironmentVariableIsEmpty(const char *varName) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3269-3283 | | Comparison: | New |
| | New | 3 | 1 |
qEnvironmentVariableIsSet| Name: | qEnvironmentVariableIsSet | | Prototype: | bool qEnvironmentVariableIsSet(const char *varName) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3350-3360 | | Comparison: | New |
| | New | 2 | 1 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | 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 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QSslCertificate &key, uint seed) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | | Lines: | 64-73 | | Comparison: | New |
| | New | 4 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUrl &url, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4123-4136 | | Comparison: | New |
| | New | 10 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUrlQuery &key, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 432-442 | | Comparison: | New |
| | New | 6 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QUuid &uuid, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 1065-1071 | | Comparison: | New |
| | New | 4 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QDate &key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 5032-5035 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QTime &key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 5043-5046 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QByteArray &key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 233-236 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QString &key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 238-241 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QStringRef &key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 243-246 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(const QBitArray &bitArray, uint seed) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 248-259 | | Comparison: | New |
| | New | 6 | 2 |
qHash| Name: | qHash | | Prototype: | uint qHash(QLatin1String key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 261-264 | | Comparison: | New |
| | New | 1 | 1 |
qHash| Name: | qHash | | Prototype: | uint qHash(float key, uint seed) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 973-976 | | Comparison: | New |
| | New | 1 | 1 |