Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
qt_socks5_set_host_address_and_portName: | qt_socks5_set_host_address_and_port | Prototype: | static bool qt_socks5_set_host_address_and_port(const QHostAddress &address, quint16 port, QByteArray *pBuf) | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 154-182 |
| | 12 | 3 |
qt_socks5_set_host_name_and_portName: | qt_socks5_set_host_name_and_port | Prototype: | static bool qt_socks5_set_host_name_and_port(const QString &hostname, quint16 port, QByteArray *pBuf) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 187-210 |
| | 10 | 2 |
qt_span_clipName: | qt_span_clip | Prototype: | static void qt_span_clip(int count, const QSpan *spans, void *userData) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4069-4106 |
| | 18 | 6 |
qt_span_fill_clipRectName: | qt_span_fill_clipRect | Prototype: | static void qt_span_fill_clipRect(int count, const QSpan *spans, void *userData) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4053-4067 |
| | 8 | 2 |
qt_span_fill_clippedName: | qt_span_fill_clipped | Prototype: | static void qt_span_fill_clipped(int spanCount, const QSpan *spans, void *userData) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3992-4012 |
| | 11 | 3 |
qt_splitLocaleNameName: | qt_splitLocaleName | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
qt_splitLocaleNameName: | qt_splitLocaleName | Prototype: | bool qt_splitLocaleName(const QString &name, QString &lang, QString &script, QString &cntry) | Coverage: | 63.889% (23/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 405-458 |
| | 32 | 11 |
qt_split_namespaceName: | qt_split_namespace | Prototype: | static void qt_split_namespace(QString& prefix, QString& name, const QString& qName, bool hasURI) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 101-114 |
| | 8 | 3 |
qt_starts_withName: | qt_starts_with | Prototype: | static inline bool qt_starts_with(const QChar *haystack, int haystackLen, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10176-10199 |
| | 16 | 7 |
qt_starts_withName: | qt_starts_with | Prototype: | static inline bool qt_starts_with(const QChar *haystack, int haystackLen, QLatin1String needle, Qt::CaseSensitivity cs) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10201-10221 |
| | 15 | 7 |
qt_static_shiftName: | qt_static_shift | Prototype: | template <int shift> inline int qt_static_shift(int value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 594-603 |
| | 5 | 3 |
qt_string_countName: | qt_string_count | Prototype: | static inline int qt_string_count(const QChar *haystack, int haystackLen, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10123-10138 |
| | 9 | 4 |
qt_string_countName: | qt_string_count | Prototype: | static inline int qt_string_count(const QChar *unicode, int size, QChar ch, Qt::CaseSensitivity cs) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10140-10158 |
| | 13 | 6 |
qt_string_normalizeName: | qt_string_normalize | Prototype: | void qt_string_normalize(QString *data, QString::NormalizationForm mode, QChar::UnicodeVersion version, int from) | Coverage: | 92.857% (52/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7154-7218 |
| | 45 | 18 |
qt_strip_filtersName: | qt_strip_filters | Prototype: | QStringList qt_strip_filters(const QStringList &filters) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1368-1382 |
| | 11 | 3 |
qt_strippedTextName: | qt_strippedText | Prototype: | static QString qt_strippedText(QString s) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | Lines: | 64-72 |
| | 5 | 3 |
qt_stroke_sideName: | qt_stroke_side | Prototype: | template <class Iterator> bool qt_stroke_side(Iterator *it, QStroker *stroker, bool capFirst, QLineF *startTangent) | Coverage: | 0.000% (0/41) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 632-766 |
| | 68 | 13 |
qt_subtract_from_timeoutName: | qt_subtract_from_timeout | Prototype: | int qt_subtract_from_timeout(int timeout, int elapsed) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 2004-2011 |
| | 4 | 2 |
qt_t_for_arc_angleName: | qt_t_for_arc_angle | Prototype: | qreal qt_t_for_arc_angle(qreal angle) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qstroker.cpp | Lines: | 793-836 |
| | 19 | 3 |
qt_tab_all_widgetsName: | qt_tab_all_widgets | Prototype: | bool __attribute__((visibility("default"))) qt_tab_all_widgets() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 444-447 |
| | 1 | 1 |
qt_test_isFetchedRootName: | qt_test_isFetchedRoot | Prototype: | bool qt_test_isFetchedRoot() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | Lines: | 62-65 |
| | 1 | 1 |
qt_test_resetFetchedRootName: | qt_test_resetFetchedRoot | Prototype: | void qt_test_resetFetchedRoot() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfileinfogatherer.cpp | Lines: | 57-60 |
| | 1 | 1 |
qt_tildeExpansionName: | qt_tildeExpansion | Prototype: | QString qt_tildeExpansion(const QString &path) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1103-1140 |
| | 18 | 5 |
qt_timezoneName: | qt_timezone | Prototype: | static int qt_timezone() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2165-2196 |
| | 1 | 1 |
qt_tlw_for_windowName: | qt_tlw_for_window | Prototype: | QWidget *qt_tlw_for_window(QWindow *wnd) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2223-2242 |
| | 11 | 6 |
qt_toRasterPixmapName: | qt_toRasterPixmap | Prototype: | QPixmap qt_toRasterPixmap(const QImage &image) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 59-69 |
| | 6 | 1 |
qt_toRasterPixmapName: | qt_toRasterPixmap | Prototype: | QPixmap qt_toRasterPixmap(const QPixmap &pixmap) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 71-80 |
| | 5 | 3 |
qt_to_latin1Name: | qt_to_latin1 | Coverage: | 100.000% (3/3) |
| | 1 | 1 |
qt_to_latin1Name: | qt_to_latin1 | Prototype: | static void qt_to_latin1(uchar *dst, const ushort *src, int length) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 318-376 |
| | 13 | 4 |
qt_transform_image_argb32_on_argb32Name: | qt_transform_image_argb32_on_argb32 | Prototype: | void qt_transform_image_argb32_on_argb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 565-584 |
| | 9 | 2 |
qt_transform_image_argb32_on_rgb16Name: | qt_transform_image_argb32_on_rgb16 | Prototype: | void qt_transform_image_argb32_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 522-541 |
| | 9 | 2 |
qt_transform_image_rgb16_on_rgb16Name: | qt_transform_image_rgb16_on_rgb16 | Prototype: | void qt_transform_image_rgb16_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 501-520 |
| | 9 | 2 |
qt_transform_image_rgb32_on_rgb32Name: | qt_transform_image_rgb32_on_rgb32 | Prototype: | void qt_transform_image_rgb32_on_rgb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 544-563 |
| | 9 | 2 |
qt_true_matrixName: | qt_true_matrix | Prototype: | QTransform qt_true_matrix(qreal w, qreal h, QTransform x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3523-3527 |
| | 2 | 1 |
qt_tryModalHelperName: | qt_tryModalHelper | Prototype: | bool qt_tryModalHelper(QWidget *widget, QWidget **rettop) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2475-2478 |
| | 1 | 1 |
qt_try_modalName: | qt_try_modal | Prototype: | bool qt_try_modal(QWidget *widget, QEvent::Type type) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 2626-2657 |
| | 11 | 9 |
qt_tznameName: | qt_tzname | Prototype: | static QString qt_tzname(QDateTimePrivate::DaylightStatus daylightStatus) | Coverage: | 100.000% (3/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2199-2222 |
| | 2 | 1 |
qt_tzsetName: | qt_tzset | Prototype: | static void qt_tzset() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 2148-2158 |
| | 1 | 1 |
qt_u_strToCaseName: | qt_u_strToCase | Prototype: | static bool qt_u_strToCase(const QString &str, QString *out, const char *localeID, Ptr_u_strToCase caseFunc) | Coverage: | 22.222% (4/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_icu.cpp | Lines: | 54-92 |
| | 24 | 6 |
qt_unitSizeName: | qt_unitSize | Prototype: | static QSizeF qt_unitSize(QPageSize::PageSizeId pageSizeId, QPageSize::Unit units) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 591-607 |
| | 7 | 7 |
qt_urlRecodeName: | qt_urlRecode | Prototype: | int qt_urlRecode(QString &appendTo, const QChar *begin, const QChar *end, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 582-604 |
| | 13 | 6 |
qt_urlRecodeByteArrayName: | qt_urlRecodeByteArray | Prototype: | QString qt_urlRecodeByteArray(const QByteArray &ba) | Coverage: | 89.474% (17/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 617-654 |
| | 19 | 7 |
qt_useHarfbuzzNGName: | qt_useHarfbuzzNG | Prototype: | bool qt_useHarfbuzzNG() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 99-102 |
| | 1 | 1 |
qt_wasDeletedName: | qt_wasDeleted | Prototype: | static bool qt_wasDeleted(const QWidget *w) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 254-257 |
| | 1 | 1 |
qt_widget_privateName: | qt_widget_private | Prototype: | QWidgetPrivate *qt_widget_private(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 12242-12245 |
| | 1 | 1 |
qt_window_privateName: | qt_window_private | Prototype: | QWindowPrivate *qt_window_private(QWindow *window) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | Lines: | 2378-2381 |
| | 1 | 1 |
qt_write_dibName: | qt_write_dib | Prototype: | bool qt_write_dib(QDataStream &s, QImage image) | Coverage: | 0.000% (0/62) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 589-691 |
| | 78 | 18 |
qt_write_loopName: | qt_write_loop | Prototype: | static qint64 qt_write_loop(int fd, const char *data, qint64 len) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | Lines: | 94-104 |
| | 7 | 3 |
qt_xForm_helperName: | qt_xForm_helper | Prototype: | bool qt_xForm_helper(const QTransform &trueMat, int xoffset, int type, int depth, uchar *dptr, int dbpl, int p_inc, int dHeight, const uchar *sptr, int sbpl, int sWidth, int sHeight) | Coverage: | 0.000% (0/187) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4022-4132 |
| | 80 | 52 |
qt_xcb_XPixmapFromBitmapName: | qt_xcb_XPixmapFromBitmap | Prototype: | xcb_pixmap_t qt_xcb_XPixmapFromBitmap(QXcbScreen *screen, const QImage &image) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | Lines: | 172-197 |
| | 22 | 4 |
qt_xcb_createCursorXRenderName: | qt_xcb_createCursorXRender | Prototype: | xcb_cursor_t qt_xcb_createCursorXRender(QXcbScreen *screen, const QImage &image, const QPoint &spot) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | Lines: | 199-272 |
| | 52 | 5 |
qt_xcb_imageFormatForVisualName: | qt_xcb_imageFormatForVisual | Prototype: | QImage::Format qt_xcb_imageFormatForVisual(QXcbConnection *connection, uint8_t depth, const xcb_visualtype_t *visual) | Coverage: | 18.033% (11/61) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | Lines: | 57-86 |
| | 19 | 7 |
qt_xcb_pixmapFromXPixmapName: | qt_xcb_pixmapFromXPixmap | Prototype: | QPixmap qt_xcb_pixmapFromXPixmap(QXcbConnection *connection, xcb_pixmap_t pixmap, int width, int height, int depth, const xcb_visualtype_t *visual) | Coverage: | 29.412% (15/51) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbimage.cpp | Lines: | 88-170 |
| | 49 | 17 |
qtransform_equals_no_translateName: | qtransform_equals_no_translate | Prototype: | static inline bool qtransform_equals_no_translate(const QTransform &a, const QTransform &b) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | Lines: | 67-82 |
| | 8 | 2 |
qualifiedNameName: | qualifiedName | Prototype: | static QByteArray qualifiedName(const QMetaEnum &e) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2727-2730 |
| | 1 | 1 |
queryFontName: | queryFont | Prototype: | static FcPattern *queryFont(const FcChar8 *file, const QByteArray &data, int id, FcBlanks *blanks, int *count) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | Lines: | 774-798 |
| | 10 | 3 |
queuedConnectionTypesName: | queuedConnectionTypes | Prototype: | static int *queuedConnectionTypes(const QList<QByteArray> &typeNames) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 90-112 |
| | 15 | 5 |
queuedConnectionTypesName: | queuedConnectionTypes | Prototype: | static int *queuedConnectionTypes(const QArgumentType *argumentTypes, int argc) | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 114-136 |
| | 15 | 5 |
queued_activateName: | queued_activate | Prototype: | static void queued_activate(QObject *sender, int signal, QObjectPrivate::Connection *c, void **argv, QMutexLocker &locker) | Coverage: | 57.143% (24/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 3542-3594 |
| | 40 | 14 |
qulltoaName: | qulltoa | Prototype: | QString qulltoa(qulonglong l, int base, const QChar _zero) | Coverage: | 100.000% (17/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 427-457 |
| | 15 | 5 |
qulltoa2Name: | qulltoa2 | Prototype: | static char *qulltoa2(char *p, qulonglong n, int base) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3943-3959 |
| | 6 | 2 |
qunsetenvName: | qunsetenv | Prototype: | bool qunsetenv(const char *varName) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3411-3432 |
| | 2 | 1 |
quoteNewlineName: | quoteNewline | Prototype: | static QString quoteNewline(const QString &s) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 487-492 |
| | 3 | 1 |
quotedValueName: | quotedValue | Prototype: | static QString quotedValue(const QString &data) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 3572-3578 |
| | 4 | 1 |
qvsnprintfName: | qvsnprintf | Prototype: | int qvsnprintf(char *str, size_t n, const char *fmt, va_list ap) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qvsnprintf.cpp | Lines: | 95-98 |
| | 1 | 1 |
qwindowcontainer_traverseName: | qwindowcontainer_traverse | Prototype: | static void qwindowcontainer_traverse(QWidget *parent, qwindowcontainer_traverse_callback callback) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwindowcontainer.cpp | Lines: | 337-348 |
| | 7 | 4 |
rasterop_ClearDestinationName: | rasterop_ClearDestination | Prototype: | void rasterop_ClearDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2027-2034 |
| | 2 | 1 |
rasterop_NotDestinationName: | rasterop_NotDestination | Prototype: | void rasterop_NotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2063-2070 |
| | 2 | 1 |
rasterop_NotSourceName: | rasterop_NotSource | Prototype: | void rasterop_NotSource(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1923-1929 |
| | 3 | 2 |
rasterop_NotSourceAndDestinationName: | rasterop_NotSourceAndDestination | Prototype: | void rasterop_NotSourceAndDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1944-1954 |
| | 4 | 2 |
rasterop_NotSourceAndNotDestinationName: | rasterop_NotSourceAndNotDestination | Prototype: | void rasterop_NotSourceAndNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1854-1864 |
| | 4 | 2 |
rasterop_NotSourceOrDestinationName: | rasterop_NotSourceOrDestination | Prototype: | void rasterop_NotSourceOrDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1980-1990 |
| | 4 | 2 |
rasterop_NotSourceOrNotDestinationName: | rasterop_NotSourceOrNotDestination | Prototype: | void rasterop_NotSourceOrNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1879-1889 |
| | 4 | 2 |
rasterop_NotSourceXorDestinationName: | rasterop_NotSourceXorDestination | Prototype: | void rasterop_NotSourceXorDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1904-1914 |
| | 4 | 2 |
rasterop_SetDestinationName: | rasterop_SetDestination | Prototype: | void rasterop_SetDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2045-2052 |
| | 2 | 1 |
rasterop_SourceAndDestinationName: | rasterop_SourceAndDestination | Prototype: | void rasterop_SourceAndDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1806-1816 |
| | 4 | 2 |
rasterop_SourceAndNotDestinationName: | rasterop_SourceAndNotDestination | Prototype: | void rasterop_SourceAndNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1968-1978 |
| | 4 | 2 |
rasterop_SourceOrDestinationName: | rasterop_SourceOrDestination | Prototype: | void rasterop_SourceOrDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1785-1793 |
| | 3 | 2 |
rasterop_SourceOrNotDestinationName: | rasterop_SourceOrNotDestination | Prototype: | void rasterop_SourceOrNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2003-2013 |
| | 4 | 2 |
rasterop_SourceXorDestinationName: | rasterop_SourceXorDestination | Prototype: | void rasterop_SourceXorDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1829-1839 |
| | 4 | 2 |
rasterop_solid_ClearDestinationName: | rasterop_solid_ClearDestination | Prototype: | void rasterop_solid_ClearDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2036-2043 |
| | 2 | 1 |
rasterop_solid_NotDestinationName: | rasterop_solid_NotDestination | Prototype: | void rasterop_solid_NotDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2072-2079 |
| | 2 | 1 |
rasterop_solid_NotSourceName: | rasterop_solid_NotSource | Prototype: | void rasterop_solid_NotSource(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1916-1921 |
| | 2 | 1 |
rasterop_solid_NotSourceAndDestinationName: | rasterop_solid_NotSourceAndDestination | Prototype: | void rasterop_solid_NotSourceAndDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1931-1942 |
| | 5 | 2 |
rasterop_solid_NotSourceAndNotDestinationName: | rasterop_solid_NotSourceAndNotDestination | Prototype: | void rasterop_solid_NotSourceAndNotDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1841-1852 |
| | 5 | 2 |
rasterop_solid_NotSourceOrDestinationName: | rasterop_solid_NotSourceOrDestination | Prototype: | void rasterop_solid_NotSourceOrDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1992-2001 |
| | 4 | 2 |
rasterop_solid_NotSourceOrNotDestinationName: | rasterop_solid_NotSourceOrNotDestination | Prototype: | void rasterop_solid_NotSourceOrNotDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1866-1877 |
| | 5 | 2 |
rasterop_solid_NotSourceXorDestinationName: | rasterop_solid_NotSourceXorDestination | Prototype: | void rasterop_solid_NotSourceXorDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1891-1902 |
| | 5 | 2 |
rasterop_solid_SetDestinationName: | rasterop_solid_SetDestination | Prototype: | void rasterop_solid_SetDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2054-2061 |
| | 2 | 1 |
rasterop_solid_SourceAndDestinationName: | rasterop_solid_SourceAndDestination | Prototype: | void rasterop_solid_SourceAndDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1795-1804 |
| | 4 | 2 |
rasterop_solid_SourceAndNotDestinationName: | rasterop_solid_SourceAndNotDestination | Prototype: | void rasterop_solid_SourceAndNotDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1956-1966 |
| | 4 | 2 |
rasterop_solid_SourceOrDestinationName: | rasterop_solid_SourceOrDestination | Prototype: | void rasterop_solid_SourceOrDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1775-1783 |
| | 3 | 2 |
rasterop_solid_SourceOrNotDestinationName: | rasterop_solid_SourceOrNotDestination | Prototype: | void rasterop_solid_SourceOrNotDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 2015-2025 |
| | 4 | 2 |
rasterop_solid_SourceXorDestinationName: | rasterop_solid_SourceXorDestination | Prototype: | void rasterop_solid_SourceXorDestination(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1818-1827 |
| | 4 | 2 |
rawReadValueName: | rawReadValue | Prototype: | static quint64 rawReadValue(int fd) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkperfevents.cpp | Lines: | 570-603 |
| | 11 | 4 |
rawStringDataName: | rawStringData | Prototype: | static inline const char *rawStringData(const QMetaObject *mo, int index) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 159-162 |
| | 1 | 1 |
rawTypeNameFromTypeInfoName: | rawTypeNameFromTypeInfo | Prototype: | static inline const char *rawTypeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 175-178 |
| | 1 | 1 |
read16Name: | read16 | Prototype: | static quint16 read16(const uchar *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 808-811 |
| | 1 | 1 |
read32Name: | read32 | Prototype: | static quint32 read32(const uchar *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 813-816 |
| | 1 | 1 |
read8Name: | read8 | Prototype: | static quint8 read8(const uchar *data) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 803-806 |
| | 1 | 1 |