| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
unsetCursor| Name: | unsetCursor | | Prototype: | static inline void unsetCursor(QWidget *w) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5023-5027 |
| | 2 | 2 |
unquote| Name: | unquote | | Prototype: | static QString unquote(const char *begin, const char *end) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2135-2142 |
| | 4 | 2 |
unpackRect| Name: | unpackRect | | Prototype: | static QRect unpackRect(uint geom0, uint geom1, bool *floating) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbararealayout.cpp | | Lines: | 1198-1216 |
| | 11 | 2 |
unknownText| Name: | unknownText | | Prototype: | static QString unknownText() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2495-2498 |
| | 0 | 2 |
unixCheckClockType| Name: | unixCheckClockType | | Prototype: | static int unixCheckClockType() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qelapsedtimer_unix.cpp | | Lines: | 106-138 |
| | 6 | 2 |
ungrabMouseForPopup| Name: | ungrabMouseForPopup | | Prototype: | static void ungrabMouseForPopup(QWidget *popup) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3822-3828 |
| | 3 | 2 |
ungrabKeyboardForPopup| Name: | ungrabKeyboardForPopup | | Prototype: | static void ungrabKeyboardForPopup(QWidget *popup) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3814-3820 |
| | 3 | 2 |
uenumToIdList| Name: | uenumToIdList | | Prototype: | static QList<QByteArray> uenumToIdList(UEnumeration *uenum) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 240-255 |
| | 11 | 2 |
ucstrcmp| Name: | ucstrcmp | | Prototype: | static int ucstrcmp(const QChar *a, int alen, const QChar *b, int blen) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 620-627 |
| | 5 | 2 |
ucalDaylightOffset| Name: | ucalDaylightOffset | | Prototype: | static int ucalDaylightOffset(const QByteArray &id) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | | Lines: | 258-266 |
| | 5 | 2 |
typeNameFromTypeInfo| Name: | typeNameFromTypeInfo | | Prototype: | static inline QByteArray typeNameFromTypeInfo(const QMetaObject *mo, uint typeInfo) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 158-167 |
| | 4 | 2 |
typeKey| Name: | typeKey | | Prototype: | static inline QString typeKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 136-136 |
| | 0 | 2 |
typeFromTypeInfo| Name: | typeFromTypeInfo | | Prototype: | static inline int typeFromTypeInfo(const QMetaObject *mo, uint typeInfo) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 174-179 |
| | 3 | 2 |
traverse| Name: | 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 |
toStringIsoDate| Name: | toStringIsoDate | | Prototype: | static QString toStringIsoDate(qint64 jd) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 792-799 |
| | 4 | 2 |
tlWindow| Name: | tlWindow | | Prototype: | static QWindow *tlWindow(QWindow *window) | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 935-940 |
| | 3 | 2 |
timerSourcePrepareHelper| Name: | timerSourcePrepareHelper | | Prototype: | static gboolean timerSourcePrepareHelper(GTimerSource *src, gint *timeout) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 123-132 |
| | 5 | 2 |
timerSourceDispatch| Name: | 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: | 170-178 |
| | 6 | 2 |
timerSourceCheck| Name: | timerSourceCheck | | Prototype: | static gboolean timerSourceCheck(GSource *source) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 162-168 |
| | 4 | 2 |
textCopy| Name: | textCopy | | Prototype: | QChar *textCopy(const QChar *start, int len) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 2383-2390 |
| | 5 | 2 |
tabId| Name: | tabId | | Prototype: | static quintptr tabId(const QDockAreaLayoutItem &item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 212-217 |
| | 3 | 2 |
systemTrayTracker| Name: | systemTrayTracker | | Prototype: | static inline QXcbSystemTrayTracker *systemTrayTracker(const QScreen *s) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 107-113 |
| | 3 | 2 |
systemLocale| Name: | systemLocale | | Prototype: | static const QSystemLocale *systemLocale() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 580-585 |
| | 3 | 2 |
systemData| Name: | systemData | | Prototype: | static const QLocaleData *systemData() | | Coverage: | 83.333% (5/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 634-645 |
| | 3 | 2 |
switch_from_to| Name: | switch_from_to | | Prototype: | static inline int switch_from_to(QAtomicInt &a, int from, int to) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 90-98 |
| | 5 | 2 |
swap_bit_order| Name: | swap_bit_order | | Prototype: | static void swap_bit_order(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: | 1021-1040 |
| | 14 | 2 |
storePixels| Name: | storePixels | | Prototype: | template <QPixelLayout::BPP width> inline void storePixels(uchar *dest, const uint *src, int index, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 837-842 |
| | 2 | 2 |
storePixel| Name: | storePixel | | Prototype: | template <> inline void storePixel<QPixelLayout::BPP1LSB>(uchar *dest, int index, uint pixel) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 801-808 |
| | 3 | 2 |
storePixel| Name: | storePixel | | Prototype: | template <> inline void storePixel<QPixelLayout::BPP1MSB>(uchar *dest, int index, uint pixel) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qdrawhelper.cpp | | Lines: | 810-817 |
| | 3 | 2 |
storageIndexFromLayoutItem| Name: | storageIndexFromLayoutItem | | Prototype: | static int storageIndexFromLayoutItem(const QFormLayoutPrivate::ItemMatrix &m, QFormLayoutItem *item) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 265-273 |
| | 3 | 2 |
socketNotifierSourcePrepare| Name: | socketNotifierSourcePrepare | | Prototype: | static gboolean socketNotifierSourcePrepare(GSource *, gint *timeout) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 61-66 |
| | 3 | 2 |
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 |
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_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_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_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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
resolveGConf| Name: | resolveGConf | | Prototype: | static bool resolveGConf() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtkstyle_p.cpp | | Lines: | 596-606 |
| | 5 | 2 |
resolveEntity| Name: | 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: | 336-344 |
| | 6 | 2 |
resolveClassName| Name: | resolveClassName | | Prototype: | static const QMetaObject *resolveClassName (const QMap<QByteArray, const QMetaObject *>& references, const QByteArray& name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | | Lines: | 1682-1690 |
| | 3 | 2 |
report_error| Name: | report_error | | Prototype: | static void report_error(int code, const char *where, const char *what) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qwaitcondition_unix.cpp | | Lines: | 65-69 |
| | 2 | 2 |
replaceVertex_helper| Name: | replaceVertex_helper | | Prototype: | static AnchorVertex *replaceVertex_helper(AnchorData *data, AnchorVertex *oldV, AnchorVertex *newV) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 863-874 |
| | 7 | 2 |
removeOptionalQuotes| Name: | removeOptionalQuotes | | Prototype: | static inline void removeOptionalQuotes(QString *str) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2222-2229 |
| | 5 | 2 |
releaseKey| Name: | releaseKey | | Prototype: | static inline QString releaseKey() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 135-135 |
| | 0 | 2 |
releaseCachedFontEngine| Name: | releaseCachedFontEngine | | Prototype: | static inline void releaseCachedFontEngine(QFontEngine *fontEngine) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | | Lines: | 1532-1536 |
| | 2 | 2 |
registerEventTypeZeroBased| Name: | registerEventTypeZeroBased | | Prototype: | static inline int registerEventTypeZeroBased(int id) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 445-453 |
| | 3 | 2 |
registerComplexDBusType| Name: | registerComplexDBusType | | Coverage: | 0.000% (0/2) |
| | 3 | 2 |
recodeFromUser| Name: | 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: | 819-829 |
| | 6 | 2 |
recodeAndAppend| Name: | recodeAndAppend | | Prototype: | static void recodeAndAppend(QString &to, const QString &input, QUrl::ComponentFormattingOptions encoding, const ushort *tableModifications) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurlquery.cpp | | Lines: | 480-485 |
| | 2 | 2 |
read_xbm_image| Name: | read_xbm_image | | Prototype: | static bool read_xbm_image(QIODevice *device, QImage *outImage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 168-174 |
| | 4 | 2 |
readV1ColorGroup| Name: | readV1ColorGroup | | Prototype: | static void readV1ColorGroup(QDataStream &s, QPalette &pal, QPalette::ColorGroup grp) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 968-975 |
| | 4 | 2 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QByteArray &jsonAsciiData, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 432-452 |
| | 12 | 2 |
readEtcRedHatRelease| Name: | readEtcRedHatRelease | | Prototype: | static bool readEtcRedHatRelease(QUnixOSVersion &v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 2251-2269 |
| | 11 | 2 |
ratio| Name: | ratio | | Prototype: | static double ratio(Bigint *a, Bigint *b) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 1199-1232 |
| | 10 | 2 |
rasterop_solid_SourceXorDestination| Name: | rasterop_solid_SourceXorDestination | | Prototype: | void rasterop_solid_SourceXorDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1812-1821 |
| | 4 | 2 |
rasterop_solid_SourceOrNotDestination| Name: | rasterop_solid_SourceOrNotDestination | | Prototype: | void rasterop_solid_SourceOrNotDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 2009-2019 |
| | 4 | 2 |
rasterop_solid_SourceOrDestination| Name: | rasterop_solid_SourceOrDestination | | Prototype: | void rasterop_solid_SourceOrDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1769-1777 |
| | 3 | 2 |
rasterop_solid_SourceAndNotDestination| Name: | rasterop_solid_SourceAndNotDestination | | Prototype: | void rasterop_solid_SourceAndNotDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1950-1960 |
| | 4 | 2 |
rasterop_solid_SourceAndDestination| Name: | rasterop_solid_SourceAndDestination | | Prototype: | void rasterop_solid_SourceAndDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1789-1798 |
| | 4 | 2 |
rasterop_solid_NotSourceXorDestination| Name: | rasterop_solid_NotSourceXorDestination | | Prototype: | void rasterop_solid_NotSourceXorDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1885-1896 |
| | 5 | 2 |
rasterop_solid_NotSourceOrNotDestination| Name: | rasterop_solid_NotSourceOrNotDestination | | Prototype: | void rasterop_solid_NotSourceOrNotDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1860-1871 |
| | 5 | 2 |
rasterop_solid_NotSourceOrDestination| Name: | rasterop_solid_NotSourceOrDestination | | Prototype: | void rasterop_solid_NotSourceOrDestination(uint *__restrict__ dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1986-1995 |
| | 4 | 2 |
rasterop_solid_NotSourceAndNotDestination| Name: | rasterop_solid_NotSourceAndNotDestination | | Prototype: | void rasterop_solid_NotSourceAndNotDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1835-1846 |
| | 5 | 2 |
rasterop_solid_NotSourceAndDestination| Name: | rasterop_solid_NotSourceAndDestination | | Prototype: | void rasterop_solid_NotSourceAndDestination(uint *dest, int length, uint color, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1925-1936 |
| | 5 | 2 |
rasterop_SourceXorDestination| Name: | rasterop_SourceXorDestination | | Prototype: | void rasterop_SourceXorDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1823-1833 |
| | 4 | 2 |
rasterop_SourceOrNotDestination| Name: | rasterop_SourceOrNotDestination | | Prototype: | void rasterop_SourceOrNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1997-2007 |
| | 4 | 2 |
rasterop_SourceOrDestination| Name: | rasterop_SourceOrDestination | | Prototype: | void rasterop_SourceOrDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1779-1787 |
| | 3 | 2 |
rasterop_SourceAndNotDestination| Name: | rasterop_SourceAndNotDestination | | Prototype: | void rasterop_SourceAndNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1962-1972 |
| | 4 | 2 |
rasterop_SourceAndDestination| Name: | rasterop_SourceAndDestination | | Prototype: | void rasterop_SourceAndDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1800-1810 |
| | 4 | 2 |
rasterop_NotSourceXorDestination| Name: | rasterop_NotSourceXorDestination | | Prototype: | void rasterop_NotSourceXorDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1898-1908 |
| | 4 | 2 |
rasterop_NotSourceOrNotDestination| Name: | rasterop_NotSourceOrNotDestination | | Prototype: | void rasterop_NotSourceOrNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1873-1883 |
| | 4 | 2 |
rasterop_NotSourceOrDestination| Name: | rasterop_NotSourceOrDestination | | Prototype: | void rasterop_NotSourceOrDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1974-1984 |
| | 4 | 2 |
rasterop_NotSourceAndNotDestination| Name: | rasterop_NotSourceAndNotDestination | | Prototype: | void rasterop_NotSourceAndNotDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1848-1858 |
| | 4 | 2 |
rasterop_NotSourceAndDestination| Name: | rasterop_NotSourceAndDestination | | Prototype: | void rasterop_NotSourceAndDestination(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1938-1948 |
| | 4 | 2 |
rasterop_NotSource| Name: | rasterop_NotSource | | Prototype: | void rasterop_NotSource(uint *__restrict__ dest, const uint *__restrict__ src, int length, uint const_alpha) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp | | Lines: | 1917-1923 |
| | 3 | 2 |
qulltoa2| Name: | 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: | 3792-3808 |
| | 6 | 2 |
qtransform_equals_no_translate| Name: | qtransform_equals_no_translate | | Prototype: | static inline bool qtransform_equals_no_translate(const QTransform &a, const QTransform &b) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 61-76 |
| | 8 | 2 |
qt_transform_image_rgb32_on_rgb32| Name: | 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 |
qt_transform_image_rgb16_on_rgb16| Name: | 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_argb32_on_rgb16| Name: | 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_argb32_on_argb32| Name: | 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_subtract_from_timeout| Name: | qt_subtract_from_timeout | | Prototype: | int qt_subtract_from_timeout(int timeout, int elapsed) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | | Lines: | 1654-1661 |
| | 4 | 2 |