| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
resolveLibraryInternal| Name: | resolveLibraryInternal | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
resolveLibraryInternal| Name: | resolveLibraryInternal | | Prototype: | static bool resolveLibraryInternal() | | Coverage: | 41.667% (10/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostinfo_unix.cpp | | Lines: | 88-123 |
| | 19 | 9 |
resolveStringRefsAndReturnTotalSize| Name: | 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 |
resourceType| Name: | resourceType | | Prototype: | static int resourceType(const QByteArray &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 70-87 |
| | 3 | 1 |
retrieveLabel| Name: | 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 |
reverse| Name: | reverse | | Prototype: | template<typename C> static inline C reverse(const C &l) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 858-864 |
| | 4 | 2 |
rfcDateImpl| Name: | rfcDateImpl | | Coverage: | 100.000% (1/1) |
| | 0 | 1 |
rfcDateImpl| Name: | rfcDateImpl | | Prototype: | static ParsedRfcDateTime rfcDateImpl(const QString &s) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 209-240 |
| | 20 | 7 |
rgb2hsv| Name: | rgb2hsv | | Prototype: | static inline void rgb2hsv(QRgb rgb, int &h, int &s, int &v) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 569-574 |
| | 3 | 1 |
rgbBlendPixel| Name: | rgbBlendPixel | | Prototype: | static inline void rgbBlendPixel(quint32 *dst, int coverage, int sr, int sg, int sb, const uchar *gamma, const uchar *invgamma) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 5729-5774 |
| | 31 | 2 |
rgbSwapped_generic| Name: | rgbSwapped_generic | | Prototype: | inline void rgbSwapped_generic(int width, int height, const QImage *src, QImage *dst, const QPixelLayout* layout) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3133-3163 |
| | 23 | 4 |
right| Name: | right | | Prototype: | QTextStream &right(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2903-2907 |
| | 2 | 1 |
rotated180| Name: | rotated180 | | Prototype: | static QImage rotated180(const QImage &image) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 4503-4505 |
| | 1 | 1 |
rotated270| Name: | rotated270 | | Prototype: | static QImage rotated270(const QImage &image) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 4508-4570 |
| | 36 | 28 |
rotated90| Name: | rotated90 | | Prototype: | static QImage rotated90(const QImage &image) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 4438-4500 |
| | 36 | 28 |
roundInDeviceCoordinates| Name: | roundInDeviceCoordinates | | Prototype: | static inline QPointF roundInDeviceCoordinates(const QPointF &p, const QTransform &m) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 5015-5018 |
| | 1 | 1 |
roundToMillisecond| Name: | roundToMillisecond | | Prototype: | static timespec roundToMillisecond(timespec val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimerinfo_unix.cpp | | Lines: | 197-205 |
| | 3 | 1 |
rowLengthsFromRange| Name: | rowLengthsFromRange | | Prototype: | static void rowLengthsFromRange(const QItemSelectionRange &range, QVector<QPair<QPersistentModelIndex, uint> > &result) | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 289-303 |
| | 7 | 3 |
runningUnderDebugger| Name: | runningUnderDebugger | | Prototype: | static bool runningUnderDebugger() | | Coverage: | 13.333% (2/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbintegration.cpp | | Lines: | 89-111 |
| | 14 | 5 |
s2b| Name: | s2b | | Prototype: | static Bigint *s2b(const char *s, int nd0, int nd, quint32 y9) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 603-633 |
| | 18 | 5 |
s5StateToString| Name: | s5StateToString | | Prototype: | static inline QString s5StateToString(QSocks5SocketEnginePrivate::Socks5State) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 140-140 |
| | 1 | 1 |
sanityCheck| Name: | 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: | 180-189 |
| | 6 | 2 |
sanityCheck| Name: | sanityCheck | | Prototype: | static bool sanityCheck(const QList<QWidget *> &widgets, const int index, const char *where) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 191-206 |
| | 11 | 3 |
saveCoverageTool| Name: | saveCoverageTool | | Prototype: | static void saveCoverageTool(const char * appname, bool testfailed, bool installedTestCoverage) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp | | Lines: | 59-77 |
| | 8 | 2 |
scaleOutline| Name: | scaleOutline | | Prototype: | static void scaleOutline(FT_Face face, FT_GlyphSlot g, FT_Fixed x_scale, FT_Fixed y_scale) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 413-424 |
| | 8 | 2 |
scaleRect| Name: | scaleRect | | Prototype: | static const QRectF scaleRect(const QRectF &r, qreal sx, qreal sy) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1410-1413 |
| | 1 | 1 |
scanEscapeSequence| Name: | scanEscapeSequence | | Prototype: | static inline bool scanEscapeSequence(const char *&json, const char *end, uint *ch) | | Coverage: | 47.059% (16/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 836-879 |
| | 24 | 15 |
scanUtf8Char| Name: | scanUtf8Char | | Prototype: | static inline bool scanUtf8Char(const char *&json, const char *end, uint *result) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonparser.cpp | | Lines: | 881-894 |
| | 8 | 2 |
scientific| Name: | scientific | | Prototype: | QTextStream &scientific(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2875-2879 |
| | 2 | 1 |
screenOf| Name: | screenOf | | Prototype: | static QScreen *screenOf(const QWidget *w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qwindowsstyle.cpp | | Lines: | 415-420 |
| | 3 | 2 |
searchExecutable| Name: | searchExecutable | | Prototype: | static inline QString searchExecutable(const QStringList &searchPaths, const QString &executableName) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp | | Lines: | 462-473 |
| | 7 | 3 |
selectionHelper| Name: | selectionHelper | | Prototype: | static QString selectionHelper(const QString &path, const QString &fileName, const QStringList &selectors) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileselector.cpp | | Lines: | 267-291 |
| | 13 | 5 |
sendResizeEvents| Name: | 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 |
sendScreenChangeRecursively| Name: | sendScreenChangeRecursively | | Prototype: | static void sendScreenChangeRecursively(QWidget *widget) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 685-695 |
| | 7 | 3 |
sendWindowChangeToTextureChildrenRecursively| Name: | sendWindowChangeToTextureChildrenRecursively | | Prototype: | static void sendWindowChangeToTextureChildrenRecursively(QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10429-10442 |
| | 8 | 4 |
separatorMoveHelper| Name: | separatorMoveHelper | | Prototype: | static int separatorMoveHelper(QVector<QLayoutStruct> &list, int index, int delta, int sep) | | Coverage: | 0.000% (0/71) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 848-924 |
| | 58 | 21 |
set| Name: | set | | Prototype: | static void set(QJustificationPoint *point, int type, const QGlyphLayout &glyph, QFontEngine *fe) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 2131-2154 |
| | 15 | 4 |
setActionIcon| Name: | setActionIcon | | Prototype: | static inline void setActionIcon(QAction *action, const QString &name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2199-2204 |
| | 3 | 2 |
setAttribute_internal| Name: | 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 |
setBlockCharFormatHelper| Name: | 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: | 710-721 |
| | 6 | 3 |
setClip| Name: | 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: | 4834-4843 |
| | 6 | 2 |
setCloseOnExec| Name: | setCloseOnExec | | Prototype: | static inline bool setCloseOnExec(int fd) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 133-136 |
| | 1 | 1 |
setCoords| Name: | setCoords | | Prototype: | static inline void setCoords(GLfloat *coords, const QOpenGLRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | | Lines: | 537-547 |
| | 8 | 1 |
setCoords| Name: | setCoords | | Prototype: | static inline void setCoords(GLfloat *coords, const QGLRect &rect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 488-498 |
| | 8 | 1 |
setCurrentThreadName| Name: | setCurrentThreadName | | Prototype: | static void setCurrentThreadName(pthread_t threadId, const char *name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 303-314 |
| | 2 | 1 |
setFloatAttribute| Name: | setFloatAttribute | | Prototype: | static bool setFloatAttribute(qreal *destination, const QString &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1377-1385 |
| | 5 | 2 |
setFontFamilyFromValues| Name: | setFontFamilyFromValues | | Prototype: | static bool setFontFamilyFromValues(const QVector<QCss::Value> &values, QFont *font, int start = 0) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1166-1189 |
| | 19 | 6 |
setFontSizeFromValue| Name: | setFontSizeFromValue | | Prototype: | static bool setFontSizeFromValue(QCss::Value value, QFont *font, int *fontSizeAdjustment) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1095-1130 |
| | 27 | 13 |
setFontStyleFromValue| Name: | setFontStyleFromValue | | Prototype: | static bool setFontStyleFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1132-1143 |
| | 8 | 6 |
setFontVariantFromValue| Name: | setFontVariantFromValue | | Prototype: | static void setFontVariantFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1235-1244 |
| | 5 | 5 |
setFontWeightFromValue| Name: | setFontWeightFromValue | | Prototype: | static bool setFontWeightFromValue(const QCss::Value &value, QFont *font) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1145-1159 |
| | 10 | 6 |
setIndex| Name: | setIndex | | Prototype: | static void setIndex(int *index, int candidate, int min, int max, bool isIncreasing) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 208-225 |
| | 10 | 5 |
setIntAttribute| Name: | setIntAttribute | | Prototype: | static bool setIntAttribute(int *destination, const QString &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1367-1375 |
| | 5 | 2 |
setMotifWmHints| Name: | setMotifWmHints | | Prototype: | static void setMotifWmHints(QXcbConnection *c, xcb_window_t window, const QtMotifWmHints &hints) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1061-1075 |
| | 10 | 2 |
setNativeLocks| Name: | setNativeLocks | | Prototype: | static bool setNativeLocks(const QString &fileName, int fd) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 150-167 |
| | 12 | 3 |
setPenAndDrawBackground| Name: | setPenAndDrawBackground | | Prototype: | static void setPenAndDrawBackground(QPainter *p, const QPen &defaultPen, const QTextCharFormat &chf, const QRectF &r) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextlayout.cpp | | Lines: | 2112-2126 |
| | 8 | 4 |
setPossiblePalette| Name: | setPossiblePalette | | Prototype: | static void setPossiblePalette(const QPalette *palette, const char *className) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 684-689 |
| | 3 | 2 |
setTTYCursor| Name: | 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 |
setTextDecorationFromValues| Name: | setTextDecorationFromValues | | Prototype: | static void setTextDecorationFromValues(const QVector<QCss::Value> &values, QFont *font) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1191-1208 |
| | 12 | 8 |
setTextTransformFromValue| Name: | 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: | 1246-1256 |
| | 6 | 6 |
setThreadDoesNotRequireCoreApplication| Name: | setThreadDoesNotRequireCoreApplication | | Prototype: | static void setThreadDoesNotRequireCoreApplication() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread.cpp | | Lines: | 876-879 |
| | 1 | 1 |
setWidthAttribute| Name: | setWidthAttribute | | Prototype: | static void setWidthAttribute(QTextLength *width, QString value) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexthtmlparser.cpp | | Lines: | 1387-1402 |
| | 10 | 4 |
setWord0| Name: | setWord0 | | Prototype: | static inline void setWord0(volatile double *x, quint32 l) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 365-379 |
| | 10 | 2 |
setWord1| Name: | setWord1 | | Prototype: | static inline void setWord1(volatile double *x, quint32 l) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 390-404 |
| | 10 | 2 |
setWorldTransform| Name: | setWorldTransform | | Prototype: | static inline void setWorldTransform(QPainter *painter, const QTransform *const transformPtr, const QTransform *effectTransform) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 4845-4853 |
| | 4 | 2 |
set_extended_font_bits| Name: | set_extended_font_bits | | Prototype: | static void set_extended_font_bits(quint8 bits, QFontPrivate *f) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1933-1938 |
| | 3 | 1 |
set_font_bits| Name: | set_font_bits | | Prototype: | static void set_font_bits(int version, quint8 bits, QFontPrivate *f) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1918-1931 |
| | 10 | 3 |
set_text| Name: | set_text | | Prototype: | static void set_text(const QImage &image, png_structp png_ptr, png_infop info_ptr, const QString &description) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 734-806 |
| | 33 | 10 |
set_thread_data| Name: | set_thread_data | | Prototype: | static void set_thread_data(QThreadData *data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qthread_unix.cpp | | Lines: | 191-198 |
| | 3 | 1 |
set_union| Name: | 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: | 832-840 |
| | 6 | 1 |
setupTextLayout| Name: | setupTextLayout | | Prototype: | static QRectF setupTextLayout(QTextLayout *layout) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 10634-10650 |
| | 12 | 3 |
setup_qt| Name: | setup_qt | | Prototype: | static void setup_qt(QImage& image, png_structp png_ptr, png_infop info_ptr, QSize scaledSize, bool *doScaledRead, float screen_gamma=0.0, float file_gamma=0.0) | | Coverage: | 0.000% (0/158) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpnghandler.cpp | | Lines: | 232-402 |
| | 127 | 39 |
sharedNetworkSessionManager| Name: | sharedNetworkSessionManager | | Prototype: | inline QSharedNetworkSessionManager* sharedNetworkSessionManager() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qsharednetworksession.cpp | | Lines: | 44-52 |
| | 5 | 2 |
shift| Name: | shift | | Prototype: | static ShiftResult shift(const QBezier *orig, QBezier *shifted, qreal offset, qreal threshold) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 255-331 |
| | 52 | 9 |
shiftConstraints| Name: | shiftConstraints | | Prototype: | static void shiftConstraints(const QList<QSimplexConstraint *> &constraints, qreal amount) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2179-2189 |
| | 6 | 3 |
shouldBePropagatedToWidget| Name: | shouldBePropagatedToWidget | | Prototype: | static inline bool shouldBePropagatedToWidget(QEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 161-175 |
| | 3 | 8 |
shouldEnableInputMethod| Name: | shouldEnableInputMethod | | Prototype: | static inline bool shouldEnableInputMethod(QPlainTextEdit *plaintextedit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | | Lines: | 64-67 |
| | 1 | 1 |
shouldEnableInputMethod| Name: | shouldEnableInputMethod | | Prototype: | static inline bool shouldEnableInputMethod(QTextEdit *textedit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp | | Lines: | 70-73 |
| | 1 | 1 |
showNewMessageBox| Name: | showNewMessageBox | | Prototype: | static QMessageBox::StandardButton showNewMessageBox(QWidget *parent, QMessageBox::Icon icon, const QString& title, const QString& text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1622-1657 |
| | 23 | 7 |
showParserMessage| Name: | showParserMessage | | Prototype: | static void showParserMessage(const QString &message, MessageType type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 543-566 |
| | 1 | 1 |
showToolTip| Name: | showToolTip | | Prototype: | static void showToolTip(QHelpEvent *helpEvent, QWidget *widget, const QStyleOptionComplex &opt, QStyle::ComplexControl complexControl, QStyle::SubControl subControl) | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 285-351 |
| | 36 | 16 |
showbase| Name: | showbase | | Prototype: | QTextStream &showbase(QTextStream &stream) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 2721-2725 |
| | 2 | 1 |
shrink| Name: | shrink | | Prototype: | static inline int shrink(QLayoutStruct &ls, int delta) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 830-837 |
| | 5 | 2 |
signalForMember| Name: | signalForMember | | Prototype: | static const char *signalForMember(const char *member) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 76-86 |
| | 5 | 3 |
signalSlotLock| Name: | signalSlotLock | | Prototype: | static inline QMutex *signalSlotLock(const QObject *o) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | | Lines: | 137-141 |
| | 2 | 1 |
simdDecodeAscii| Name: | simdDecodeAscii | | Prototype: | static inline bool simdDecodeAscii(ushort *&dst, const uchar *&nextAscii, const uchar *&src, const uchar *end) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 89-135 |
| | 15 | 4 |
simdEncodeAscii| Name: | simdEncodeAscii | | Prototype: | static inline bool simdEncodeAscii(uchar *&dst, const ushort *&nextAscii, const ushort *&src, const ushort *end) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qutfcodec.cpp | | Lines: | 50-87 |
| | 14 | 3 |
sizeInMillimeters| Name: | sizeInMillimeters | | Prototype: | static inline QSizeF sizeInMillimeters(const QSize &size, const QDpi &dpi) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 158-162 |
| | 2 | 1 |
skipBoundryNeutrals| Name: | skipBoundryNeutrals | | Prototype: | static QChar::Direction skipBoundryNeutrals(QScriptAnalysis *analysis, const ushort *unicode, int length, int &sor, int &eor, QBidiControl &control) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 321-340 |
| | 11 | 4 |
skipDuplicatePoints| Name: | skipDuplicatePoints | | Prototype: | static inline void skipDuplicatePoints(const qreal **pts, const qreal *endPts) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 67-74 |
| | 3 | 2 |
slopeAt| Name: | slopeAt | | Prototype: | static inline qreal slopeAt(qreal t, qreal a, qreal b, qreal c, qreal d) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2811-2814 |
| | 1 | 1 |
sm_dieCallback| Name: | sm_dieCallback | | Prototype: | static void sm_dieCallback(SmcConn smcConn, SmPointer ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 279-286 |
| | 5 | 2 |
sm_interactCallback| Name: | sm_interactCallback | | Prototype: | static void sm_interactCallback(SmcConn smcConn, SmPointer clientData) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 304-310 |
| | 4 | 3 |
sm_performSaveYourself| Name: | sm_performSaveYourself | | Prototype: | static void sm_performSaveYourself(QXcbSessionManager *sm) | | Coverage: | 0.000% (0/47) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 177-277 |
| | 58 | 15 |
sm_saveCompleteCallback| Name: | sm_saveCompleteCallback | | Prototype: | static void sm_saveCompleteCallback(SmcConn smcConn, SmPointer ) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 297-302 |
| | 3 | 2 |
sm_saveYourselfCallback| Name: | sm_saveYourselfCallback | | Prototype: | static void sm_saveYourselfCallback(SmcConn smcConn, SmPointer clientData, int saveType, int shutdown , int interactStyle, int ) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 155-175 |
| | 13 | 4 |
sm_saveYourselfPhase2Callback| Name: | sm_saveYourselfPhase2Callback | | Prototype: | static void sm_saveYourselfPhase2Callback(SmcConn smcConn, SmPointer clientData) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 312-318 |
| | 4 | 2 |
sm_setProperty| Name: | sm_setProperty | | Prototype: | static void sm_setProperty(const char *name, const char *type, int num_vals, SmPropValue *vals) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 103-121 |
| | 12 | 2 |
sm_setProperty| Name: | sm_setProperty | | Prototype: | static void sm_setProperty(const QString &name, const QString &value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 123-130 |
| | 5 | 1 |
sm_setProperty| Name: | sm_setProperty | | Prototype: | static void sm_setProperty(const QString &name, const QStringList &value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 132-146 |
| | 11 | 2 |