| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 customStreamDebug| Name:  | customStreamDebug |  | Prototype:  | static void customStreamDebug(QDebug dbg, const QVariant &variant) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 1095-1104 |  
  |  | 3 | 2 | 
 customIsNull| Name:  | customIsNull |  | Prototype:  | static bool customIsNull(const QVariant::Private *d) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 1058-1061 |  
  |  | 1 | 1 | 
 customConvert| Name:  | customConvert |  | Prototype:  | static bool customConvert(const QVariant::Private *d, int t, void *result, bool *ok) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 1082-1092 |  
  |  | 6 | 4 | 
 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 | 
 customCompare| Name:  | customCompare |  | Prototype:  | static bool customCompare(const QVariant::Private *a, const QVariant::Private *b) |  | Coverage:  |  55.000% (11/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 1063-1080 |  
  |  | 11 | 4 | 
 customClear| Name:  | customClear |  | Prototype:  | static void customClear(QVariant::Private *d) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp |  | Lines:  | 1048-1056 |  
  |  | 4 | 2 | 
 curveToFunctionObject| Name:  | curveToFunctionObject |  | Prototype:  | static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type) |  | Coverage:  | 100.000% (21/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp |  | Lines:  | 1013-1040 |  
  |  | 7 | 16 | 
 curveToFunc| Name:  | curveToFunc |  | Prototype:  | static QEasingCurve::EasingFunction curveToFunc(QEasingCurve::Type curve) |  | Coverage:  |  97.059% (66/68) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp |  | Lines:  | 938-1011 |  
  |  | 35 | 35 | 
 cursorIdForShape| Name:  | cursorIdForShape |  | Prototype:  | static int cursorIdForShape(int cshape) |  | Coverage:  |  57.576% (19/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbcursor.cpp |  | Lines:  | 379-431 |  
  |  | 32 | 18 | 
 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 | 
 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 | 
 cubicToHook| Name:  | cubicToHook |  | Prototype:  | static void cubicToHook(qfixed c1x, qfixed c1y, qfixed c2x, qfixed c2y, qfixed ex, qfixed ey, void *data) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 568-583 |  
  |  | 9 | 2 | 
 cross| Name:  | cross |  | Prototype:  | inline int cross(const QPoint &u, const QPoint &v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp |  | Lines:  | 77-80 |  
  |  | 1 | 1 | 
 create_current_thread_data_key| Name:  | create_current_thread_data_key |  | Prototype:  | static void create_current_thread_data_key() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp |  | Lines:  | 161-164 |  
  |  | 1 | 1 | 
 createWriteHandlerHelper| Name:  | createWriteHandlerHelper |  | Prototype:  | static QImageIOHandler *createWriteHandlerHelper(QIODevice *device, const QByteArray &format) |  | Coverage:  |   0.000% (0/78) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp |  | Lines:  | 128-234 |  
  |  | 49 | 20 | 
 createUnixEventDispatcher| Name:  | createUnixEventDispatcher |  | Prototype:  | class QAbstractEventDispatcher *createUnixEventDispatcher() |  | Coverage:  |  50.000% (3/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qgenericunixeventdispatcher.cpp |  | Lines:  | 40-48 |  
  |  | 3 | 2 | 
 createSlack| Name:  | createSlack |  | Prototype:  | static QPair<QSimplexVariable *, QSimplexConstraint *> createSlack(QSimplexConstraint *sizeConstraint, qreal interval, slackType type) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp |  | Lines:  | 2839-2851 |  
  |  | 7 | 1 | 
 createSequence| Name:  | createSequence |  | Prototype:  | static AnchorData *createSequence(Graph<AnchorVertex, AnchorData> *graph, AnchorVertex *before, const QVector<AnchorVertex*> &vertices, AnchorVertex *after) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp |  | Lines:  | 738-780 |  
  |  | 19 | 2 | 
 createReadHandlerHelper| Name:  | createReadHandlerHelper |  | Prototype:  | static QImageIOHandler *createReadHandlerHelper(QIODevice *device, const QByteArray &format, bool autoDetectImageFormat, bool ignoresFormatAndExtension) |  | Coverage:  |   0.000% (0/204) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp |  | Lines:  | 231-512 |  
  |  | 113 | 53 | 
 createOidMap| Name:  | createOidMap |  | Coverage:  | 100.000% (1/1) |  
  |  | 0 | 1 | 
 createOidMap| Name:  | createOidMap |  | Prototype:  | static OidNameMap createOidMap() |  | Coverage:  | 100.000% (53/53) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp |  | Lines:  | 45-76 |  
  |  | 2 | 53 | 
 createMagicMatchRule| Name:  | createMagicMatchRule |  | Prototype:  | static QMimeMagicRule *createMagicMatchRule(const QXmlStreamAttributes &atts, QString *errorMessage) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimetypeparser.cpp |  | Lines:  | 169-176 |  
  |  | 5 | 1 | 
 createInterfaces| Name:  | createInterfaces |  | Prototype:  | static QList<QNetworkInterfacePrivate *> createInterfaces(ifaddrs *rawList) |  | Coverage:  |  69.565% (16/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp |  | Lines:  | 313-367 |  
  |  | 31 | 7 | 
 createFromName| Name:  | createFromName |  | Prototype:  | static QUuid createFromName(const QUuid &ns, const QByteArray &baseData, QCryptographicHash::Algorithm algorithm, int version) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp |  | Lines:  | 121-142 |  
  |  | 12 | 1 | 
 createFileFromTemplate| Name:  | createFileFromTemplate |  | Prototype:  | static bool createFileFromTemplate(NativeFileHandle &file, QFileSystemEntry::NativePath &path, size_t pos, size_t length, quint32 mode, QSystemError &error) |  | Coverage:  |  62.500% (25/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtemporaryfile.cpp |  | Lines:  | 112-229 |  
  |  | 41 | 22 | 
 createDirectoryWithParents| Name:  | createDirectoryWithParents |  | Prototype:  | static bool createDirectoryWithParents(const QByteArray &nativeName, bool shouldMkdirFirst = true) |  | Coverage:  |  52.000% (13/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp |  | Lines:  | 564-586 |  
  |  | 15 | 7 | 
 createData| Name:  | createData |  | Prototype:  | static QTextFrameData *createData(QTextFrame *f) |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 231-240 |  
  |  | 6 | 2 | 
 crc32| Name:  | crc32 |  | Prototype:  | template <typename Char> __attribute__((__target__("sse4.2"))) static uint crc32(const Char *ptr, size_t len, uint h) |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp |  | Lines:  | 95-132 |  
  |  | 16 | 5 | 
 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:  | 208-227 |  
  |  | 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:  | 187-202 |  
  |  | 6 | 1 | 
 countRepeat| Name:  | countRepeat |  | Prototype:  | static inline int countRepeat(const QString &str, int index, int maxCount) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp |  | Lines:  | 339-348 |  
  |  | 6 | 2 | 
 countBits| Name:  | countBits |  | Prototype:  | static int countBits(int hint) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp |  | Lines:  | 415-431 |  
  |  | 10 | 4 | 
 correctWidgetContext| Name:  | correctWidgetContext |  | Prototype:  | static bool correctWidgetContext(Qt::ShortcutContext context, QWidget *w, QWidget *active_window) |  | Coverage:  |   0.000% (0/61) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp |  | Lines:  | 135-195 |  
  |  | 30 | 13 | 
 correctGraphicsWidgetContext| Name:  | correctGraphicsWidgetContext |  | Prototype:  | static bool correctGraphicsWidgetContext(Qt::ShortcutContext context, QGraphicsWidget *w, QWidget *active_window) |  | Coverage:  |   0.000% (0/50) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp |  | Lines:  | 198-254 |  
  |  | 30 | 12 | 
 correctActionContext| Name:  | correctActionContext |  | Prototype:  | static bool correctActionContext(Qt::ShortcutContext context, QAction *a, QWidget *active_window) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp |  | Lines:  | 258-304 |  
  |  | 15 | 7 | 
 copyUShort| Name:  | copyUShort |  | Prototype:  | static inline void copyUShort(uchar *dest, const uchar *src) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp |  | Lines:  | 91-95 |  
  |  | 2 | 1 | 
 copyUInt| Name:  | copyUInt |  | Prototype:  | static inline void copyUInt(uchar *dest, const uchar *src) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp |  | Lines:  | 83-89 |  
  |  | 4 | 1 | 
 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 | 
 copyMouseEvent| Name:  | copyMouseEvent |  | Prototype:  | static QMouseEvent *copyMouseEvent(QEvent *e) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qflickgesture.cpp |  | Lines:  | 62-110 |  
  |  | 12 | 8 | 
 copyMetadata| Name:  | copyMetadata |  | Prototype:  | static void copyMetadata(QImageData *dst, const QImageData *src) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 1106-1113 |  
  |  | 4 | 1 | 
 copyConverterStateHelper| Name:  | copyConverterStateHelper |  | Prototype:  | static void copyConverterStateHelper(QTextCodec::ConverterState *dest, const QTextCodec::ConverterState *src) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp |  | Lines:  | 357-368 |  
  |  | 6 | 1 | 
 copyArgument| Name:  | copyArgument |  | Prototype:  | static void copyArgument(void *to, int id, const QVariant &arg) |  | Coverage:  |  18.750% (9/48) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinterface.cpp |  | Lines:  | 48-142 |  
  |  | 45 | 20 | 
 copyActionToPlatformItem| Name:  | copyActionToPlatformItem |  | Prototype:  | static void copyActionToPlatformItem(const QAction *action, QPlatformMenuItem *item, QPlatformMenu *itemsMenu) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp |  | Lines:  | 3214-3246 |  
  |  | 23 | 5 | 
 coordinateMode| Name:  | coordinateMode |  | Prototype:  | static inline QGradient::CoordinateMode coordinateMode(const QBrush &brush) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 98-109 |  
  |  | 3 | 5 | 
 coordinate| Name:  | coordinate |  | Prototype:  | static inline qreal coordinate(const QPointF &pos, int axis) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp |  | Lines:  | 305-308 |  
  |  | 1 | 1 | 
 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 | 
 convolute| Name:  | convolute |  | Prototype:  | static void convolute( QImage *destImage, const QPointF &pos, const QImage &srcImage, const QRectF &srcRect, QPainter::CompositionMode mode, qreal *kernel, int kernelWidth, int kernelHeight ) |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp |  | Lines:  | 304-402 |  
  |  | 69 | 11 | 
 convert_passthrough_inplace| Name:  | convert_passthrough_inplace |  | Prototype:  | template<QImage::Format Format> static bool convert_passthrough_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 245-250 |  
  |  | 2 | 1 | 
 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 | 
 convert_indexed8_to_RGB_inplace| Name:  | convert_indexed8_to_RGB_inplace |  | Prototype:  | static bool convert_indexed8_to_RGB_inplace(QImageData *data, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 868-883 |  
  |  | 9 | 4 | 
 convert_indexed8_to_RGB16_inplace| Name:  | convert_indexed8_to_RGB16_inplace |  | Prototype:  | static bool convert_indexed8_to_RGB16_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 885-940 |  
  |  | 37 | 8 | 
 convert_indexed8_to_ARGB_inplace| Name:  | convert_indexed8_to_ARGB_inplace |  | Prototype:  | static bool convert_indexed8_to_ARGB_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 817-866 |  
  |  | 34 | 6 | 
 convert_indexed8_to_ARGB_PM_inplace| Name:  | convert_indexed8_to_ARGB_PM_inplace |  | Prototype:  | static bool convert_indexed8_to_ARGB_PM_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 763-815 |  
  |  | 36 | 7 | 
 convert_generic_inplace| Name:  | convert_generic_inplace |  | Prototype:  | bool convert_generic_inplace(QImageData *data, QImage::Format dst_format, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/30) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 171-221 |  
  |  | 34 | 9 | 
 convert_generic| Name:  | convert_generic |  | Prototype:  | void convert_generic(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 124-169 |  
  |  | 31 | 7 | 
 convert_X_to_Mono| Name:  | convert_X_to_Mono |  | Prototype:  | static void convert_X_to_Mono(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1424-1427 |  
  |  | 1 | 1 | 
 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_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_RGB16_inplace| Name:  | convert_RGB_to_RGB16_inplace |  | Prototype:  | static bool convert_RGB_to_RGB16_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 942-971 |  
  |  | 21 | 4 | 
 convert_RGB_to_Indexed8| Name:  | convert_RGB_to_Indexed8 |  | Prototype:  | static void convert_RGB_to_Indexed8(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/146) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1451-1707 |  
  |  | 167 | 45 | 
 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_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_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_RGB888_to_RGB32_ssse3| Name:  | convert_RGB888_to_RGB32_ssse3 |  | Prototype:  | void convert_RGB888_to_RGB32_ssse3(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_ssse3.cpp |  | Lines:  | 122-137 |  
  |  | 10 | 2 | 
 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_Mono_to_X32| Name:  | convert_Mono_to_X32 |  | Prototype:  | static void convert_Mono_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1754-1793 |  
  |  | 34 | 8 | 
 convert_Mono_to_Indexed8| Name:  | convert_Mono_to_Indexed8 |  | Prototype:  | static void convert_Mono_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1796-1834 |  
  |  | 28 | 9 | 
 convert_Indexed8_to_X32| Name:  | convert_Indexed8_to_X32 |  | Prototype:  | static void convert_Indexed8_to_X32(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1721-1752 |  
  |  | 31 | 5 | 
 convert_Indexed8_to_Grayscale8_inplace| Name:  | convert_Indexed8_to_Grayscale8_inplace |  | Prototype:  | static bool convert_Indexed8_to_Grayscale8_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1903-1920 |  
  |  | 10 | 4 | 
 convert_Indexed8_to_Grayscale8| Name:  | convert_Indexed8_to_Grayscale8 |  | Prototype:  | static void convert_Indexed8_to_Grayscale8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1860-1882 |  
  |  | 14 | 4 | 
 convert_Indexed8_to_Alpha8_inplace| Name:  | convert_Indexed8_to_Alpha8_inplace |  | Prototype:  | static bool convert_Indexed8_to_Alpha8_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1884-1901 |  
  |  | 10 | 4 | 
 convert_Indexed8_to_Alpha8| Name:  | convert_Indexed8_to_Alpha8 |  | Prototype:  | static void convert_Indexed8_to_Alpha8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1836-1858 |  
  |  | 14 | 4 | 
 convert_Grayscale8_to_Indexed8_inplace| Name:  | convert_Grayscale8_to_Indexed8_inplace |  | Prototype:  | static bool convert_Grayscale8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1964-1976 |  
  |  | 7 | 2 | 
 convert_Grayscale8_to_Indexed8| Name:  | convert_Grayscale8_to_Indexed8 |  | Prototype:  | static void convert_Grayscale8_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1936-1948 |  
  |  | 7 | 2 | 
 convert_BGR30_to_RGB30_inplace| Name:  | convert_BGR30_to_RGB30_inplace |  | Prototype:  | static bool convert_BGR30_to_RGB30_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 667-703 |  
  |  | 29 | 8 | 
 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_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_Alpha8_to_Indexed8_inplace| Name:  | convert_Alpha8_to_Indexed8_inplace |  | Prototype:  | static bool convert_Alpha8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1950-1962 |  
  |  | 7 | 2 | 
 convert_Alpha8_to_Indexed8| Name:  | convert_Alpha8_to_Indexed8 |  | Prototype:  | static void convert_Alpha8_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1922-1934 |  
  |  | 7 | 2 | 
 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_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_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_Indexed8| Name:  | convert_ARGB_to_Indexed8 |  | Prototype:  | static void convert_ARGB_to_Indexed8(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1716-1719 |  
  |  | 1 | 1 | 
 convert_ARGB_to_ARGB_PM_sse4| Name:  | convert_ARGB_to_ARGB_PM_sse4 |  | Prototype:  | void convert_ARGB_to_ARGB_PM_sse4(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_sse4.cpp |  | Lines:  | 52-66 |  
  |  | 10 | 2 | 
 convert_ARGB_to_ARGB_PM_inplace_sse2| Name:  | convert_ARGB_to_ARGB_PM_inplace_sse2 |  | Prototype:  | bool convert_ARGB_to_ARGB_PM_inplace_sse2(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/26) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_sse2.cpp |  | Lines:  | 44-100 |  
  |  | 36 | 9 | 
 convert_ARGB_to_ARGB_PM_avx2| Name:  | convert_ARGB_to_ARGB_PM_avx2 |  | Prototype:  | void convert_ARGB_to_ARGB_PM_avx2(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_avx2.cpp |  | Lines:  | 43-57 |  
  |  | 10 | 2 | 
 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_PM_to_Mono| Name:  | convert_ARGB_PM_to_Mono |  | Prototype:  | static void convert_ARGB_PM_to_Mono(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1429-1434 |  
  |  | 3 | 1 | 
 convert_ARGB_PM_to_Indexed8| Name:  | convert_ARGB_PM_to_Indexed8 |  | Prototype:  | static void convert_ARGB_PM_to_Indexed8(QImageData *dst, const QImageData *src, Qt::ImageConversionFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 1709-1714 |  
  |  | 3 | 1 | 
 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_A2RGB30_PM_to_RGB30_inplace| Name:  | convert_A2RGB30_PM_to_RGB30_inplace |  | Prototype:  | template<bool rgbswap> static bool convert_A2RGB30_PM_to_RGB30_inplace(QImageData *data, Qt::ImageConversionFlags) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp |  | Lines:  | 616-639 |  
  |  | 11 | 4 | 
 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_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_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 | 
 convertWithPalette| Name:  | convertWithPalette |  | Prototype:  | static QImage convertWithPalette(const QImage &src, QImage::Format format, const QVector<QRgb> &clut) |  | Coverage:  |   0.000% (0/24) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp |  | Lines:  | 2057-2106 |  
  |  | 33 | 9 | 
 convertToRelative| Name:  | convertToRelative |  | Prototype:  | static int convertToRelative(QVector<TTF_POINT> *points) |  | Coverage:  |   0.000% (0/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp |  | Lines:  | 852-903 |  
  |  | 35 | 8 | 
 convertToRGB64| Name:  | convertToRGB64 |  | Prototype:  | template<QImage::Format Format> static const QRgba64 * convertToRGB64(QRgba64 *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:  | 182-210 |  
  |  | 9 | 2 | 
 convertToRGB32| Name:  | convertToRGB32 |  | Prototype:  | template<QImage::Format Format> static const uint * convertToRGB32(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:  | 152-180 |  
  |  | 9 | 2 | 
 convertToPcreOptions| Name:  | convertToPcreOptions |  | Prototype:  | static int convertToPcreOptions(QRegularExpression::PatternOptions patternOptions) |  | Coverage:  | 100.000% (22/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp |  | Lines:  | 781-801 |  
  |  | 16 | 8 | 
 convertToPcreOptions| Name:  | convertToPcreOptions |  | Prototype:  | static int convertToPcreOptions(QRegularExpression::MatchOptions matchOptions) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp |  | Lines:  | 806-814 |  
  |  | 4 | 2 |