| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 724-747 |
| | 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: | 749-767 |
| | 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: | 596-620 |
| | 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: | 979-1001 |
| | 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: | 258-280 |
| | 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: | 435-457 |
| | 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: | 459-479 |
| | 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: | 411-433 |
| | 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: | 711-722 |
| | 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: | 647-671 |
| | 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: | 361-382 |
| | 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: | 481-503 |
| | 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: | 505-524 |
| | 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: | 1003-1025 |
| | 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: | 526-550 |
| | 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: | 552-571 |
| | 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: | 229-249 |
| | 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: | 642-660 |
| | 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: | 373-378 |
| | 3 | 3 |
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 |
| | 5 | 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: | 1594-1611 |
| | 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: | 100-112 |
| | 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: | 808-819 |
| | 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: | 1296-1321 |
| | 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: | 310-319 |
| | 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: | 1212-1230 |
| | 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: | 1239-1258 |
| | 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: | 248-262 |
| | 10 | 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: | 247-265 |
| | 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: | 105-117 |
| | 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: | 293-318 |
| | 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: | 210-232 |
| | 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: | 2289-2299 |
| | 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: | 81-87 |
| | 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: | 2230-2239 |
| | 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: | 64-78 |
| | 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: | 62-70 |
| | 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: | 146-160 |
| | 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: | 1893-1904 |
| | 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: | 1880-1891 |
| | 8 | 3 |
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 |
| | 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: | 422-438 |
| | 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: | 74-89 |
| | 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: | 91-106 |
| | 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: | 108-123 |
| | 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: | 125-140 |
| | 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: | 550-566 |
| | 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: | 372-379 |
| | 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: | 852-865 |
| | 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: | 1800-1815 |
| | 10 | 3 |
findLocalePrivate| Name: | findLocalePrivate | | Prototype: | static QLocalePrivate *findLocalePrivate(QLocale::Language language, QLocale::Script script, QLocale::Country country) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 716-732 |
| | 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: | 584-596 |
| | 7 | 3 |
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 |
| | 8 | 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: | 2206-2217 |
| | 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: | 3654-3663 |
| | 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: | 110-123 |
| | 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: | 2222-2239 |
| | 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: | 2567-2583 |
| | 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/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 197-206 |
| | 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: | 1097-1113 |
| | 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: | 208-217 |
| | 5 | 3 |
getVariables| Name: | getVariables | | Prototype: | QList<AnchorData *> getVariables(const QList<QSimplexConstraint *> &constraints) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2062-2071 |
| | 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: | 1573-1583 |
| | 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: | 1906-1915 |
| | 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: | 3827-3838 |
| | 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: | 12481-12488 |
| | 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: | 502-520 |
| | 11 | 3 |
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 |
| | 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 |
| | 6 | 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: | 54-63 |
| | 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: | 201-213 |
| | 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: | 152-170 |
| | 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: | 173-191 |
| | 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: | 452-462 |
| | 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: | 618-626 |
| | 5 | 3 |
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 |
| | 8 | 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: | 326-357 |
| | 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: | 156-170 |
| | 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: | 292-300 |
| | 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: | 565-573 |
| | 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: | 219-229 |
| | 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: | 231-239 |
| | 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: | 289-299 |
| | 5 | 3 |
isLine| Name: | isLine | | Prototype: | static bool isLine(const QBezier &bezier) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 889-903 |
| | 8 | 3 |
is_brush_transparent| Name: | is_brush_transparent | | Prototype: | static inline bool is_brush_transparent(const QBrush &brush) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 119-129 |
| | 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: | 368-377 |
| | 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: | 89-166 |
| | 29 | 3 |
launch| Name: | launch | | Prototype: | static inline bool launch(const QString &launcher, const QUrl &url) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/services/genericunix/qgenericunixservices.cpp | | Lines: | 118-131 |
| | 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: | 424-431 |
| | 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: | 257-270 |
| | 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: | 360-371 |
| | 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: | 7953-7967 |
| | 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: | 101-119 |
| | 10 | 3 |
markFrames| Name: | markFrames | | Prototype: | static void markFrames(QTextFrame *current, int from, int oldLength, int length) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | | Lines: | 2896-2918 |
| | 12 | 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: | 1048-1068 |
| | 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: | 1070-1089 |
| | 19 | 3 |
massageAdjustedDateTime| Name: | massageAdjustedDateTime | | Prototype: | static void massageAdjustedDateTime(Qt::TimeSpec spec, const QTimeZone &zone, QDate *date, QTime *time) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3701-3728 |
| | 5 | 3 |
mergeSegments| Name: | mergeSegments | | Prototype: | void mergeSegments(Segment *a, int na, Segment *b, int nb) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 1015-1030 |
| | 11 | 3 |
miSubtractNonO1| Name: | miSubtractNonO1 | | Prototype: | static void miSubtractNonO1(QRegionPrivate &dest, const QRect *r, const QRect *rEnd, int y1, int y2) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 2490-2507 |
| | 10 | 3 |