Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
qt_safe_selectName: | qt_safe_select | Prototype: | int qt_safe_select(int nfds, fd_set *fdread, fd_set *fdwrite, fd_set *fdexcept, const struct timespec *orig_timeout) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcore_unix.cpp | Lines: | 59-93 |
| | 13 | 6 |
qt_regexp_toCanonicalName: | qt_regexp_toCanonical | Prototype: | QString qt_regexp_toCanonical(const QString &pattern, QRegExp::PatternSyntax patternSyntax) | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1324-1339 |
| | 5 | 6 |
qt_qdnsmailexchangerecord_sortName: | qt_qdnsmailexchangerecord_sort | Prototype: | static void qt_qdnsmailexchangerecord_sort(QList<QDnsMailExchangeRecord> &records) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | Lines: | 59-86 |
| | 14 | 6 |
qt_qFindChildren_helperName: | qt_qFindChildren_helper | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QString &name, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | Coverage: | 95.000% (19/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1851-1867 |
| | 11 | 6 |
qt_qFindChildren_helperName: | qt_qFindChildren_helper | Prototype: | void qt_qFindChildren_helper(const QObject *parent, const QRegularExpression &re, const QMetaObject &mo, QList<void*> *list, Qt::FindChildOptions options) | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 1896-1913 |
| | 12 | 6 |
qt_painter_thread_testName: | qt_painter_thread_test | Prototype: | static bool qt_painter_thread_test(int devType, int engineType, const char *what) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 145-169 |
| | 15 | 6 |
qt_message_printName: | qt_message_print | Prototype: | static void qt_message_print(QtMsgType msgType, const QMessageLogContext &context, const QString &message) | Coverage: | 85.714% (18/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 1596-1622 |
| | 11 | 6 |
qt_memfill_templateName: | qt_memfill_template | Prototype: | template <> inline void qt_memfill_template(quint16 *dest, quint16 value, int count) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 6289-6309 |
| | 10 | 6 |
qt_memfill16Name: | qt_memfill16 | Prototype: | void qt_memfill16(quint16 *dest, quint16 value, int count) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 314-334 |
| | 12 | 6 |
qt_intersect_spansName: | qt_intersect_spans | Prototype: | static int qt_intersect_spans(QT_FT_Span *spans, int numSpans, const QRect &clip) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4009-4040 |
| | 23 | 6 |
qt_find_patternName: | qt_find_pattern | Prototype: | static long qt_find_pattern(const char *s, ulong s_len, const char *pattern, ulong p_len) | Coverage: | 65.000% (13/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 181-215 |
| | 15 | 6 |
qt_fetch_conical_gradient_templateName: | qt_fetch_conical_gradient_template | Prototype: | template <class GradientBase, typename BlendType> static inline const BlendType * qt_fetch_conical_gradient_template( BlendType *buffer, const QSpanData *data, int y, int x, int length) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3650-3699 |
| | 30 | 6 |
qt_draw_tileName: | qt_draw_tile | Prototype: | void qt_draw_tile(QPaintEngine *gc, qreal x, qreal y, qreal w, qreal h, const QPixmap &pixmap, qreal xOffset, qreal yOffset) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 541-565 |
| | 19 | 6 |
qt_blurrowName: | qt_blurrow | Prototype: | template<int aprec, int zprec, bool alphaOnly> inline void qt_blurrow(QImage & im, int line, int alpha) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/effects/qpixmapfilter.cpp | Lines: | 641-670 |
| | 15 | 6 |
qt_blend_argb32_on_rgb16Name: | qt_blend_argb32_on_rgb16 | Prototype: | static void qt_blend_argb32_on_rgb16(uchar *destPixels, int dbpl, const uchar *srcPixels, int sbpl, int w, int h, int const_alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | Lines: | 237-287 |
| | 31 | 6 |
qstrcmpName: | qstrcmp | Prototype: | int qstrcmp(const QByteArray &str1, const char *str2) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 360-382 |
| | 13 | 6 |
qgl_byteSwapImageName: | qgl_byteSwapImage | Prototype: | static inline void qgl_byteSwapImage(QImage &img, GLenum pixel_type) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | Lines: | 2446-2466 |
| | 12 | 6 |
qbrush_check_typeName: | qbrush_check_type | Prototype: | static bool qbrush_check_type(Qt::BrushStyle style) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | Lines: | 363-377 |
| | 7 | 6 |
q_refreshRateFromFbName: | q_refreshRateFromFb | Prototype: | qreal q_refreshRateFromFb(int framebufferDevice) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | Lines: | 579-608 |
| | 13 | 6 |
q_physicalScreenSizeFromFbName: | q_physicalScreenSizeFromFb | Prototype: | QSizeF q_physicalScreenSizeFromFb(int framebufferDevice, const QSize &screenSize) | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglconvenience.cpp | Lines: | 453-504 |
| | 26 | 6 |
qRemoveWhitespaceName: | qRemoveWhitespace | Prototype: | static void qRemoveWhitespace(const char *s, char *d) | Coverage: | 93.333% (28/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1223-1239 |
| | 12 | 6 |
qMetaTypeUNumberName: | qMetaTypeUNumber | Prototype: | static qulonglong qMetaTypeUNumber(const QVariant::Private *d) | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | Lines: | 175-191 |
| | 8 | 6 |
qIntersectionPointName: | qIntersectionPoint | Prototype: | static QIntersectionPoint qIntersectionPoint(const QPodPoint &u1, const QPodPoint &u2, const QPodPoint &v1, const QPodPoint &v2) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 244-307 |
| | 32 | 6 |
qEnvironmentVariableIntValueName: | qEnvironmentVariableIntValue | Prototype: | int qEnvironmentVariableIntValue(const char *varName, bool *ok) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3238-3271 |
| | 15 | 6 |
qConvertA2RGB30PMToARGB64PM_sse2Name: | qConvertA2RGB30PMToARGB64PM_sse2 | Prototype: | template<QtPixelOrder PixelOrder> static inline void qConvertA2RGB30PMToARGB64PM_sse2(QRgba64 *buffer, const uint *src, int count) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 638-678 |
| | 27 | 6 |
qAccessibleRelationToAtSpiRelationName: | qAccessibleRelationToAtSpiRelation | Prototype: | AtspiRelationType qAccessibleRelationToAtSpiRelation(QAccessible::Relation relation) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/constant_mappings.cpp | Lines: | 128-143 |
| | 7 | 6 |
propertyWriteReplyName: | propertyWriteReply | Prototype: | static QDBusMessage propertyWriteReply(const QDBusMessage &msg, const QString &interface_name, const QByteArray &property_name, int status) | Coverage: | 36.364% (4/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusinternalfilters.cpp | Lines: | 293-320 |
| | 17 | 6 |
progressForValueName: | progressForValue | Prototype: | static qreal progressForValue(const QEasingCurve &curve, qreal value) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 160-182 |
| | 16 | 6 |
parseXftRgbaName: | parseXftRgba | Prototype: | static QFontEngine::SubpixelAntialiasingType parseXftRgba(const QByteArray& stringValue) | Coverage: | 12.500% (2/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | Lines: | 734-748 |
| | 11 | 6 |
parseTzLeapSecondsName: | parseTzLeapSeconds | Prototype: | static void parseTzLeapSeconds(QDataStream &ds, int tzh_leapcnt, bool longTran) | Coverage: | 30.000% (6/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_tz.cpp | Lines: | 270-293 |
| | 11 | 6 |
parseMultiArgFormatStringName: | parseMultiArgFormatString | Prototype: | static ParseResult parseMultiArgFormatString(const QString &s) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 7900-7929 |
| | 20 | 6 |
operator>>Name: | operator>> | Prototype: | QDataStream &operator>>(QDataStream &s, QPalette &p) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 986-1012 |
| | 18 | 6 |
operator<<Name: | operator<< | Prototype: | static QDebug operator<<(QDebug dbg, QDBusMessage::MessageType t) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | Lines: | 784-799 |
| | 6 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QColor &c) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 2475-2491 |
| | 13 | 6 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &out, const QHostAddress &address) | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1163-1185 |
| | 13 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QLocalSocket::LocalSocketState state) | Coverage: | 27.273% (3/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket.cpp | Lines: | 530-552 |
| | 14 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QSqlField &f) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlfield.cpp | Lines: | 510-530 |
| | 18 | 6 |
operator<<Name: | operator<< | Prototype: | QDataStream &operator<<(QDataStream &s, const QIcon &icon) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1255-1283 |
| | 19 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, QGraphicsItem *item) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | Lines: | 11300-11329 |
| | 20 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug debug, const QRegularExpressionMatch &match) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 2536-2569 |
| | 22 | 6 |
operator<<Name: | operator<< | Prototype: | QDebug operator<<(QDebug dbg, const QPalette &p) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 1147-1176 |
| | 24 | 6 |
openModeToOpenFlagsName: | openModeToOpenFlags | Prototype: | static inline int openModeToOpenFlags(QIODevice::OpenMode mode) | Coverage: | 93.750% (15/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | Lines: | 104-125 |
| | 12 | 6 |
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 |
next_proto_cbName: | next_proto_cb | Prototype: | static int next_proto_cb(SSL *, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) | Coverage: | 25.000% (3/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 371-400 |
| | 11 | 6 |
miSetExtentsName: | miSetExtents | Prototype: | static void miSetExtents(QRegionPrivate &dest) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1851-1893 |
| | 26 | 6 |
miIntersectOName: | miIntersectO | Prototype: | static void miIntersectO(QRegionPrivate &dest, const QRect *r1, const QRect *r1End, const QRect *r2, const QRect *r2End, int y1, int y2) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 1931-1973 |
| | 19 | 6 |
intersectionPointName: | intersectionPoint | Prototype: | IntersectionPoint intersectionPoint(const QPoint &u1, const QPoint &u2, const QPoint &v1, const QPoint &v2) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathsimplifier.cpp | Lines: | 168-231 |
| | 32 | 6 |
initialGlobalScaleFactorName: | initialGlobalScaleFactor | Prototype: | static inline qreal initialGlobalScaleFactor() | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | Lines: | 52-76 |
| | 16 | 6 |
inflateName: | inflate | Prototype: | static int inflate(Bytef *dest, ulong *destLen, const Bytef *source, ulong sourceLen) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | Lines: | 123-156 |
| | 24 | 6 |
helperIconName: | helperIcon | Prototype: | static QMessageDialogOptions::Icon helperIcon(QMessageBox::Icon i) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | Lines: | 2702-2717 |
| | 7 | 6 |
getEffectiveTargetStatesName: | getEffectiveTargetStates | Prototype: | static QList<QAbstractState *> getEffectiveTargetStates(QAbstractTransition *transition, CalculationCache *cache) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 355-386 |
| | 18 | 6 |
getBlendTypeName: | getBlendType | Prototype: | static TextureBlendType getBlendType(const QSpanData *data) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3725-3744 |
| | 13 | 6 |
focusInPeekerName: | focusInPeeker | Prototype: | static bool focusInPeeker(QXcbConnection *connection, xcb_generic_event_t *event) | Coverage: | 77.778% (14/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 964-989 |
| | 14 | 6 |
fixedPubidLiteralName: | fixedPubidLiteral | Prototype: | static QString fixedPubidLiteral(const QString &data, bool *ok) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 789-817 |
| | 17 | 6 |
fixedPIDataName: | fixedPIData | Prototype: | static QString fixedPIData(const QString &data, bool *ok) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 760-784 |
| | 16 | 6 |
fixedCommentName: | fixedComment | Prototype: | static QString fixedComment(const QString &data, bool *ok) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 703-727 |
| | 16 | 6 |
fixedCDataSectionName: | fixedCDataSection | Prototype: | static QString fixedCDataSection(const QString &data, bool *ok) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 732-756 |
| | 16 | 6 |
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 |
findTextureWidgetsRecursivelyName: | findTextureWidgetsRecursively | Prototype: | static void findTextureWidgetsRecursively(QWidget *tlw, QWidget *widget, QPlatformTextureList *widgetTextures, QVector<QWidget *> *nativeChildren) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | Lines: | 964-983 |
| | 13 | 6 |
findInBlockName: | findInBlock | Prototype: | static bool findInBlock(const QTextBlock &block, const QRegularExpression &expression, int offset, QTextDocument::FindFlags options, QTextCursor *cursor) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 1491-1528 |
| | 25 | 6 |
fbnameName: | fbname | Prototype: | static QString fbname(const QString &fileName) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | Lines: | 761-780 |
| | 15 | 6 |
exponentFormName: | exponentForm | Prototype: | QString &exponentForm(QChar zero, QChar decimal, QChar exponential, QChar group, QChar plus, QChar minus, QString &digits, int decpt, uint precision, PrecisionMode pm, bool always_show_decpt) | Coverage: | 100.000% (19/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 199-226 |
| | 13 | 6 |
effectiveScreenName: | effectiveScreen | Prototype: | static inline const QScreen *effectiveScreen(const QWindow *window) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 542-559 |
| | 12 | 6 |
drawEllipsePointsName: | drawEllipsePoints | Prototype: | static inline void drawEllipsePoints(int x, int y, int length, const QRect &rect, const QRect &clip, ProcessSpans pen_func, ProcessSpans brush_func, QSpanData *pen_data, QSpanData *brush_data) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 4654-4720 |
| | 42 | 6 |
drawArrowName: | drawArrow | Prototype: | static void drawArrow(const QStyle *style, const QStyleOptionToolButton *toolbutton, const QRect &rect, QPainter *painter, const QWidget *widget = 0) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qcommonstyle.cpp | Lines: | 767-790 |
| | 14 | 6 |
diffName: | diff | Prototype: | static Bigint *diff(Bigint *a, Bigint *b) | Coverage: | 88.235% (15/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | Lines: | 927-1001 |
| | 43 | 6 |
detectProcessorFeaturesName: | detectProcessorFeatures | Prototype: | static quint64 detectProcessorFeatures() | Coverage: | 35.294% (6/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsimd.cpp | Lines: | 246-329 |
| | 23 | 6 |
decomposeHelperName: | decomposeHelper | Prototype: | static void decomposeHelper(QString *str, bool canonical, QChar::UnicodeVersion version, int from) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | Lines: | 1707-1740 |
| | 22 | 6 |
convert_indexed8_to_ARGB_inplaceName: | convert_indexed8_to_ARGB_inplace | Prototype: | static bool convert_indexed8_to_ARGB_inplace(QImageData *data, Qt::ImageConversionFlags) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage_conversions.cpp | Lines: | 817-866 |
| | 34 | 6 |
containerWidgetName: | containerWidget | Prototype: | static QWidget *containerWidget(const QWidget *w) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 2354-2378 |
| | 9 | 6 |
computeElidedTextName: | computeElidedText | Prototype: | static QString computeElidedText(Qt::TextElideMode mode, const QString &text) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1350-1372 |
| | 13 | 6 |
comp_func_solid_SourceOver_sse2Name: | comp_func_solid_SourceOver_sse2 | Prototype: | void comp_func_solid_SourceOver_sse2(uint *destPixels, int length, uint color, uint const_alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper_sse2.cpp | Lines: | 283-312 |
| | 20 | 6 |
comp_func_SourceOver_rgb64Name: | comp_func_SourceOver_rgb64 | Prototype: | void comp_func_SourceOver_rgb64(QRgba64 *__restrict__ dest, const QRgba64 *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 247-263 |
| | 10 | 6 |
comp_func_SourceOverName: | comp_func_SourceOver | Prototype: | void comp_func_SourceOver(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | Lines: | 226-245 |
| | 10 | 6 |
colorizedImageName: | colorizedImage | Prototype: | static QPixmap colorizedImage(const QString &fileName, const QColor &color, int rotation = 0) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | Lines: | 182-229 |
| | 35 | 6 |
closestAcceptableSizeName: | closestAcceptableSize | Prototype: | static QSizeF closestAcceptableSize(const QSizeF &proposed, const QGraphicsWidget *widget) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 437-482 |
| | 28 | 6 |
childWindowAtName: | childWindowAt | Prototype: | static QWindow *childWindowAt(QWindow *win, const QPoint &p) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | Lines: | 267-284 |
| | 11 | 6 |
checkToolBarAreaName: | checkToolBarArea | Prototype: | static bool checkToolBarArea(Qt::ToolBarArea area, const char *where) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 716-729 |
| | 5 | 6 |
checkDockWidgetAreaName: | checkDockWidgetArea | Prototype: | static bool checkDockWidgetArea(Qt::DockWidgetArea area, const char *where) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindow.cpp | Lines: | 993-1006 |
| | 5 | 6 |
buddyStringName: | buddyString | Prototype: | static QString buddyString(const QWidget *widget) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | Lines: | 72-95 |
| | 14 | 6 |
boundingRectName: | boundingRect | Prototype: | static const QRectF boundingRect(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 48-66 |
| | 15 | 6 |
bool_opName: | bool_op | Prototype: | static bool bool_op(bool a, bool b, QPathClipper::Operation op) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1751-1765 |
| | 6 | 6 |
blendedImageName: | blendedImage | Prototype: | static QImage blendedImage(const QImage &start, const QImage &end, float alpha) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyleanimation.cpp | Lines: | 255-295 |
| | 30 | 6 |
blend_color_argbName: | blend_color_argb | Prototype: | static void blend_color_argb(int count, const QSpan *spans, void *userData) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3855-3884 |
| | 18 | 6 |
argumentTypesFromStringName: | argumentTypesFromString | Prototype: | static void argumentTypesFromString(const char *str, const char *end, QArgumentTypeArray &types) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 643-661 |
| | 13 | 6 |
addSelectedRegionsToPathName: | addSelectedRegionsToPath | Prototype: | static void addSelectedRegionsToPath(QTextEngine *eng, int lineNumber, const QPointF &pos, QTextLayout::FormatRange *selection, QPainterPath *region, QRectF boundingRect) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | Lines: | 971-1013 |
| | 25 | 6 |
_q_parseDosDirName: | _q_parseDosDir | Prototype: | static void _q_parseDosDir(const QStringList &tokens, const QString &userName, QUrlInfo *info) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | Lines: | 556-607 |
| | 31 | 6 |
StateSaver::StateSaverName: | StateSaver::StateSaver | Prototype: | StateSaver() | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 334-373 |
| | 32 | 6 |
SimpleCascader::rearrangeName: | SimpleCascader::rearrange | Prototype: | void SimpleCascader::rearrange(QList<QWidget *> &widgets, const QRect &domain) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 334-372 |
| | 29 | 6 |
Selector::pseudoClassName: | Selector::pseudoClass | Prototype: | quint64 Selector::pseudoClass(quint64 *negated) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | Lines: | 1759-1775 |
| | 13 | 6 |
SegmentTree::produceIntersectionsLeafName: | SegmentTree::produceIntersectionsLeaf | Prototype: | void SegmentTree::produceIntersectionsLeaf(const TreeNode &node, int segment) | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 518-555 |
| | 23 | 6 |
SegmentTree::SegmentTreeName: | SegmentTree::SegmentTree | Prototype: | SegmentTree::SegmentTree(QPathSegments &segments) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 273-303 |
| | 19 | 6 |
RadialFetchPlain::fetchName: | RadialFetchPlain::fetch | Prototype: | static void fetch(BlendType *buffer, BlendType *end, const Operator *op, const QSpanData *data, qreal det, qreal delta_det, qreal delta_delta_det, qreal b, qreal delta_b) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | Lines: | 3603-3633 |
| | 17 | 6 |
QtPrivate::intersect_pathName: | QtPrivate::intersect_path | Prototype: | static bool intersect_path(const QGraphicsItem *item, const QRectF &exposeRect, Qt::ItemSelectionMode mode, const QTransform &deviceTransform, const void *intersectData) | Coverage: | 0.000% (0/35) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicssceneindex.cpp | Lines: | 155-197 |
| | 29 | 6 |
QtPrivate::QStringList_joinName: | QtPrivate::QStringList_join | Prototype: | QString QtPrivate::QStringList_join(const QStringList *that, const QChar *sep, int seplen) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstringlist.cpp | Lines: | 459-480 |
| | 15 | 6 |
QtFontStyle::Key::KeyName: | QtFontStyle::Key::Key | Prototype: | QtFontStyle::Key::Key(const QString &styleString) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | Lines: | 246-264 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBase::startBlockingName: | QtConcurrent::ThreadEngineBase::startBlocking | Prototype: | void ThreadEngineBase::startBlocking() | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | Lines: | 133-164 |
| | 15 | 6 |
QtConcurrent::ThreadEngineBase::runName: | QtConcurrent::ThreadEngineBase::run | Prototype: | void ThreadEngineBase::run() | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | Lines: | 244-273 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBarrier::releaseUnlessLastName: | QtConcurrent::ThreadEngineBarrier::releaseUnlessLast | Prototype: | bool ThreadEngineBarrier::releaseUnlessLast() | Coverage: | 42.857% (6/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | Lines: | 101-115 |
| | 9 | 6 |
QXmlStreamWriter::writeEndElementName: | QXmlStreamWriter::writeEndElement | Prototype: | void QXmlStreamWriter::writeEndElement() | Coverage: | 100.000% (22/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 3641-3670 |
| | 22 | 6 |