| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
containsDecendantOf| Name: | containsDecendantOf | | Prototype: | static bool containsDecendantOf(const QSet<QAbstractState *> &states, const QAbstractState *node) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 295-302 |
| | 4 | 3 |
convertGRAYToARGB| Name: | convertGRAYToARGB | | Prototype: | static inline void convertGRAYToARGB(const uchar *src, uint *dst, int width, int height, int src_pitch) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 608-619 |
| | 7 | 3 |
convertRGBToARGB_V_helper| Name: | convertRGBToARGB_V_helper | | Prototype: | template <typename LcdFilter> static void convertRGBToARGB_V_helper(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 583-598 |
| | 8 | 3 |
convertRGBToARGB_helper| Name: | convertRGBToARGB_helper | | Prototype: | template <typename LcdFilter> static void convertRGBToARGB_helper(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 555-573 |
| | 10 | 3 |
convert_A2RGB30_PM_to_ARGB| Name: | convert_A2RGB30_PM_to_ARGB | | Prototype: | template<QtPixelOrder PixelOrder> static void convert_A2RGB30_PM_to_ARGB(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 718-741 |
| | 12 | 3 |
convert_A2RGB30_PM_to_ARGB_inplace| Name: | convert_A2RGB30_PM_to_ARGB_inplace | | Prototype: | template<QtPixelOrder PixelOrder> static bool convert_A2RGB30_PM_to_ARGB_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 743-761 |
| | 9 | 3 |
convert_A2RGB30_PM_to_RGB30| Name: | convert_A2RGB30_PM_to_RGB30 | | Prototype: | template<bool rgbswap> static void convert_A2RGB30_PM_to_RGB30(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 590-614 |
| | 12 | 3 |
convert_ARGB_PM_to_ARGB| Name: | convert_ARGB_PM_to_ARGB | | Prototype: | static void convert_ARGB_PM_to_ARGB(QImageData *dest, const QImageData *src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 973-995 |
| | 16 | 3 |
convert_ARGB_to_ARGB_PM| Name: | convert_ARGB_to_ARGB_PM | | Prototype: | static void convert_ARGB_to_ARGB_PM(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 252-274 |
| | 16 | 3 |
convert_ARGB_to_RGBA| Name: | convert_ARGB_to_RGBA | | Prototype: | static void convert_ARGB_to_RGBA(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 429-451 |
| | 16 | 3 |
convert_ARGB_to_RGBA_inplace| Name: | convert_ARGB_to_RGBA_inplace | | Prototype: | template<QImage::Format DestFormat> static bool convert_ARGB_to_RGBA_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 453-473 |
| | 9 | 3 |
convert_ARGB_to_RGBx| Name: | convert_ARGB_to_RGBx | | Prototype: | static void convert_ARGB_to_RGBx(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 405-427 |
| | 16 | 3 |
convert_BGR30_to_A2RGB30_inplace| Name: | convert_BGR30_to_A2RGB30_inplace | | Prototype: | static bool convert_BGR30_to_A2RGB30_inplace(QImageData *data, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 705-716 |
| | 7 | 3 |
convert_BGR30_to_RGB30| Name: | convert_BGR30_to_RGB30 | | Prototype: | static void convert_BGR30_to_RGB30(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 641-665 |
| | 30 | 3 |
convert_RGB888_to_RGB| Name: | convert_RGB888_to_RGB | | Prototype: | template <bool rgbx> static void convert_RGB888_to_RGB(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 355-376 |
| | 12 | 3 |
convert_RGBA_to_ARGB| Name: | convert_RGBA_to_ARGB | | Prototype: | static void convert_RGBA_to_ARGB(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 475-497 |
| | 16 | 3 |
convert_RGBA_to_ARGB_inplace| Name: | convert_RGBA_to_ARGB_inplace | | Prototype: | template<QImage::Format DestFormat> static bool convert_RGBA_to_ARGB_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 499-518 |
| | 9 | 3 |
convert_RGBA_to_RGB| Name: | convert_RGBA_to_RGB | | Prototype: | static void convert_RGBA_to_RGB(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 997-1019 |
| | 16 | 3 |
convert_RGB_to_RGB30| Name: | convert_RGB_to_RGB30 | | Prototype: | template<QtPixelOrder PixelOrder> static void convert_RGB_to_RGB30(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 520-544 |
| | 12 | 3 |
convert_RGB_to_RGB30_inplace| Name: | convert_RGB_to_RGB30_inplace | | Prototype: | template<QtPixelOrder PixelOrder> static bool convert_RGB_to_RGB30_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 546-565 |
| | 9 | 3 |
convert_passthrough| Name: | convert_passthrough | | Prototype: | static void convert_passthrough(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 223-243 |
| | 14 | 3 |
convoluteBitmap| Name: | convoluteBitmap | | Prototype: | static void convoluteBitmap(const uchar *src, uchar *dst, int width, int height, int pitch) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 621-639 |
| | 9 | 3 |
copyToDoubles| Name: | copyToDoubles | | Prototype: | static inline void copyToDoubles(const float m[4][4], double mm[4][4]) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 367-372 |
| | 3 | 3 |
cubicTo_clipped| Name: | cubicTo_clipped | | Prototype: | static inline bool cubicTo_clipped(QPainterPath &path, const QTransform &transform, const QPointF &a, const QPointF &b, const QPointF &c, const QPointF &d, bool needsMoveTo) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1578-1595 |
| | 8 | 3 |
currentTextLine| Name: | currentTextLine | | Prototype: | static QTextLine currentTextLine(const QTextCursor &cursor) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 94-106 |
| | 8 | 3 |
customConstruct| Name: | customConstruct | | Prototype: | static void customConstruct(QVariant::Private *d, const void *copy) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 1026-1046 |
| | 13 | 3 |
debugVariantList| Name: | debugVariantList | | Prototype: | static void debugVariantList(QDebug dbg, const QVariantList &list) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 801-812 |
| | 8 | 3 |
decompositionHelper| Name: | decompositionHelper | | Prototype: | static const unsigned short * decompositionHelper (uint ucs4, int *length, int *tag, unsigned short *buffer) | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1290-1315 |
| | 17 | 3 |
descendantDepth| Name: | descendantDepth | | Prototype: | static int descendantDepth(const QAbstractState *state, const QAbstractState *ancestor) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 304-313 |
| | 6 | 3 |
destStore| Name: | destStore | | Prototype: | static void destStore(QRasterBuffer *rasterBuffer, int x, int y, const uint *buffer, int length) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1199-1217 |
| | 14 | 3 |
destStore64| Name: | destStore64 | | Prototype: | static void destStore64(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 *buffer, int length) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1226-1245 |
| | 15 | 3 |
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: | 247-261 |
| | 10 | 3 |
disableCoreDump| Name: | disableCoreDump | | Prototype: | static void disableCoreDump() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 109-122 |
| | 8 | 3 |
documentSize| Name: | documentSize | | Prototype: | static QSize documentSize(QWidgetTextControl *control) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 241-259 |
| | 10 | 3 |
elfHash_continue| Name: | elfHash_continue | | Prototype: | static void elfHash_continue(const char *name, uint &h) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 97-109 |
| | 8 | 3 |
encodedUtf8ToUtf16| Name: | encodedUtf8ToUtf16 | | Prototype: | static bool encodedUtf8ToUtf16(QString &result, ushort *&output, const ushort *begin, const ushort *&input, const ushort *end, ushort decoded) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 263-288 |
| | 13 | 3 |
ensureDetached| Name: | ensureDetached | | Prototype: | static void ensureDetached(QString &result, ushort *&output, const ushort *begin, const ushort *input, const ushort *end, int add = 0) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 204-226 |
| | 12 | 3 |
err_info_about_objects| Name: | err_info_about_objects | | Prototype: | static void err_info_about_objects(const char * func, const QObject * sender, const QObject * receiver) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2282-2292 |
| | 6 | 3 |
expandSize| Name: | expandSize | | Prototype: | static void expandSize(QSizeF &result, const QSizeF &size) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | | Lines: | 75-81 |
| | 4 | 3 |
extract_location| Name: | extract_location | | Prototype: | static const char * extract_location(const char *member) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 2223-2232 |
| | 5 | 3 |
fallbackParent| Name: | fallbackParent | | Prototype: | static QString fallbackParent(const QString &mimeTypeName) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 58-72 |
| | 9 | 3 |
fallbackTheme| Name: | fallbackTheme | | Prototype: | static QString fallbackTheme() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 56-64 |
| | 5 | 3 |
fcntlWorksAfterFlock| Name: | fcntlWorksAfterFlock | | Prototype: | static bool fcntlWorksAfterFlock(const QString &fn) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 134-148 |
| | 10 | 3 |
fetchTransformedBilinear_pixelBounds| Name: | fetchTransformedBilinear_pixelBounds | | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinear>(int, int l1, int l2, int &v1, int &v2) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1880-1891 |
| | 7 | 3 |
fetchTransformedBilinear_pixelBounds| Name: | fetchTransformedBilinear_pixelBounds | | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinearTiled>(int max, int, int, int &v1, int &v2) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1867-1878 |
| | 8 | 3 |
fillBackground| Name: | fillBackground | | Prototype: | static void fillBackground(QPainter *p, const QRectF &rect, QBrush brush, QRectF gradientRect = QRectF()) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 1854-1869 |
| | 10 | 3 |
fillBackground| Name: | fillBackground | | Prototype: | static void fillBackground(QPainter *p, const QRectF &rect, QBrush brush, const QPointF &origin, QRectF gradientRect = QRectF()) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 416-432 |
| | 11 | 3 |
fillLine| Name: | fillLine | | Prototype: | template <> inline void fillLine<Clip, LeftToRight>(qint32 *line, int width, int lx, int rx, qint32 d, qint32 dd) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 68-83 |
| | 11 | 3 |
fillLine| Name: | fillLine | | Prototype: | template <> inline void fillLine<Clip, RightToLeft>(qint32 *line, int width, int lx, int rx, qint32 d, qint32 dd) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 85-100 |
| | 11 | 3 |
fillLine| Name: | fillLine | | Prototype: | template <> inline void fillLine<NoClip, LeftToRight>(qint32 *line, int, int lx, int rx, qint32 d, qint32 dd) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 102-117 |
| | 11 | 3 |
fillLine| Name: | fillLine | | Prototype: | template <> inline void fillLine<NoClip, RightToLeft>(qint32 *line, int, int lx, int rx, qint32 d, qint32 dd) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 119-134 |
| | 11 | 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: | 544-560 |
| | 10 | 3 |
findBySize| Name: | findBySize | | Prototype: | static inline int findBySize(const QVector<QImage> &images, const QSize &size) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 363-370 |
| | 4 | 3 |
findChildrenHelper| Name: | findChildrenHelper | | Prototype: | template <typename T> static QList<T> findChildrenHelper(const QObject *o) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 849-862 |
| | 5 | 3 |
findCrossings| Name: | findCrossings | | Prototype: | static QVector<QCrossingEdge> findCrossings(const QWingedEdge &list, qreal y) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1793-1808 |
| | 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: | 712-728 |
| | 8 | 3 |
fixInitialSize| Name: | fixInitialSize | | Prototype: | static QSize fixInitialSize(QSize size, const QWindow *w, int defaultWidth, int defaultHeight) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | | Lines: | 575-587 |
| | 7 | 3 |
formatDifference| Name: | formatDifference | | Prototype: | static QTextFormat formatDifference(const QTextFormat &from, const QTextFormat &to) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | | Lines: | 2200-2211 |
| | 7 | 3 |
formatUnicodeString| Name: | formatUnicodeString | | Prototype: | static void formatUnicodeString(QDebug d, const QString &s) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3588-3597 |
| | 6 | 3 |
generateSubObjectXml| Name: | generateSubObjectXml | | Prototype: | static QString generateSubObjectXml(QObject *object) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | | Lines: | 103-116 |
| | 10 | 3 |
getEtcFileContent| Name: | getEtcFileContent | | Prototype: | static QByteArray getEtcFileContent(const char *filename) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2143-2160 |
| | 11 | 3 |
getLineHeightParams| Name: | getLineHeightParams | | Prototype: | static inline void getLineHeightParams(const QTextBlockFormat &blockFormat, const QTextLine &line, qreal scaling, QFixed *lineAdjustment, QFixed *lineBreakHeight, QFixed *lineHeight) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2561-2577 |
| | 8 | 3 |
getMoveDeltaComponent| Name: | getMoveDeltaComponent | | Prototype: | static inline int getMoveDeltaComponent(uint cflags, uint moveFlag, uint resizeFlag, int delta, int maxDelta, int minDelta) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 191-200 |
| | 5 | 3 |
getPath| Name: | getPath | | Prototype: | static QString getPath(QSettings::Format format, QSettings::Scope scope) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1113-1129 |
| | 10 | 3 |
getResizeDeltaComponent| Name: | getResizeDeltaComponent | | Prototype: | static inline int getResizeDeltaComponent(uint cflags, uint resizeFlag, uint resizeReverseFlag, int delta) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 202-211 |
| | 5 | 3 |
getVariables| Name: | getVariables | | Prototype: | QList<AnchorData *> getVariables(const QList<QSimplexConstraint *> &constraints) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2055-2065 |
| | 6 | 3 |
getWindow| Name: | getWindow | | Prototype: | static QAccessibleInterface * getWindow(QAccessibleInterface * interface) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1567-1577 |
| | 6 | 3 |
get_extended_font_bits| Name: | get_extended_font_bits | | Prototype: | static quint8 get_extended_font_bits(const QFontPrivate *f) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1903-1912 |
| | 7 | 3 |
grabForPopup| Name: | grabForPopup | | Prototype: | static void grabForPopup(QWidget *popup) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3832-3843 |
| | 6 | 3 |
grabberWindow| Name: | grabberWindow | | Prototype: | static inline QWindow *grabberWindow(const QWidget *w) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12444-12451 |
| | 5 | 3 |
gray_start_cell| Name: | gray_start_cell | | Prototype: | static void gray_start_cell( PWorker worker, TCoord ex, TCoord ey ) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | | Lines: | 496-514 |
| | 11 | 3 |
hash| Name: | hash | | Prototype: | static inline uint hash(const uchar *p, int len, uint seed) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 146-157 |
| | 6 | 3 |
hash| Name: | hash | | Prototype: | static inline uint hash(const QChar *p, int len, uint seed) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | | Lines: | 164-175 |
| | 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/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 671-683 |
| | 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/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | | Lines: | 721-733 |
| | 7 | 3 |
hex2int| Name: | hex2int | | Prototype: | static inline int hex2int(const char *s) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | | Lines: | 48-57 |
| | 7 | 3 |
idleTimerSourcePrepare| Name: | idleTimerSourcePrepare | | Prototype: | static gboolean idleTimerSourcePrepare(GSource *source, gint *timeout) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 195-207 |
| | 7 | 3 |
imageReadMimeFormats| Name: | imageReadMimeFormats | | Prototype: | static QStringList imageReadMimeFormats() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 146-164 |
| | 12 | 3 |
imageWriteMimeFormats| Name: | imageWriteMimeFormats | | Prototype: | static QStringList imageWriteMimeFormats() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 167-185 |
| | 12 | 3 |
indexOfDescendant| Name: | indexOfDescendant | | Prototype: | static int indexOfDescendant(QState *s, QAbstractState *desc) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 445-455 |
| | 6 | 3 |
initEmptyMultiBox| Name: | initEmptyMultiBox | | Prototype: | static void initEmptyMultiBox(QVector<QLayoutStruct> &chain, int start, int end) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 612-620 |
| | 5 | 3 |
installCoverageTool| Name: | installCoverageTool | | Prototype: | static void installCoverageTool(QLibraryPrivate *libPrivate) | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 320-351 |
| | 8 | 3 |
ioErrorHandler| Name: | ioErrorHandler | | Prototype: | static int ioErrorHandler(Display *dpy) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 150-164 |
| | 9 | 3 |
isAncestor| Name: | isAncestor | | Prototype: | static inline bool isAncestor(const QObject *obj, const QObject *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 288-296 |
| | 5 | 3 |
isAncestorFrame| Name: | isAncestorFrame | | Prototype: | static bool isAncestorFrame(QTextFrame *possibleAncestor, QTextFrame *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 559-567 |
| | 5 | 3 |
isChildOfQMdiSubWindow| Name: | isChildOfQMdiSubWindow | | Prototype: | static inline bool isChildOfQMdiSubWindow(const QWidget *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 213-223 |
| | 7 | 3 |
isChildOfTabbedQMdiArea| Name: | isChildOfTabbedQMdiArea | | Prototype: | static inline bool isChildOfTabbedQMdiArea(const QMdiSubWindow *child) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 225-233 |
| | 5 | 3 |
isDescendant| Name: | isDescendant | | Prototype: | static inline bool isDescendant(const QAbstractState *state1, const QAbstractState *state2) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | | Lines: | 283-293 |
| | 5 | 3 |
isLine| Name: | isLine | | Prototype: | static bool isLine(const QBezier &bezier) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 883-897 |
| | 8 | 3 |
is_brush_transparent| Name: | is_brush_transparent | | Prototype: | static inline bool is_brush_transparent(const QBrush &brush) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 113-123 |
| | 7 | 3 |
kdeColor| Name: | kdeColor | | Prototype: | static inline bool kdeColor(QPalette *pal, QPalette::ColorRole role, const QVariant &value) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 334-343 |
| | 7 | 3 |
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: | 85-155 |
| | 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: | 110-123 |
| | 7 | 3 |
lengthValueFromData| Name: | lengthValueFromData | | Prototype: | static int lengthValueFromData(const LengthData& data, const QFont& f) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 417-424 |
| | 5 | 3 |
loadRulesFromFile| Name: | loadRulesFromFile | | Prototype: | static QVector<QLoggingRule> loadRulesFromFile(const QString &filePath) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | | Lines: | 251-264 |
| | 10 | 3 |
log2| Name: | log2 | | Prototype: | static int log2(uint i) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | | Lines: | 353-364 |
| | 7 | 3 |
makeArgIndexToPlaceholderMap| Name: | makeArgIndexToPlaceholderMap | | Prototype: | static ArgIndexToPlaceholderMap makeArgIndexToPlaceholderMap(const ParseResult &parts) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 7931-7945 |
| | 8 | 3 |
makeBitmapCompliantIfNeeded| Name: | makeBitmapCompliantIfNeeded | | Prototype: | static QImage makeBitmapCompliantIfNeeded(QPlatformPixmap *d, const QImage &image, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qplatformpixmap.cpp | | Lines: | 95-113 |
| | 10 | 3 |
mask_alpha_converter| Name: | mask_alpha_converter | | Prototype: | static void mask_alpha_converter(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1042-1062 |
| | 14 | 3 |
mask_alpha_converter_inplace| Name: | mask_alpha_converter_inplace | | Prototype: | template<QImage::Format DestFormat> static bool mask_alpha_converter_inplace(QImageData *data, Qt::ImageConversionFlags) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | | Lines: | 1064-1083 |
| | 19 | 3 |