Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
convertRGB32FromARGB32PM_sse4Name: | 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: | 44-50 |
| | 3 | 2 |
convertRGB32ToARGB32PMName: | 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: | 112-118 |
| | 3 | 2 |
convertRGBA8888FromARGB32PMName: | 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: | 604-610 |
| | 3 | 2 |
convertRGBA8888FromARGB32PM_sse4Name: | 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: | 61-67 |
| | 3 | 2 |
convertRGBA8888PMFromARGB32PMName: | 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: | 489-495 |
| | 3 | 2 |
convertRGBA8888PMToARGB32PMName: | 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: | 435-441 |
| | 3 | 2 |
convertRGBFromARGB32PMName: | convertRGBFromARGB32PM | Prototype: | template<QImage::Format Format> 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: | 282-302 |
| | 3 | 2 |
convertRGBFromRGB32Name: | convertRGBFromRGB32 | Prototype: | template<QImage::Format Format> static const uint * convertRGBFromRGB32(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: | 304-323 |
| | 3 | 2 |
convertRGBToARGBName: | 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: | 575-581 |
| | 3 | 2 |
convertRGBToARGB_VName: | 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: | 600-606 |
| | 3 | 2 |
convertRGBXFromARGB32PMName: | 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: | 620-626 |
| | 3 | 2 |
convertRGBXFromARGB32PM_sse4Name: | 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: | 69-75 |
| | 3 | 2 |
convertRGBXFromRGB32Name: | 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: | 612-618 |
| | 3 | 2 |
convert_ARGB_PM_to_Indexed8Name: | 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_MonoName: | 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 |
coordinateModeName: | 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 |
copyToDoublesName: | 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 |
createUnixEventDispatcherName: | 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 |
customStreamDebugName: | 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 |
d2iName: | 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: | 177-182 |
| | 3 | 1 |
defaultDataName: | 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: | 647-652 |
| | 3 | 2 |
defaultPositionModeName: | 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: | 2259-2276 |
| | 3 | 12 |
deleteStaticcQErrorMessageName: | 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: | 166-172 |
| | 3 | 2 |
destFetchName: | 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: | 1023-1028 |
| | 3 | 1 |
destFetch64uint32Name: | 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: | 1038-1043 |
| | 3 | 1 |
destStore64ARGB32Name: | 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: | 1309-1315 |
| | 3 | 2 |
destStore64RGBA8888Name: | 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: | 1317-1323 |
| | 3 | 2 |
destStoreRGB16Name: | 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: | 1192-1197 |
| | 3 | 2 |
deviceRectName: | 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: | 235-240 |
| | 3 | 1 |
discardSyncRequestName: | 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: | 1088-1094 |
| | 3 | 2 |
dropShadowName: | 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: | 166-171 |
| | 3 | 2 |
dumpOutputName: | 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: | 71-76 |
| | 3 | 1 |
effectiveInternalFormatName: | 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: | 803-812 |
| | 3 | 2 |
ensureInitializedName: | 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: | 137-149 |
| | 3 | 1 |
existsAsSpecifiedName: | 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: | 395-400 |
| | 3 | 2 |
f2iName: | 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: | 99-104 |
| | 3 | 1 |
fetchPixelsName: | 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: | 784-790 |
| | 3 | 2 |
fixedDateName: | 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: | 86-91 |
| | 3 | 1 |
fuzzyIsNullName: | 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: | 62-68 |
| | 3 | 2 |
getIntName: | 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: | 1294-1299 |
| | 3 | 1 |
getPlatformMenuName: | getPlatformMenu | Prototype: | QPlatformMenu *getPlatformMenu(QAction *action) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | Lines: | 1204-1210 |
| | 3 | 2 |
gridAtName: | 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: | 687-693 |
| | 3 | 2 |
idleTimerSourceDispatchName: | 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: | 220-225 |
| | 3 | 1 |
initializeReaderName: | 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: | 6194-6199 |
| | 3 | 1 |
interpolate_pixel_rgb16_255Name: | 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: | 4268-4275 |
| | 3 | 1 |
isCacheableName: | isCacheable | Prototype: | static bool isCacheable(const QFileInfo &fi) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | Lines: | 323-338 |
| | 3 | 2 |
isHexName: | isHex | Prototype: | static inline bool isHex(ushort c) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlrecode.cpp | Lines: | 163-168 |
| | 3 | 1 |
isParentDomainName: | isParentDomain | Prototype: | static inline bool isParentDomain(const QString &domain, const QString &reference) | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | Lines: | 152-158 |
| | 3 | 2 |
isParentOfName: | isParentOf | Prototype: | template <typename String> static bool isParentOf(const String &parent, const QString &dirName) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 142-148 |
| | 3 | 1 |
isProxyErrorName: | 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: | 526-539 |
| | 3 | 8 |
isRetainableControlCodeName: | isRetainableControlCode | Prototype: | static inline bool isRetainableControlCode(QChar c) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2678-2683 |
| | 3 | 1 |
isValidBlockSeparatorName: | isValidBlockSeparator | Prototype: | static bool isValidBlockSeparator(QChar ch) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 121-126 |
| | 3 | 1 |
layoutDebugName: | 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: | 802-809 |
| | 3 | 2 |
matchName: | match | Prototype: | static bool match(const uchar *found, uint foundLen, const char *target, uint targetLen) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | Lines: | 88-95 |
| | 3 | 2 |
matchFamilyNameName: | 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: | 1205-1210 |
| | 3 | 2 |
matrixDet3Name: | 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: | 347-354 |
| | 3 | 1 |
mimeTypeForNameUncheckedName: | 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: | 261-270 |
| | 3 | 1 |
needsPerspectiveClippingName: | 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: | 1873-1879 |
| | 3 | 1 |
newButtonName: | 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: | 1940-1973 |
| | 3 | 2 |
newWIdName: | 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: | 65-73 |
| | 3 | 2 |
noBlockInStringName: | noBlockInString | Prototype: | static bool noBlockInString(const QString &str) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 128-133 |
| | 3 | 1 |
normalizeName: | 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: | 82-87 |
| | 3 | 1 |
numDigitsName: | 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: | 383-388 |
| | 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: | 592-597 |
| | 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: | 184-189 |
| | 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: | 1795-1800 |
| | 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: | 987-993 |
| | 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: | 491-496 |
| | 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: | 398-403 |
| | 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: | 83-88 |
| | 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: | 1649-1654 |
| | 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: | 1012-1017 |
| | 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: | 500-505 |
| | 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: | 597-602 |
| | 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: | 1002-1030 |
| | 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: | 3464-3469 |
| | 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: | 3471-3476 |
| | 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: | 3934-3939 |
| | 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: | 1013-1018 |
| | 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: | 4730-4736 |
| | 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: | 4770-4778 |
| | 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: | 4950-4955 |
| | 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: | 4957-4962 |
| | 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: | 254-259 |
| | 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: | 815-820 |
| | 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: | 4555-4560 |
| | 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: | 2479-2484 |
| | 3 | 1 |
operator==Name: | operator== | Prototype: | bool operator==(const QString &s1, const QString &s2) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2712-2718 |
| | 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: | 76-81 |
| | 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: | 638-643 |
| | 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: | 615-620 |
| | 3 | 1 |
prepareEngineName: | 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: | 3856-3861 |
| | 3 | 2 |
qAccessibleRoleStringName: | 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: | 1834-1840 |
| | 3 | 2 |
qAppNameName: | qAppName | Prototype: | QString qAppName() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 593-598 |
| | 3 | 2 |
qBlendTextureName: | 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: | 5497-5502 |
| | 3 | 1 |
qEnvironmentVariableIsEmptyName: | qEnvironmentVariableIsEmpty | Prototype: | bool qEnvironmentVariableIsEmpty(const char *varName) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3206-3220 |
| | 3 | 1 |
qFuzzyFindName: | 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: | 1491-1497 |
| | 3 | 2 |
qHashName: | qHash | Prototype: | uint qHash(const QSslError &key, uint seed) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslerror.cpp | Lines: | 313-319 |
| | 3 | 1 |
qInstallMessageHandlerName: | qInstallMessageHandler | Prototype: | QtMessageHandler qInstallMessageHandler(QtMessageHandler h) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1830-1836 |
| | 3 | 2 |