Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
fromShortMonthNameName: | fromShortMonthName | Prototype: | static int fromShortMonthName(const QStringRef &monthName) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 192-204 |
| | 7 | 4 |
formatDifferenceName: | formatDifference | Prototype: | static QTextFormat formatDifference(const QTextFormat &from, const QTextFormat &to) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 2206-2217 |
| | 7 | 3 |
fixedDescentName: | fixedDescent | Prototype: | static qreal fixedDescent(qreal descent, qreal ascent, qreal targetSize) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 69-80 |
| | 7 | 2 |
fixInitialSizeName: | fixInitialSize | Prototype: | static QSize fixInitialSize(QSize size, const QWindow *w, int defaultWidth, int defaultHeight) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 584-596 |
| | 7 | 3 |
fetchTransformedBilinear_pixelBoundsName: | fetchTransformedBilinear_pixelBounds | Prototype: | template<> inline void fetchTransformedBilinear_pixelBounds<BlendTransformedBilinear>(int, int l1, int l2, int &v1, int &v2) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 1893-1904 |
| | 7 | 3 |
effectiveStateName: | effectiveState | Prototype: | Qt::WindowState effectiveState(Qt::WindowStates state) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 3043-3052 |
| | 7 | 4 |
editorHandlesKeyEventName: | editorHandlesKeyEvent | Prototype: | static bool editorHandlesKeyEvent(QWidget *editor, const QKeyEvent *event) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemdelegate.cpp | Lines: | 432-453 |
| | 7 | 7 |
detectedCompatName: | detectedCompat | Prototype: | static bool detectedCompat(int button0, int button1, int button2) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 1972-1981 |
| | 7 | 4 |
curveToFunctionObjectName: | curveToFunctionObject | Prototype: | static QEasingCurveFunction *curveToFunctionObject(QEasingCurve::Type type) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | Lines: | 1019-1046 |
| | 7 | 16 |
createSlackName: | createSlack | Prototype: | static QPair<QSimplexVariable *, QSimplexConstraint *> createSlack(QSimplexConstraint *sizeConstraint, qreal interval, slackType type) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | Lines: | 2818-2830 |
| | 7 | 1 |
convert_Grayscale8_to_Indexed8_inplaceName: | convert_Grayscale8_to_Indexed8_inplace | Prototype: | static bool convert_Grayscale8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1976-1988 |
| | 7 | 2 |
convert_Grayscale8_to_Indexed8Name: | convert_Grayscale8_to_Indexed8 | Prototype: | static void convert_Grayscale8_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1948-1960 |
| | 7 | 2 |
convert_BGR30_to_A2RGB30_inplaceName: | convert_BGR30_to_A2RGB30_inplace | Prototype: | static bool convert_BGR30_to_A2RGB30_inplace(QImageData *data, Qt::ImageConversionFlags flags) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 711-722 |
| | 7 | 3 |
convert_Alpha8_to_Indexed8_inplaceName: | convert_Alpha8_to_Indexed8_inplace | Prototype: | static bool convert_Alpha8_to_Indexed8_inplace(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1962-1974 |
| | 7 | 2 |
convert_Alpha8_to_Indexed8Name: | convert_Alpha8_to_Indexed8 | Prototype: | static void convert_Alpha8_to_Indexed8(QImageData *dest, const QImageData *src, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 1934-1946 |
| | 7 | 2 |
convertGRAYToARGBName: | convertGRAYToARGB | Prototype: | static inline void convertGRAYToARGB(const uchar *src, uint *dst, int width, int height, int src_pitch) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | Lines: | 629-640 |
| | 7 | 3 |
constructName: | construct | Prototype: | static void construct(QVariant::Private *x, const void *copy) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetsvariant.cpp | Lines: | 51-63 |
| | 7 | 3 |
comp_func_solid_DestinationAtop_rgb64Name: | comp_func_solid_DestinationAtop_rgb64 | Prototype: | void comp_func_solid_DestinationAtop_rgb64(QRgba64 *dest, int length, QRgba64 color, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 697-708 |
| | 7 | 3 |
comp_func_solid_DestinationAtopName: | comp_func_solid_DestinationAtop | Prototype: | void comp_func_solid_DestinationAtop(uint *dest, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 682-695 |
| | 7 | 3 |
comp_func_DestinationOutName: | comp_func_DestinationOut | Prototype: | void comp_func_DestinationOut(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 577-593 |
| | 7 | 4 |
comp_func_DestinationInName: | comp_func_DestinationIn | Prototype: | void comp_func_DestinationIn(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 438-454 |
| | 7 | 4 |
color_dodge_opName: | color_dodge_op | Prototype: | static inline int color_dodge_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1308-1319 |
| | 7 | 2 |
color_burn_opName: | color_burn_op | Prototype: | static inline int color_burn_op(int dst, int src, int da, int sa) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 1391-1402 |
| | 7 | 2 |
canMergeFromBelowName: | canMergeFromBelow | Prototype: | static inline bool canMergeFromBelow(const QRect *top, const QRect *bottom, const QRect *nextToTop, const QRect *nextToBottom) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1242-1254 |
| | 7 | 3 |
canConvertMetaObjectName: | canConvertMetaObject | Prototype: | static bool canConvertMetaObject(const QMetaObject *from, const QMetaObject *to) | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 2920-2932 |
| | 7 | 4 |
_hb_qt_unicode_decompose_compatibilityName: | _hb_qt_unicode_decompose_compatibility | Prototype: | static unsigned int _hb_qt_unicode_decompose_compatibility(hb_unicode_funcs_t * , hb_codepoint_t u, hb_codepoint_t *decomposed, void * ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qharfbuzzng.cpp | Lines: | 375-391 |
| | 7 | 2 |
SubtractRegionName: | SubtractRegion | Prototype: | static void SubtractRegion(QRegionPrivate *regM, QRegionPrivate *regS, QRegionPrivate &dest) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 2625-2644 |
| | 7 | 1 |
QXmlStreamPrivateTagStackName: | QXmlStreamPrivateTagStack | Coverage: | 100.000% (1/1) |
| | 7 | 1 |
QXmlStreamEntityDeclarationName: | QXmlStreamEntityDeclaration | Coverage: | 100.000% (2/2) |
| | 7 | 2 |
QWriteNotifierName: | QWriteNotifier | Coverage: | 100.000% (9/9) |
| | 7 | 4 |
QUrlUtf8TraitsName: | QUrlUtf8Traits | Coverage: | 100.000% (4/4) |
| | 7 | 4 |
QUnixEventDispatcherQPAName: | QUnixEventDispatcherQPA | Coverage: | 0.000% (0/7) |
| | 7 | 5 |
QTextLayoutStructName: | QTextLayoutStruct | Coverage: | 0.000% (0/11) |
| | 7 | 7 |
QSegfaultHandlerName: | QSegfaultHandler | Coverage: | 0.000% (0/1) |
| | 7 | 1 |
QRubberBandPrivateName: | QRubberBandPrivate | Coverage: | 0.000% (0/4) |
| | 7 | 2 |
QRadioButtonPrivateName: | QRadioButtonPrivate | Coverage: | 0.000% (0/2) |
| | 7 | 2 |
QPlatformServicesName: | QPlatformServices | Coverage: | 0.000% (0/3) |
| | 7 | 3 |
QNetworkProxyPrivateName: | QNetworkProxyPrivate | Coverage: | 100.000% (2/2) |
| | 7 | 2 |
QNetworkAccessFtpBackendFactoryName: | QNetworkAccessFtpBackendFactory | Coverage: | 58.333% (7/12) |
| | 7 | 8 |
QNetworkAccessDebugPipeBackendFactoryName: | QNetworkAccessDebugPipeBackendFactory | Coverage: | 58.333% (7/12) |
| | 7 | 8 |
QMovableTabWidgetName: | QMovableTabWidget | Coverage: | 0.000% (0/3) |
| | 7 | 3 |
QMetaPropertyBuilderPrivateName: | QMetaPropertyBuilderPrivate | Coverage: | 77.778% (7/9) |
| | 7 | 5 |
QMetaMethodBuilderPrivateName: | QMetaMethodBuilderPrivate | Coverage: | 100.000% (7/7) |
| | 7 | 7 |
QGuiVariantComparatorName: | QGuiVariantComparator | Coverage: | 0.000% (0/7) |
| | 7 | 7 |
QGraphicsSceneFindItemBspTreeVisitorName: | QGraphicsSceneFindItemBspTreeVisitor | Coverage: | 0.000% (0/14) |
| | 7 | 4 |
QGraphicsEffectSourcePrivateName: | QGraphicsEffectSourcePrivate | Coverage: | 0.000% (0/12) |
| | 7 | 4 |
QGLPBufferGLPaintDeviceName: | QGLPBufferGLPaintDevice | Coverage: | 0.000% (0/5) |
| | 7 | 5 |
QFractionName: | QFraction | Coverage: | 0.000% (0/7) |
| | 7 | 7 |
QFontEngineDataName: | QFontEngineData | Coverage: | 0.000% (0/11) |
| | 7 | 5 |
QFinalStateName: | QFinalState | Coverage: | 80.000% (4/5) |
| | 7 | 5 |
QExceptionNotifierName: | QExceptionNotifier | Coverage: | 0.000% (0/9) |
| | 7 | 4 |
QEvdevTabletHandlerThreadName: | QEvdevTabletHandlerThread | Coverage: | 0.000% (0/3) |
| | 7 | 3 |
QEmptyItemModelName: | QEmptyItemModel | Coverage: | 85.714% (6/7) |
| | 7 | 7 |
QDomEntityReferenceName: | QDomEntityReference | Coverage: | 0.000% (0/4) |
| | 7 | 4 |
QDomDocumentFragmentPrivateName: | QDomDocumentFragmentPrivate | Coverage: | 0.000% (0/4) |
| | 7 | 4 |
QDomCommentName: | QDomComment | Coverage: | 0.000% (0/4) |
| | 7 | 4 |
QDomCDATASectionName: | QDomCDATASection | Coverage: | 0.000% (0/4) |
| | 7 | 4 |
QDefaultAnimationDriverName: | QDefaultAnimationDriver | Coverage: | 100.000% (4/4) |
| | 7 | 4 |
QCommandLineOptionPrivateName: | QCommandLineOptionPrivate | Coverage: | 71.429% (5/7) |
| | 7 | 4 |
QColorPickingEventFilterName: | QColorPickingEventFilter | Coverage: | 0.000% (0/10) |
| | 7 | 6 |
QClipboardDataName: | QClipboardData | Coverage: | 0.000% (0/7) |
| | 7 | 5 |
QByteArrayList_joinedSizeName: | QByteArrayList_joinedSize | Prototype: | static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | Lines: | 125-137 |
| | 7 | 3 |
QAccessibleDoubleSpinBoxName: | QAccessibleDoubleSpinBox | Coverage: | 0.000% (0/6) |
| | 7 | 4 |
QAbstractOpenGLFunctionsPrivateName: | QAbstractOpenGLFunctionsPrivate | Coverage: | 0.000% (0/3) |
| | 7 | 3 |
BlendSrcGenericRGB64Name: | BlendSrcGenericRGB64 | Coverage: | 0.000% (0/5) |
| | 7 | 5 |
BlendSrcGenericName: | BlendSrcGeneric | Coverage: | 0.000% (0/9) |
| | 7 | 5 |
xpmHashName: | xpmHash | Prototype: | static quint64 xpmHash(char *str) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 63-72 |
| | 6 | 2 |
xdgConfigDirsName: | xdgConfigDirs | Prototype: | static QStringList xdgConfigDirs() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths_unix.cpp | Lines: | 304-314 |
| | 6 | 2 |
writingSystemFromLocaleName: | writingSystemFromLocale | Prototype: | static QFontDatabase::WritingSystem writingSystemFromLocale() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfontcombobox.cpp | Lines: | 126-136 |
| | 6 | 2 |
write_png_imageName: | write_png_image | Prototype: | static bool write_png_image(const QImage &image, QIODevice *device, int quality, float gamma, const QString &description) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | Lines: | 994-1004 |
| | 6 | 2 |
topLevelAtName: | topLevelAt | Prototype: | static QWindow* topLevelAt(const QPoint &pos) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | Lines: | 70-79 |
| | 6 | 3 |
toOffsetStringName: | toOffsetString | Prototype: | static QString toOffsetString(Qt::DateFormat format, int offset) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 249-257 |
| | 6 | 1 |
timerSourceDispatchName: | timerSourceDispatch | Prototype: | static gboolean timerSourceDispatch(GSource *source, GSourceFunc, gpointer) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 176-184 |
| | 6 | 2 |
timerSourceCheckHelperName: | timerSourceCheckHelper | Prototype: | static gboolean timerSourceCheckHelper(GTimerSource *src) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | Lines: | 140-150 |
| | 6 | 3 |
spiStateSetFromSpiStatesName: | spiStateSetFromSpiStates | Prototype: | QSpiUIntList spiStateSetFromSpiStates(quint64 states) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/constant_mappings.cpp | Lines: | 123-132 |
| | 6 | 1 |
set_unionName: | set_union | Prototype: | static QList<QByteArray> set_union(const QList<QByteArray> &l1, const QList<QByteArray> &l2) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezone.cpp | Lines: | 838-846 |
| | 6 | 1 |
setTextTransformFromValueName: | setTextTransformFromValue | Prototype: | static void setTextTransformFromValue(const QCss::Value &value, QFont *font) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1253-1263 |
| | 6 | 6 |
setClipName: | setClip | Prototype: | static inline void setClip(QPainter *painter, QGraphicsItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | Lines: | 4858-4867 |
| | 6 | 2 |
setBlockCharFormatHelperName: | setBlockCharFormatHelper | Prototype: | static void setBlockCharFormatHelper(QTextDocumentPrivate *priv, int pos1, int pos2, const QTextCharFormat &format, QTextDocumentPrivate::FormatChangeMode changeMode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | Lines: | 716-727 |
| | 6 | 3 |
sanityCheckName: | sanityCheck | Prototype: | static bool sanityCheck(const QMdiSubWindow * const child, const char *where) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 185-194 |
| | 6 | 2 |
resolveEntityName: | resolveEntity | Prototype: | static QChar resolveEntity(const QString &entity) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | Lines: | 342-350 |
| | 6 | 2 |
recodeFromUserName: | recodeFromUser | Prototype: | static inline QString recodeFromUser(const QString &input, const ushort *actions, int from, int to) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | Lines: | 825-835 |
| | 6 | 2 |
read_xpm_headerName: | 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_dib_fileheaderName: | 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 |
qulltoa2Name: | qulltoa2 | Prototype: | static char *qulltoa2(char *p, qulonglong n, int base) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 3943-3959 |
| | 6 | 2 |
qt_toRasterPixmapName: | 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_resource_fixResourceRootName: | qt_resource_fixResourceRoot | Prototype: | static QString qt_resource_fixResourceRoot(QString r) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1040-1048 |
| | 6 | 4 |
qt_resolveFontFamilyAliasName: | qt_resolveFontFamilyAlias | Prototype: | QString qt_resolveFontFamilyAlias(const QString &alias) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 794-803 |
| | 6 | 4 |
qt_rect_intersect_normalizedName: | qt_rect_intersect_normalized | Prototype: | static inline QRect qt_rect_intersect_normalized(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: | 1280-1289 |
| | 6 | 1 |
qt_printerPaperSizeName: | qt_printerPaperSize | Prototype: | QSizeF qt_printerPaperSize(QPrinter::Orientation orientation, QPrinter::PaperSize paperSize, QPrinter::Unit unit, int resolution) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 100-112 |
| | 6 | 2 |
qt_premultiplyColorName: | qt_premultiplyColor | Prototype: | inline QColor qt_premultiplyColor(QColor c, GLfloat opacity) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | Lines: | 135-143 |
| | 6 | 1 |
qt_pdf_decide_featuresName: | qt_pdf_decide_features | Prototype: | inline QPaintEngine::PaintEngineFeatures qt_pdf_decide_features() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 72-80 |
| | 6 | 1 |
qt_memrotate180_templateName: | qt_memrotate180_template | Prototype: | template <class T> static inline void qt_memrotate180_template(const T *src, int w, int h, int sstride, T *dest, int dstride) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qmemrotate.cpp | Lines: | 392-405 |
| | 6 | 3 |
qt_initialize_pthread_condName: | qt_initialize_pthread_cond | Prototype: | void qt_initialize_pthread_cond(pthread_cond_t *cond, const char *where) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | Lines: | 78-94 |
| | 6 | 2 |
qt_hashName: | qt_hash | Prototype: | static uint qt_hash(const QChar *p, int n) noexcept | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 408-418 |
| | 6 | 2 |
qt_handleMouseEventName: | qt_handleMouseEvent | Prototype: | void qt_handleMouseEvent(QWindow *w, const QPointF &local, const QPointF &global, Qt::MouseButtons b, Qt::KeyboardModifiers mods, int timestamp) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | Lines: | 870-878 |
| | 6 | 1 |
qt_gl_functionsName: | qt_gl_functions | Prototype: | static QOpenGLFunctionsPrivateEx *qt_gl_functions(QOpenGLContext *context = 0) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions.cpp | Lines: | 240-248 |
| | 6 | 2 |
qt_gettimeName: | qt_gettime | Prototype: | struct timespec qt_gettime() noexcept | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | Lines: | 170-180 |
| | 6 | 1 |
qt_get_colornamesName: | qt_get_colornames | Prototype: | QStringList qt_get_colornames() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor_p.cpp | Lines: | 354-362 |
| | 6 | 2 |
qt_dirtyRegionName: | qt_dirtyRegion | Prototype: | QRegion qt_dirtyRegion(QWidget *widget) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | Lines: | 957-967 |
| | 6 | 3 |