Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
convertToRGB64Name: | 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 |
convert_A2RGB30_PM_to_ARGB_inplaceName: | 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_ARGB_to_RGBA_inplaceName: | 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_RGBA_to_ARGB_inplaceName: | 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_RGB_to_RGB30_inplaceName: | 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_indexed8_to_RGB_inplaceName: | 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 |
convoluteBitmapName: | 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 |
cubicToHookName: | 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 |
embeddedWidgetName: | embeddedWidget | Prototype: | static QWidget *embeddedWidget(QWidget *w) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2323-2345 |
| | 9 | 5 |
extendedPseudoClassName: | extendedPseudoClass | Prototype: | static quint64 extendedPseudoClass(const QWidget *w) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2415-2434 |
| | 9 | 5 |
fallbackParentName: | fallbackParent | Prototype: | static QString fallbackParent(const QString &mimeTypeName) | Coverage: | 78.947% (15/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 58-72 |
| | 9 | 3 |
fileFromPathName: | fileFromPath | Prototype: | static inline QString fileFromPath(const QString &rootPath, QString path) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1019-1038 |
| | 9 | 5 |
findAllTextureWidgetsRecursivelyName: | findAllTextureWidgetsRecursively | Prototype: | static void findAllTextureWidgetsRecursively(QWidget *tlw, QWidget *widget) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 985-1003 |
| | 9 | 5 |
findUnixOsVersionName: | findUnixOsVersion | Prototype: | static bool findUnixOsVersion(QUnixOSVersion &v) | Coverage: | 15.385% (2/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 2286-2299 |
| | 9 | 5 |
fix_color_tableName: | fix_color_table | Prototype: | static QVector<QRgb> fix_color_table(const QVector<QRgb> &ctbl, QImage::Format format) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1135-1149 |
| | 9 | 6 |
flowPositionName: | flowPosition | Prototype: | static QFixed flowPosition(const QTextFrame::iterator it) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 1501-1516 |
| | 9 | 4 |
formatInputMethodQueryEventName: | formatInputMethodQueryEvent | Prototype: | static inline void formatInputMethodQueryEvent(QDebug d, const QInputMethodQueryEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 3628-3641 |
| | 9 | 4 |
getBoundsName: | getBounds | Prototype: | static void getBounds(const QVector<TTF_POINT> &points, qint16 *xmin, qint16 *xmax, qint16 *ymin, qint16 *ymax) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontsubset.cpp | Lines: | 837-850 |
| | 9 | 2 |
getRelativeRectName: | getRelativeRect | Prototype: | static QRect getRelativeRect(QAccessibleInterface *interface) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 1579-1594 |
| | 9 | 2 |
gray_init_cellsName: | gray_init_cells | Prototype: | static void gray_init_cells( PWorker worker, void* buffer, long byte_size ) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qgrayraster.c | Lines: | 338-352 |
| | 9 | 1 |
huntAndDestroyName: | huntAndDestroy | Prototype: | static void huntAndDestroy(QObject *needle, QDBusConnectionPrivate::ObjectTreeNode &haystack) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 578-594 |
| | 9 | 4 |
ioErrorHandlerName: | ioErrorHandler | Prototype: | static int ioErrorHandler(Display *dpy) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | Lines: | 150-164 |
| | 9 | 3 |
jobHoldToStringName: | jobHoldToString | Prototype: | static inline QString jobHoldToString(const QCUPSSupport::JobHoldUntil jobHold, const QTime holdUntilTime) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | Lines: | 72-103 |
| | 9 | 18 |
matchArgsForServiceName: | matchArgsForService | Prototype: | static QStringList matchArgsForService(const QString &service, QDBusServiceWatcher::WatchMode mode) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 457-475 |
| | 9 | 4 |
maxBasicCpuidSupportedName: | maxBasicCpuidSupported | Prototype: | static int maxBasicCpuidSupported() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | Lines: | 146-185 |
| | 9 | 1 |
menuBarHeightForWidthName: | menuBarHeightForWidth | Prototype: | static int menuBarHeightForWidth(QWidget *menubar, int w) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 50-62 |
| | 9 | 4 |
mergeQuestionMarksName: | mergeQuestionMarks | Prototype: | static inline __m128i mergeQuestionMarks(__m128i chunk) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 257-308 |
| | 9 | 1 |
metaEnumFromTypeName: | metaEnumFromType | Prototype: | static QMetaEnum metaEnumFromType(int type) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 344-357 |
| | 9 | 4 |
normalizeHintsName: | normalizeHints | Prototype: | static void normalizeHints(qreal &minimum, qreal &preferred, qreal &maximum, qreal &descent) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayoutitem.cpp | Lines: | 83-98 |
| | 9 | 6 |
operator<<Name: | operator<< | Prototype: | static QDataStream &operator<<(QDataStream &s, const BMP_INFOHDR &bi) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | Lines: | 125-136 |
| | 9 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug d, const QOpenGLConfig::Gpu &g) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 117-130 |
| | 9 | 2 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &stream, const QLayoutPolicy &policy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qlayoutpolicy.cpp | Lines: | 80-92 |
| | 9 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QNetworkInterface &networkInterface) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface.cpp | Lines: | 620-631 |
| | 9 | 1 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QSslKey &key) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp | Lines: | 447-458 |
| | 9 | 1 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &stream, const QSizePolicy &policy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qsizepolicy.cpp | Lines: | 458-470 |
| | 9 | 1 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &stream, const QEasingCurve &easing) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1445-1458 |
| | 9 | 2 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &s, QPolygonF &a) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 787-800 |
| | 9 | 2 |
parseXftHintStyleName: | parseXftHintStyle | Prototype: | static QFontEngine::HintStyle parseXftHintStyle(const QByteArray& stringValue) | Coverage: | 30.769% (4/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines: | 720-732 |
| | 9 | 5 |
pixel_distanceName: | pixel_distance | Prototype: | static inline int pixel_distance(QRgb p1, QRgb p2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2030-2042 |
| | 9 | 1 |
qAverageName: | qAverage | Prototype: | template <typename T> typename T::value_type qAverage(const T &container) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qbenchmark.cpp | Lines: | 284-297 |
| | 9 | 2 |
qChecksumName: | qChecksum | Prototype: | quint16 qChecksum(const char *data, uint len) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 455-467 |
| | 9 | 2 |
qpaintengineex_cubicToName: | qpaintengineex_cubicTo | Prototype: | static void qpaintengineex_cubicTo(qreal c1x, qreal c1y, qreal c2x, qreal c2y, qreal ex, qreal ey, void *data) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 349-361 |
| | 9 | 1 |
qt_QMetaEnum_debugOperatorName: | qt_QMetaEnum_debugOperator | Prototype: | QDebug qt_QMetaEnum_debugOperator(QDebug &dbg, int value, const QMetaObject *meta, const char *name) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | Lines: | 837-849 |
| | 9 | 2 |
qt_create_pipeName: | qt_create_pipe | Prototype: | static int qt_create_pipe(int *pipe) | Coverage: | 40.000% (4/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 125-137 |
| | 9 | 4 |
qt_fontHasNarrowOutlinesName: | qt_fontHasNarrowOutlines | Prototype: | bool qt_fontHasNarrowOutlines(const QRawFont &f) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 751-764 |
| | 9 | 3 |
qt_get_named_rgbName: | qt_get_named_rgb | Prototype: | bool qt_get_named_rgb(const QChar *name, int len, QRgb *rgb) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 326-338 |
| | 9 | 4 |
qt_gl_read_frame_bufferName: | qt_gl_read_frame_buffer | Prototype: | QImage qt_gl_read_frame_buffer(const QSize &size, bool alpha_format, bool include_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1875-1886 |
| | 9 | 2 |
qt_gl_read_textureName: | qt_gl_read_texture | Prototype: | QImage qt_gl_read_texture(const QSize &size, bool alpha_format, bool include_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 1888-1903 |
| | 9 | 3 |
qt_isExtendedRadialGradientName: | qt_isExtendedRadialGradient | Prototype: | bool qt_isExtendedRadialGradient(const QBrush &brush) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 826-841 |
| | 9 | 4 |
qt_keyForCustomSizeName: | qt_keyForCustomSize | Prototype: | static QString qt_keyForCustomSize(const QSizeF &size, QPageSize::Unit units) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | Lines: | 439-465 |
| | 9 | 13 |
qt_messageSeverityToGLName: | qt_messageSeverityToGL | Prototype: | static GLenum qt_messageSeverityToGL(QOpenGLDebugMessage::Severity severity) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 806-825 |
| | 9 | 7 |
qt_messageSourceFromGLName: | qt_messageSourceFromGL | Prototype: | static QOpenGLDebugMessage::Source qt_messageSourceFromGL(GLenum source) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 608-627 |
| | 9 | 7 |
qt_multiplierForUnitName: | qt_multiplierForUnit | Prototype: | double qt_multiplierForUnit(QPrinter::Unit unit, int resolution) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 72-91 |
| | 9 | 8 |
qt_pixmapForBrushName: | qt_pixmapForBrush | Prototype: | QPixmap qt_pixmapForBrush(int brushStyle, bool invert) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 97-111 |
| | 9 | 2 |
qt_qhostinfo_lookupName: | qt_qhostinfo_lookup | Prototype: | QHostInfo qt_qhostinfo_lookup(const QString &name, QObject *receiver, const char *member, bool *valid, int *id) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo.cpp | Lines: | 675-694 |
| | 9 | 3 |
qt_registerAliasToFontFamilyName: | qt_registerAliasToFontFamily | Prototype: | void qt_registerAliasToFontFamily(const QString &familyName, const QString &alias) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 776-790 |
| | 9 | 4 |
qt_restore_gl_stateName: | qt_restore_gl_state | Prototype: | static void qt_restore_gl_state() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 4757-4769 |
| | 9 | 1 |
qt_sendShortcutOverrideEventName: | qt_sendShortcutOverrideEvent | Prototype: | bool qt_sendShortcutOverrideEvent(QObject *o, ulong timestamp, int k, Qt::KeyboardModifiers mods, const QString &text = QString(), bool autorep = false, ushort count = 1) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 889-924 |
| | 9 | 3 |
qt_string_countName: | qt_string_count | Prototype: | static inline int qt_string_count(const QChar *haystack, int haystackLen, const QChar *needle, int needleLen, Qt::CaseSensitivity cs) | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 10030-10045 |
| | 9 | 4 |
qt_transform_image_argb32_on_argb32Name: | qt_transform_image_argb32_on_argb32 | Prototype: | void qt_transform_image_argb32_on_argb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 559-578 |
| | 9 | 2 |
qt_transform_image_argb32_on_rgb16Name: | qt_transform_image_argb32_on_rgb16 | Prototype: | void qt_transform_image_argb32_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 516-535 |
| | 9 | 2 |
qt_transform_image_rgb16_on_rgb16Name: | qt_transform_image_rgb16_on_rgb16 | Prototype: | void qt_transform_image_rgb16_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 495-514 |
| | 9 | 2 |
qt_transform_image_rgb32_on_rgb32Name: | qt_transform_image_rgb32_on_rgb32 | Prototype: | void qt_transform_image_rgb32_on_rgb32(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, const QRectF &targetRect, const QRectF &sourceRect, const QRect &clip, const QTransform &targetRectTransform, int const_alpha) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 538-557 |
| | 9 | 2 |
registerComplexDBusTypeName: | registerComplexDBusType | Prototype: | static int registerComplexDBusType(const char *typeName) | Coverage: | 33.333% (1/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | Lines: | 123-144 |
| | 9 | 3 |
resolveStringRefsAndReturnTotalSizeName: | resolveStringRefsAndReturnTotalSize | Prototype: | static int resolveStringRefsAndReturnTotalSize(ParseResult &parts, const ArgIndexToPlaceholderMap &argIndexToPlaceholderMap, const QString *args[]) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7947-7960 |
| | 9 | 4 |
retrieveLabelName: | retrieveLabel | Prototype: | static inline QString retrieveLabel(const QByteArray &device) | Coverage: | 22.222% (2/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 471-504 |
| | 9 | 3 |
sendResizeEventsName: | sendResizeEvents | Prototype: | static void sendResizeEvents(QWidget *target) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 5199-5212 |
| | 9 | 4 |
setAttribute_internalName: | setAttribute_internal | Prototype: | static void setAttribute_internal(Qt::WidgetAttribute attribute, bool on, QWidgetData *data, QWidgetPrivate *d) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 10983-10999 |
| | 9 | 4 |
setTTYCursorName: | setTTYCursor | Prototype: | static void setTTYCursor(bool enable) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | Lines: | 65-79 |
| | 9 | 3 |
subPathName: | subPath | Prototype: | static inline const QPainterPath::ElementType *subPath(const QPainterPath::ElementType *t, const QPainterPath::ElementType *end, const qreal *points, bool *closed) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | Lines: | 494-512 |
| | 9 | 3 |
timeFormatContainsAPName: | timeFormatContainsAP | Prototype: | static bool timeFormatContainsAP(const QString &format) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 1572-1587 |
| | 9 | 4 |
timerSourcePrepareName: | timerSourcePrepare | Prototype: | static gboolean timerSourcePrepare(GSource *source, gint *timeout) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 146-160 |
| | 9 | 4 |
topLevelObjectsName: | topLevelObjects | Prototype: | static QObjectList topLevelObjects() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessibleobject.cpp | Lines: | 153-168 |
| | 9 | 5 |
traverseName: | traverse | Prototype: | static void traverse(QWingedEdge &list, int edge, QPathEdge::Traversal traversal) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1718-1738 |
| | 9 | 2 |
uiEffectToFlagName: | uiEffectToFlag | Prototype: | static inline int uiEffectToFlag(Qt::UIEffect effect) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | Lines: | 4149-4168 |
| | 9 | 8 |
updateFormLayoutItemName: | updateFormLayoutItem | Prototype: | static void updateFormLayoutItem(QFormLayoutItem *item, int userVSpacing, QFormLayout::FieldGrowthPolicy fieldGrowthPolicy, bool fullRow) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | Lines: | 275-290 |
| | 9 | 2 |
usePixelDensityName: | usePixelDensity | Prototype: | static inline bool usePixelDensity() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | Lines: | 227-241 |
| | 9 | 3 |
writeStringName: | writeString | Prototype: | static void writeString(char *out, int i, const QByteArray &str, const int offsetOfStringdataMember, int &stringdataOffset) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1113-1128 |
| | 9 | 1 |
AtSpiAdaptor::AtSpiAdaptorName: | AtSpiAdaptor::AtSpiAdaptor | Prototype: | AtSpiAdaptor::AtSpiAdaptor(DBusConnection *connection, QObject *parent) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 65-140 |
| | 10 | 1 |
AtSpiAdaptor::updateEventListenersName: | AtSpiAdaptor::updateEventListeners | Prototype: | void AtSpiAdaptor::updateEventListeners() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | Lines: | 767-782 |
| | 10 | 4 |
BezierEase::_cbrtName: | BezierEase::_cbrt | Prototype: | qreal static inline _cbrt(qreal d) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 598-619 |
| | 10 | 3 |
BezierEase::evaluateForXName: | BezierEase::evaluateForX | Prototype: | qreal static inline evaluateForX(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 568-584 |
| | 10 | 1 |
BezierEase::evaluateSegmentForYName: | BezierEase::evaluateSegmentForY | Prototype: | qreal static inline evaluateSegmentForY(const SingleCubicBezier &singleCubicBezier, qreal t) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 550-566 |
| | 10 | 1 |
CapabilitiesToStateMask::setAlphaFillRectMaskName: | CapabilitiesToStateMask::setAlphaFillRectMask | Prototype: | void setAlphaFillRectMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 174-190 |
| | 10 | 1 |
CapabilitiesToStateMask::setFillRectMaskName: | CapabilitiesToStateMask::setFillRectMask | Prototype: | void setFillRectMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 156-172 |
| | 10 | 1 |
CapabilitiesToStateMask::setOpacityPixmapMaskName: | CapabilitiesToStateMask::setOpacityPixmapMask | Prototype: | void setOpacityPixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 218-233 |
| | 10 | 1 |
CapabilitiesToStateMask::setSourcePixmapMaskName: | CapabilitiesToStateMask::setSourcePixmapMask | Prototype: | void setSourcePixmapMask() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | Lines: | 192-207 |
| | 10 | 1 |
ClipboardEvent::checkEventName: | ClipboardEvent::checkEvent | Prototype: | bool checkEvent(xcb_generic_event_t *e) const | Coverage: | 55.556% (10/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | Lines: | 866-878 |
| | 10 | 4 |
ControllerWidget::paintEventName: | ControllerWidget::paintEvent | Prototype: | void ControllerWidget::paintEvent(QPaintEvent * ) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 581-594 |
| | 10 | 3 |
DBusConnection::getAddressFromXCBName: | DBusConnection::getAddressFromXCB | Prototype: | QString DBusConnection::getAddressFromXCB() | Coverage: | 50.000% (4/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | Lines: | 83-97 |
| | 10 | 4 |
IsInvalidName::operator()Name: | IsInvalidName::operator() | Prototype: | result_type operator()(const QString &name) const | Coverage: | 53.846% (7/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp | Lines: | 254-268 |
| | 10 | 5 |
OsTypeTerm::matchesName: | OsTypeTerm::matches | Prototype: | bool matches(const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | Lines: | 262-276 |
| | 10 | 5 |
Parser::eatSpaceName: | Parser::eatSpace | Prototype: | bool Parser::eatSpace() | Coverage: | 68.750% (11/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | Lines: | 253-266 |
| | 10 | 4 |
Parser::parseSelectorName: | Parser::parseSelector | Prototype: | bool Parser::parseSelector(Selector *sel) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2401-2416 |
| | 10 | 6 |
Parser::testPrioName: | Parser::testPrio | Prototype: | bool Parser::testPrio() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 2536-2550 |
| | 10 | 4 |
PathSimplifier::equalElementsName: | PathSimplifier::equalElements | Prototype: | bool PathSimplifier::equalElements(const Element *e1, const Element *e2) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 1082-1099 |
| | 10 | 4 |
QAbstractEventDispatcher::filterNativeEventName: | QAbstractEventDispatcher::filterNativeEvent | Prototype: | bool QAbstractEventDispatcher::filterNativeEvent(const QByteArray &eventType, void *message, long *result) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstracteventdispatcher.cpp | Lines: | 449-465 |
| | 10 | 5 |
QAbstractItemModel::canDropMimeDataName: | QAbstractItemModel::canDropMimeData | Prototype: | bool QAbstractItemModel::canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 1857-1874 |
| | 10 | 4 |
QAbstractItemView::selectedIndexesName: | QAbstractItemView::selectedIndexes | Prototype: | QModelIndexList QAbstractItemView::selectedIndexes() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 2557-2571 |
| | 10 | 4 |
QAbstractItemViewPrivate::_q_rowsInsertedName: | QAbstractItemViewPrivate::_q_rowsInserted | Prototype: | void QAbstractItemViewPrivate::_q_rowsInserted(const QModelIndex &index, int start, int end) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | Lines: | 3467-3483 |
| | 10 | 2 |