| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
removeOptionalQuotes| Name: | removeOptionalQuotes | | Prototype: | static inline void removeOptionalQuotes(QString *str) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2229-2236 |
| | 5 | 2 |
removeLayoutItemFromLayout| Name: | removeLayoutItemFromLayout | | Prototype: | static bool removeLayoutItemFromLayout(QGraphicsLayout *lay, QGraphicsLayoutItem *layoutItem) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout_p.cpp | | Lines: | 116-132 |
| | 11 | 6 |
releaseMouseGrabOfWidget| Name: | releaseMouseGrabOfWidget | | Prototype: | static void releaseMouseGrabOfWidget(QWidget *widget) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12514-12528 |
| | 7 | 4 |
releaseCachedFontEngine| Name: | releaseCachedFontEngine | | Prototype: | static inline void releaseCachedFontEngine(QFontEngine *fontEngine) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1538-1542 |
| | 2 | 2 |
registerFont| Name: | registerFont | | Prototype: | static void registerFont(QFontDatabasePrivate::ApplicationFont *fnt) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1023-1030 |
| | 3 | 1 |
registerComplexDBusType::destruct| Name: | registerComplexDBusType::destruct | | Prototype: | static void destruct(void *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 133-136 |
| | 1 | 1 |
registerComplexDBusType::construct| Name: | registerComplexDBusType::construct | | Prototype: | static void *construct(void *, const void *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 138-142 |
| | 2 | 1 |
rect_intersects| Name: | rect_intersects | | Prototype: | inline bool rect_intersects(const QRect &r1, const QRect &r2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 703-707 |
| | 2 | 1 |
realMinSize| Name: | realMinSize | | Prototype: | static int realMinSize(const QDockAreaLayoutInfo &info) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 483-506 |
| | 15 | 5 |
realMaxSize| Name: | realMaxSize | | Prototype: | static int realMaxSize(const QDockAreaLayoutInfo &info) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 508-534 |
| | 17 | 6 |
read_xpm_string| Name: | read_xpm_string | | Prototype: | static bool read_xpm_string(QByteArray &buf, QIODevice *d, const char * const *source, int &index, QByteArray &state) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 791-824 |
| | 23 | 8 |
read_xpm_header| Name: | read_xpm_header | | Prototype: | static bool read_xpm_header( QIODevice *device, const char * const * source, int& index, QByteArray &state, int *cpp, int *ncols, int *w, int *h) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 839-856 |
| | 6 | 3 |
read_xpm_body| Name: | read_xpm_body | | Prototype: | static bool read_xpm_body( QIODevice *device, const char * const * source, int& index, QByteArray& state, int cpp, int ncols, int w, int h, QImage& image) | | Coverage: | 0.000% (0/124) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 860-1016 |
| | 106 | 34 |
read_xbm_image| Name: | read_xbm_image | | Prototype: | static bool read_xbm_image(QIODevice *device, QImage *outImage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 174-180 |
| | 4 | 2 |
read_xbm_header| Name: | read_xbm_header | | Prototype: | static bool read_xbm_header(QIODevice *device, int& w, int& h) | | Coverage: | 0.000% (0/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 64-118 |
| | 32 | 8 |
read_xbm_body| Name: | read_xbm_body | | Prototype: | static bool read_xbm_body(QIODevice *device, int w, int h, QImage *outImage) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 120-172 |
| | 32 | 9 |
read_pbm_int| Name: | read_pbm_int | | Prototype: | static int read_pbm_int(QIODevice *d) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 65-94 |
| | 22 | 9 |
read_pbm_header| Name: | read_pbm_header | | Prototype: | static bool read_pbm_header(QIODevice *device, char& type, int& w, int& h, int& mcc) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 96-121 |
| | 16 | 6 |
read_pbm_body| Name: | read_pbm_body | | Prototype: | static bool read_pbm_body(QIODevice *device, char type, int w, int h, int mcc, QImage *outImage) | | Coverage: | 0.000% (0/91) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 123-258 |
| | 93 | 32 |
read_image_scaled| Name: | read_image_scaled | | Prototype: | static void read_image_scaled(QImage *outImage, png_structp png_ptr, png_infop info_ptr, QPngHandlerPrivate::AllocatedMemoryPointers &, QSize scaledSize) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 410-487 |
| | 58 | 14 |
read_dib_infoheader| Name: | read_dib_infoheader | | Prototype: | static bool read_dib_infoheader(QDataStream &s, BMP_INFOHDR &bi) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 168-184 |
| | 12 | 4 |
read_dib_fileheader| Name: | read_dib_fileheader | | Prototype: | static bool read_dib_fileheader(QDataStream &s, BMP_FILEHDR &bf) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 154-166 |
| | 6 | 3 |
read_dib_body| Name: | read_dib_body | | Prototype: | static bool read_dib_body(QDataStream &s, const BMP_INFOHDR &bi, int offset, int startpos, QImage &image) | | Coverage: | 0.000% (0/316) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 186-586 |
| | 288 | 97 |
readValue| Name: | readValue | | Prototype: | template <typename T> T readValue(const uchar *&data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 98-104 |
| | 3 | 1 |
readV1ColorGroup| Name: | readV1ColorGroup | | Prototype: | static void readV1ColorGroup(QDataStream &s, QPalette &pal, QPalette::ColorGroup grp) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 974-981 |
| | 4 | 2 |
readUShort| Name: | readUShort | | Prototype: | static inline ushort readUShort(const uchar *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 70-73 |
| | 1 | 1 |
readUInt| Name: | readUInt | | Prototype: | static inline uint readUInt(const uchar *data) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 65-68 |
| | 1 | 1 |
readMSDosDate| Name: | readMSDosDate | | Prototype: | static QDateTime readMSDosDate(const uchar *src) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 273-286 |
| | 10 | 1 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QJsonDocument &doc, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 389-420 |
| | 17 | 7 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QByteArray &jsonAsciiData, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 422-442 |
| | 12 | 2 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QString &fileName, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 444-467 |
| | 14 | 3 |
readEtcRedHatRelease| Name: | readEtcRedHatRelease | | Prototype: | static bool readEtcRedHatRelease(QUnixOSVersion &v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2330-2348 |
| | 11 | 2 |
readEtcLsbRelease::[lambda]| Name: | readEtcLsbRelease::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2291-2291 |
| | 0 | 1 |
readEtcLsbRelease| Name: | readEtcLsbRelease | | Prototype: | static bool readEtcLsbRelease(QUnixOSVersion &v) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2288-2316 |
| | 11 | 7 |
readEtcDebianVersion::[lambda]| Name: | readEtcDebianVersion::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2359-2359 |
| | 0 | 1 |
readEtcDebianVersion| Name: | readEtcDebianVersion | | Prototype: | static bool readEtcDebianVersion(QUnixOSVersion &v) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2350-2362 |
| | 5 | 3 |
read16| Name: | 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 |
rawReadValue| Name: | 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 |
rasterop_solid_SourceXorDestination| Name: | 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 |
rasterop_solid_SourceOrNotDestination| Name: | 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_SourceOrDestination| Name: | 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_SourceAndNotDestination| Name: | 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_SourceAndDestination| Name: | 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_SetDestination| Name: | 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_NotSourceXorDestination| Name: | 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_NotSourceOrNotDestination| Name: | 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_NotSourceOrDestination| Name: | 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_NotSourceAndNotDestination| Name: | 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_NotSourceAndDestination| Name: | 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_NotSource| Name: | 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_NotDestination| Name: | 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_ClearDestination| Name: | 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_SourceXorDestination| Name: | 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_SourceOrNotDestination| Name: | 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_SourceOrDestination| Name: | 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_SourceAndNotDestination| Name: | 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_SourceAndDestination| Name: | 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_SetDestination| Name: | 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_NotSourceXorDestination| Name: | 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_NotSourceOrNotDestination| Name: | 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_NotSourceOrDestination| Name: | 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_NotSourceAndNotDestination| Name: | 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_NotSourceAndDestination| Name: | 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_NotSource| Name: | 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_NotDestination| Name: | 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_ClearDestination| Name: | 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 |
qwindowcontainer_traverse| Name: | 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 |
quotedValue| Name: | 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 |
quoteNewline| Name: | 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 |
qtransform_equals_no_translate| Name: | 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 |
qt_xcb_createCursorXRender| Name: | 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_XPixmapFromBitmap| Name: | 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_xForm_helper| Name: | 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_write_dib| Name: | 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_window_private| Name: | 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_widget_private| Name: | 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_wasDeleted| Name: | 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_useHarfbuzzNG| Name: | 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_unitSize| Name: | 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_try_modal| Name: | 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_tryModalHelper| Name: | 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_true_matrix| Name: | 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_transform_image_rgb32_on_rgb32| Name: | 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_transform_image_rgb16_on_rgb16| Name: | 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_argb32_on_rgb16| Name: | 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_argb32_on_argb32| Name: | 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_toRasterPixmap| Name: | 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_toRasterPixmap| Name: | 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_tlw_for_window| Name: | 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_tildeExpansion| Name: | 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_test_resetFetchedRoot| Name: | 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_test_isFetchedRoot| Name: | 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_tab_all_widgets| Name: | 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_t_for_arc_angle| Name: | 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_stroke_side| Name: | 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_strippedText| Name: | 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_strip_filters| Name: | 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_static_shift| Name: | 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_span_fill_clipped| Name: | 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_span_fill_clipRect| Name: | 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 |