| 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_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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
huntAndDestroy| Name: | huntAndDestroy | | Coverage: | 100.000% (1/1) | | 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
convert| Name: | convert | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 0 | 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
_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 |
ToBeLookedUpEquals| Name: | ToBeLookedUpEquals | | Coverage: | 100.000% (2/2) | | Comparison: | New |
| | New | 2 | 2 |
StaticDayOfWeekAssociativeArray| Name: | StaticDayOfWeekAssociativeArray | | Coverage: | 0.000% (0/2) | | Comparison: | New |
| | New | 4 | 2 |
Q_QGS_freelist| Name: | Q_QGS_freelist | | Coverage: | 77.778% (7/9) | | Comparison: | New |
| | New | 3 | 7 |
Q_QGS_defaultDateTimePrivate| Name: | Q_QGS_defaultDateTimePrivate | | Coverage: | 77.778% (7/9) | | Comparison: | New |
| | New | 3 | 7 |
QXlibScopedPointerDeleter| Name: | QXlibScopedPointerDeleter | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 1 | 1 |
QXcbSoftwareOpenGLEnforcer| Name: | QXcbSoftwareOpenGLEnforcer | | Coverage: | 44.444% (8/18) | | Comparison: | New |
| | New | 8 | 8 |
QThreadPipe| Name: | QThreadPipe | | Coverage: | 0.000% (0/42) | | Comparison: | New |
| | New | 32 | 17 |
QTeamCityLogger| Name: | QTeamCityLogger | | Coverage: | 85.714% (60/70) | | Comparison: | New |
| | New | 89 | 27 |
QSslErrorEntry| Name: | QSslErrorEntry | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 5 | 1 |
QReadWriteLockPrivate| Name: | QReadWriteLockPrivate | | Coverage: | 90.588% (77/85) | | Comparison: | New |
| | New | 93 | 30 |
QProcessPoller| Name: | QProcessPoller | | Coverage: | 100.000% (18/18) | | Comparison: | New |
| | New | 17 | 10 |
QPixmapStylePrivate| Name: | QPixmapStylePrivate | | Coverage: | 0.000% (0/12) | | Comparison: | New |
| | New | 24 | 6 |
QPixmapStyle| Name: | QPixmapStyle | | Coverage: | 0.000% (0/442) | | Comparison: | New |
| | New | 483 | 176 |
QOpenGLVersionFunctionsStorage| Name: | QOpenGLVersionFunctionsStorage | | Coverage: | 0.000% (0/76) | | Comparison: | New |
| | New | 17 | 36 |
QIconCacheGtkReader| Name: | QIconCacheGtkReader | | Coverage: | 0.000% (0/74) | | Comparison: | New |
| | New | 65 | 20 |
QEvdevTabletManager| Name: | QEvdevTabletManager | | Coverage: | 0.000% (0/37) | | Comparison: | New |
| | New | 40 | 17 |
QEglFSKmsScreen| Name: | QEglFSKmsScreen | | Coverage: | 0.000% (0/45) | | Comparison: | New |
| | New | 47 | 27 |
QEglFSKmsInterruptHandler| Name: | QEglFSKmsInterruptHandler | | Coverage: | 0.000% (0/2) | | Comparison: | New |
| | New | 4 | 2 |
QEglFSKmsIntegration| Name: | QEglFSKmsIntegration | | Coverage: | 0.000% (0/65) | | Comparison: | New |
| | New | 61 | 36 |
QEglFSKmsDevice| Name: | QEglFSKmsDevice | | Coverage: | 0.000% (0/155) | | Comparison: | New |
| | New | 158 | 56 |
QDBusMenuRegistrarInterface| Name: | QDBusMenuRegistrarInterface | | Coverage: | 0.000% (0/1) | | Comparison: | New |
| | New | 2 | 1 |
QDBusMenuBar| Name: | QDBusMenuBar | | Coverage: | 0.000% (0/43) | | Comparison: | New |
| | New | 63 | 23 |
CreateMagicMatchRuleResult| Name: | CreateMagicMatchRuleResult | | Coverage: | 100.000% (1/1) | | Comparison: | New |
| | New | 3 | 1 |
AttributeFormatterRef| Name: | AttributeFormatterRef | | Coverage: | 0.000% (0/2) | | Comparison: | New |
| | New | 2 | 2 |
AttributeFormatter| Name: | AttributeFormatter | | Coverage: | 0.000% (0/2) | | Comparison: | New |
| | New | 2 | 2 |
qt_qimageScaleAARGBA| Name: | 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_qimageScaleAARGB| Name: | 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_plugins| Name: | qt_init_picture_plugins | | Prototype: | void qt_init_picture_plugins() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1415-1431 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines (reference): | 1409-1427 | | Comparison: | Different indentation |
| | Different indentation | 8 | 4 |
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_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 |
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 |
cleanupPrinterSupport| Name: | 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 |