| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
convertRGB30FromARGB32PM| Name: | convertRGB30FromARGB32PM | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertRGB30FromARGB32PM(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: | 725-732 |
| | 3 | 2 |
convertRGB30FromRGB32| Name: | convertRGB30FromRGB32 | | Prototype: | template<QtPixelOrder PixelOrder> static const uint * convertRGB30FromRGB32(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: | 716-723 |
| | 3 | 2 |
convertRGB32FromARGB32PM| Name: | convertRGB32FromARGB32PM | | Prototype: | static const uint * convertRGB32FromARGB32PM(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/image/qimage_conversions.cpp | | Lines: | 110-116 |
| | 3 | 2 |
convertRGB32FromARGB32PM_sse4| Name: | convertRGB32FromARGB32PM_sse4 | | Prototype: | const uint * convertRGB32FromARGB32PM_sse4(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/image/qimage_sse4.cpp | | Lines: | 50-56 |
| | 3 | 2 |
convertRGB32ToARGB32PM| Name: | convertRGB32ToARGB32PM | | Prototype: | static const uint * convertRGB32ToARGB32PM(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/image/qimage_conversions.cpp | | Lines: | 118-124 |
| | 3 | 2 |
convertRGBA8888FromARGB32PM| Name: | convertRGBA8888FromARGB32PM | | Prototype: | static const uint * convertRGBA8888FromARGB32PM(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: | 617-623 |
| | 3 | 2 |
convertRGBA8888FromARGB32PM_sse4| Name: | convertRGBA8888FromARGB32PM_sse4 | | Prototype: | const uint * convertRGBA8888FromARGB32PM_sse4(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_sse4.cpp | | Lines: | 67-73 |
| | 3 | 2 |
convertRGBA8888PMFromARGB32PM| Name: | convertRGBA8888PMFromARGB32PM | | Prototype: | static const uint * convertRGBA8888PMFromARGB32PM(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: | 502-508 |
| | 3 | 2 |
convertRGBA8888PMToARGB32PM| Name: | convertRGBA8888PMToARGB32PM | | Prototype: | static const uint * convertRGBA8888PMToARGB32PM(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: | 448-454 |
| | 3 | 2 |
convertRGBFromARGB32PM| Name: | convertRGBFromARGB32PM | | Prototype: | template<QImage::Format Format, bool fromRGB> static const uint * convertRGBFromARGB32PM(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: | 337-357 |
| | 3 | 2 |
convertRGBToARGB| Name: | convertRGBToARGB | | Prototype: | static inline void convertRGBToARGB(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr, bool legacyFilter) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 596-602 |
| | 3 | 2 |
convertRGBToARGB_V| Name: | convertRGBToARGB_V | | Prototype: | static inline void convertRGBToARGB_V(const uchar *src, uint *dst, int width, int height, int src_pitch, bool bgr, bool legacyFilter) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 621-627 |
| | 3 | 2 |
convertRGBXFromARGB32PM| Name: | convertRGBXFromARGB32PM | | Prototype: | static const uint * convertRGBXFromARGB32PM(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: | 633-639 |
| | 3 | 2 |
convertRGBXFromARGB32PM_sse4| Name: | convertRGBXFromARGB32PM_sse4 | | Prototype: | const uint * convertRGBXFromARGB32PM_sse4(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_sse4.cpp | | Lines: | 75-81 |
| | 3 | 2 |
convertRGBXFromRGB32| Name: | convertRGBXFromRGB32 | | Prototype: | static const uint * convertRGBXFromRGB32(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: | 625-631 |
| | 3 | 2 |
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: | 1715-1720 |
| | 3 | 1 |
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: | 1435-1440 |
| | 3 | 1 |
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: | 104-115 |
| | 3 | 5 |
copyToDoubles| Name: | copyToDoubles | | Prototype: | static inline void copyToDoubles(const float m[4][4], double mm[4][4]) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 373-378 |
| | 3 | 3 |
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: | 46-54 |
| | 3 | 2 |
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 |
d2i| Name: | d2i | | Prototype: | static inline quint64 d2i(double d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 183-188 |
| | 3 | 1 |
defaultData| Name: | defaultData | | Prototype: | static const QLocaleData *defaultData() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 650-655 |
| | 3 | 2 |
defaultPositionMode| Name: | defaultPositionMode | | Prototype: | static PositionMode defaultPositionMode(int pe) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 2265-2282 |
| | 3 | 12 |
deleteStaticcQErrorMessage| Name: | deleteStaticcQErrorMessage | | Prototype: | static void deleteStaticcQErrorMessage() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 172-178 |
| | 3 | 2 |
destFetch| Name: | destFetch | | Prototype: | static uint * destFetch(uint *buffer, QRasterBuffer *rasterBuffer, int x, int y, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1036-1041 |
| | 3 | 1 |
destFetch64uint32| Name: | destFetch64uint32 | | Prototype: | static QRgba64 * destFetch64uint32(QRgba64 *buffer, QRasterBuffer *rasterBuffer, int x, int y, int length) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1051-1056 |
| | 3 | 1 |
destStore64ARGB32| Name: | destStore64ARGB32 | | Prototype: | static void destStore64ARGB32(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 *buffer, int length) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1322-1328 |
| | 3 | 2 |
destStore64RGBA8888| Name: | destStore64RGBA8888 | | Prototype: | static void destStore64RGBA8888(QRasterBuffer *rasterBuffer, int x, int y, const QRgba64 *buffer, int length) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1330-1336 |
| | 3 | 2 |
destStoreRGB16| Name: | destStoreRGB16 | | Prototype: | static void destStoreRGB16(QRasterBuffer *rasterBuffer, int x, int y, const uint *buffer, int length) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 1205-1210 |
| | 3 | 2 |
deviceRect| Name: | deviceRect | | Prototype: | static inline QRect deviceRect(const QRect &rect, QWindow *window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qplatformbackingstore.cpp | | Lines: | 241-246 |
| | 3 | 1 |
discardSyncRequest| Name: | discardSyncRequest | | Prototype: | static inline bool discardSyncRequest(QWidget *tlw, QTLWExtra *tlwExtra) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1094-1100 |
| | 3 | 2 |
dropShadow| Name: | dropShadow | | Prototype: | static inline bool dropShadow() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | | Lines: | 172-177 |
| | 3 | 2 |
dumpOutput| Name: | dumpOutput | | Prototype: | static void dumpOutput(const QByteArray &data, FILE *fh) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmarkvalgrind.cpp | | Lines: | 77-82 |
| | 3 | 1 |
effectiveInternalFormat| Name: | effectiveInternalFormat | | Prototype: | static inline GLenum effectiveInternalFormat(GLenum internalFormat) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | | Lines: | 809-818 |
| | 3 | 2 |
ensureInitialized| Name: | ensureInitialized | | Prototype: | static void ensureInitialized() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 143-155 |
| | 3 | 1 |
existsAsSpecified| Name: | existsAsSpecified | | Prototype: | static bool existsAsSpecified(const QString &path, QStandardPaths::LocateOptions options) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 382-387 |
| | 3 | 2 |
f2i| Name: | f2i | | Prototype: | static inline quint32 f2i(float f) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qnumeric.cpp | | Lines: | 105-110 |
| | 3 | 1 |
fetchPixels| Name: | fetchPixels | | Prototype: | template <QPixelLayout::BPP bpp> inline const uint * fetchPixels(uint *buffer, const uchar *src, int index, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 797-803 |
| | 3 | 2 |
fixedDate| Name: | fixedDate | | Prototype: | static inline QDate fixedDate(int y, int m, int d) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 95-100 |
| | 3 | 1 |
fuzzyIsNull| Name: | fuzzyIsNull | | Prototype: | static inline bool fuzzyIsNull(qreal d) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 68-74 |
| | 3 | 2 |
getInt| Name: | getInt | | Prototype: | static inline int getInt(QDataStream &stream) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 1300-1305 |
| | 3 | 1 |
gridAt| Name: | gridAt | | Prototype: | static QGridBox *&gridAt(QGridBox *grid[], int r, int c, int cc, Qt::Orientation orientation = Qt::Vertical) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgridlayout.cpp | | Lines: | 693-699 |
| | 3 | 2 |
hasUsedConfiguration| Name: | hasUsedConfiguration | | Prototype: | static bool hasUsedConfiguration(const QHash<QString, QNetworkConfigurationPrivatePointer> &configurations) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qbearerengine.cpp | | Lines: | 56-63 |
| | 3 | 2 |
idleTimerSourceDispatch| Name: | idleTimerSourceDispatch | | Prototype: | static gboolean idleTimerSourceDispatch(GSource *source, GSourceFunc, gpointer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 226-231 |
| | 3 | 1 |
initializeReader| Name: | initializeReader | | Prototype: | static void initializeReader(QXmlSimpleReader &reader, bool namespaceProcessing) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6200-6205 |
| | 3 | 1 |
interpolate_pixel_rgb16_255| Name: | interpolate_pixel_rgb16_255 | | Prototype: | static inline quint16 interpolate_pixel_rgb16_255(quint16 x, quint8 a, quint16 y, quint8 b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 4267-4274 |
| | 3 | 1 |
isCacheable| Name: | isCacheable | | Prototype: | static bool isCacheable(const QFileInfo &fi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 325-340 |
| | 3 | 2 |
isHex| Name: | isHex | | Prototype: | static inline bool isHex(ushort c) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | | Lines: | 169-174 |
| | 3 | 1 |
isParentDomain| Name: | isParentDomain | | Prototype: | static inline bool isParentDomain(const QString &domain, const QString &reference) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 158-164 |
| | 3 | 2 |
isParentOf| Name: | isParentOf | | Prototype: | template <typename String> static bool isParentOf(const String &parent, const QString &dirName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | | Lines: | 149-155 |
| | 3 | 1 |
isProxyError| Name: | isProxyError | | Prototype: | static bool isProxyError(QAbstractSocket::SocketError error) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 534-547 |
| | 3 | 8 |
isRetainableControlCode| Name: | isRetainableControlCode | | Prototype: | static inline bool isRetainableControlCode(QChar c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2689-2694 |
| | 3 | 1 |
isValidBlockSeparator| Name: | isValidBlockSeparator | | Prototype: | static bool isValidBlockSeparator(QChar ch) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 127-132 |
| | 3 | 1 |
layoutDebug| Name: | layoutDebug | | Prototype: | static bool layoutDebug() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | | Lines: | 808-815 |
| | 3 | 2 |
match| Name: | match | | Prototype: | static bool match(const uchar *found, uint foundLen, const char *target, uint targetLen) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 96-103 |
| | 3 | 2 |
matchFamilyName| Name: | matchFamilyName | | Prototype: | static bool matchFamilyName(const QString &familyName, QtFontFamily *f) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1207-1212 |
| | 3 | 2 |
matrixDet3| Name: | matrixDet3 | | Prototype: | static inline double matrixDet3 (const double m[4][4], int col0, int col1, int col2, int row0, int row1, int row2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 353-360 |
| | 3 | 1 |
mimeTypeForNameUnchecked| Name: | mimeTypeForNameUnchecked | | Prototype: | static QMimeType mimeTypeForNameUnchecked(const QString &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 267-276 |
| | 3 | 1 |
needsPerspectiveClipping| Name: | needsPerspectiveClipping | | Prototype: | static inline bool needsPerspectiveClipping(const QRectF &rect, const QTransform &transform) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qtransform.cpp | | Lines: | 1889-1895 |
| | 3 | 1 |
newButton| Name: | newButton | | Prototype: | static QMessageBox::StandardButton newButton(int button) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1937-1970 |
| | 3 | 2 |
newWId| Name: | newWId | | Prototype: | static WId newWId() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 71-79 |
| | 3 | 2 |
noBlockInString| Name: | noBlockInString | | Prototype: | static bool noBlockInString(const QString &str) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | | Lines: | 134-139 |
| | 3 | 1 |
normalize| Name: | normalize | | Prototype: | static void normalize(double &x, double &y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 88-93 |
| | 3 | 1 |
numDigits| Name: | numDigits | | Prototype: | static int numDigits(qlonglong n) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 390-395 |
| | 3 | 2 |
operator&| Name: | operator& | | Prototype: | QBitArray operator&(const QBitArray &a1, const QBitArray &a2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 599-604 |
| | 3 | 1 |
operator+=| Name: | operator+= | | Prototype: | inline timespec &operator+=(timespec &t1, int ms) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 191-196 |
| | 3 | 1 |
operator<| Name: | operator< | | Prototype: | static bool operator<(const QSettingsIniKey &k1, const QSettingsIniKey &k2) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1771-1776 |
| | 3 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QTimeZone &tz) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | | Lines: | 993-999 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QVersionNumber &version) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qversionnumber.cpp | | Lines: | 498-503 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QDBusError &msg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp | | Lines: | 404-409 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | static QDataStream &operator<<(QDataStream &s, const BMP_FILEHDR &bf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 89-94 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QCursor &c) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 608-613 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QKeySequence &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qkeysequence.cpp | | Lines: | 1656-1661 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &stream, const QQuaternion &quaternion) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 1018-1023 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QVector2D &vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector2d.cpp | | Lines: | 506-511 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &stream, const QVector4D &vector) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qvector4d.cpp | | Lines: | 603-608 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QBrush &b) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 1008-1036 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QTextLength &l) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3471-3476 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QTextFormat &f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextformat.cpp | | Lines: | 3478-3483 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug d, const QUrl &url) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3939-3944 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QUuid &id) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/quuid.cpp | | Lines: | 1052-1057 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &out, const QDate &date) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4752-4758 |
| | 3 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &out, const QTime &time) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4792-4800 |
| | 3 | 2 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QDate &date) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4972-4977 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QTime &time) | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4979-4984 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QLine &p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 260-265 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug dbg, const QLineF &p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qline.cpp | | Lines: | 821-826 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDataStream &operator<<(QDataStream &out, const QRegExp ®Exp) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 4561-4566 |
| | 3 | 1 |
operator<<| Name: | operator<< | | Prototype: | QDebug operator<<(QDebug debug, const QRegularExpression &re) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 2485-2490 |
| | 3 | 1 |
operator==| Name: | operator== | | Prototype: | bool operator==(const QString &s1, const QString &s2) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2742-2748 |
| | 3 | 2 |
operator>>| Name: | operator>> | | Prototype: | static QDataStream &operator>>(QDataStream &s, BMP_FILEHDR &bf) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 82-87 |
| | 3 | 1 |
operator^| Name: | operator^ | | Prototype: | QBitArray operator^(const QBitArray &a1, const QBitArray &a2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 645-650 |
| | 3 | 1 |
operator|| Name: | operator| | | Prototype: | QBitArray operator|(const QBitArray &a1, const QBitArray &a2) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 622-627 |
| | 3 | 1 |
prepareEngine| Name: | prepareEngine | | Prototype: | inline static void prepareEngine(QRegExpPrivate *priv) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3862-3867 |
| | 3 | 2 |
qAccessibleRoleString| Name: | qAccessibleRoleString | | Prototype: | const char *qAccessibleRoleString(QAccessible::Role role) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 1837-1843 |
| | 3 | 2 |
qAppName| Name: | qAppName | | Prototype: | QString qAppName() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 566-571 |
| | 3 | 2 |
qBlendTexture| Name: | qBlendTexture | | Prototype: | void qBlendTexture(int count, const QSpan *spans, void *userData) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5496-5501 |
| | 3 | 1 |
qEnvironmentVariableIsEmpty| Name: | qEnvironmentVariableIsEmpty | | Prototype: | bool qEnvironmentVariableIsEmpty(const char *varName) noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 3269-3283 |
| | 3 | 1 |
qFuzzyFind| Name: | qFuzzyFind | | Prototype: | template <typename InputIterator> InputIterator qFuzzyFind(InputIterator first, InputIterator last, qreal val) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1497-1503 |
| | 3 | 2 |