| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
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: | 174-180 |
| | 4 | 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: | 487-492 |
| | 2 | 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: | 825-835 |
| | 6 | 2 |
registerEventTypeZeroBased| Name: | registerEventTypeZeroBased | | Prototype: | static inline int registerEventTypeZeroBased(int id) noexcept | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 453-461 |
| | 3 | 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: | 1538-1542 |
| | 2 | 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: | 2229-2236 |
| | 5 | 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: | 871-882 |
| | 7 | 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: | 72-76 |
| | 2 | 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: | 1670-1678 |
| | 3 | 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: | 342-350 |
| | 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: | 5728-5773 |
| | 31 | 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: | 185-194 |
| | 6 | 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: | 66-84 |
| | 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: | 434-445 |
| | 8 | 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: | 887-900 |
| | 8 | 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: | 422-427 |
| | 3 | 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: | 2233-2238 |
| | 3 | 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: | 4858-4867 |
| | 6 | 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: | 1412-1420 |
| | 5 | 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: | 1402-1410 |
| | 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: | 1038-1052 |
| | 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: | 689-694 |
| | 3 | 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: | 4869-4877 |
| | 4 | 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: | 50-58 |
| | 5 | 2 |
shiftConstraints| Name: | shiftConstraints | | Prototype: | static void shiftConstraints(const QList<QSimplexConstraint *> &constraints, qreal amount) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 2179-2186 |
| | 4 | 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: | 836-843 |
| | 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: | 73-80 |
| | 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: | 285-292 |
| | 5 | 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: | 303-308 |
| | 3 | 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: | 318-324 |
| | 4 | 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: | 138-152 |
| | 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: | 109-127 |
| | 12 | 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: | 67-72 |
| | 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: | 243-251 |
| | 3 | 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: | 814-821 |
| | 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: | 823-830 |
| | 3 | 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: | 850-855 |
| | 2 | 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: | 1027-1046 |
| | 14 | 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: | 96-104 |
| | 5 | 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: | 637-648 |
| | 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: | 583-588 |
| | 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: | 103-109 |
| | 3 | 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: | 218-223 |
| | 3 | 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: | 2413-2420 |
| | 5 | 2 |
textHtmlLiteral| Name: | textHtmlLiteral | | Prototype: | static inline QString textHtmlLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 50-50 |
| | 0 | 2 |
textPlainLiteral| Name: | textPlainLiteral | | Prototype: | static inline QString textPlainLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 51-51 |
| | 0 | 2 |
textUriListLiteral| Name: | textUriListLiteral | | Prototype: | static inline QString textUriListLiteral() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmimedata.cpp | | Lines: | 49-49 |
| | 0 | 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: | 168-174 |
| | 4 | 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: | 176-184 |
| | 6 | 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: | 129-138 |
| | 5 | 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: | 912-917 |
| | 3 | 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: | 800-807 |
| | 4 | 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: | 1724-1744 |
| | 9 | 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: | 180-185 |
| | 3 | 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: | 164-173 |
| | 4 | 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: | 264-272 |
| | 5 | 2 |
ucstrcmp| Name: | ucstrcmp | | Prototype: | static int ucstrcmp(const QChar *a, int alen, const QChar *b, int blen) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 627-634 |
| | 5 | 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: | 246-261 |
| | 11 | 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: | 3809-3815 |
| | 3 | 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: | 3817-3823 |
| | 3 | 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: | 2574-2577 |
| | 0 | 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: | 1204-1222 |
| | 11 | 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: | 2214-2221 |
| | 4 | 2 |
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: | 5055-5059 |
| | 2 | 2 |
updateFormLayoutItem| Name: | updateFormLayoutItem | | Prototype: | static void updateFormLayoutItem(QFormLayoutItem *item, int userVSpacing, QFormLayout::FieldGrowthPolicy fieldGrowthPolicy, bool fullRow) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 253-268 |
| | 9 | 2 |
useScrollBar| Name: | useScrollBar | | Prototype: | static inline bool useScrollBar(const QRect &childrenRect, const QSize &maxViewportSize, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 232-243 |
| | 7 | 2 |
visualRect| Name: | visualRect | | Prototype: | static void visualRect(QRectF *geom, Qt::LayoutDirection dir, const QRectF &contentsRect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1022-1026 |
| | 2 | 2 |
webDavScheme| Name: | webDavScheme | | Prototype: | static inline QString webDavScheme() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 439-442 |
| | 0 | 2 |
webDavSslTag| Name: | webDavSslTag | | Prototype: | static inline QString webDavSslTag() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 444-447 |
| | 0 | 2 |
writeMSDosDate| Name: | writeMSDosDate | | Prototype: | static void writeMSDosDate(uchar *dest, const QDateTime& dt) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 103-127 |
| | 17 | 2 |
write_png_image| Name: | 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 |
writingSystemFromLocale| Name: | 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 |
xdgConfigDirs| Name: | 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 |
xpmHash| Name: | xpmHash | | Prototype: | static quint64 xpmHash(const QString &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 54-62 |
| | 5 | 2 |
xpmHash| Name: | 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 |
AtSpiAdaptor::getAttributeValue| Name: | AtSpiAdaptor::getAttributeValue | | Prototype: | QVariantList AtSpiAdaptor::getAttributeValue(QAccessibleInterface *interface, int offset, const QString &attributeName) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2080-2103 |
| | 19 | 3 |
AtSpiAdaptor::getAttributes| Name: | AtSpiAdaptor::getAttributes | | Prototype: | QVariantList AtSpiAdaptor::getAttributes(QAccessibleInterface *interface, int offset, bool includeDefaults) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 2056-2078 |
| | 15 | 3 |
AtSpiAdaptor::inheritsQAction| Name: | AtSpiAdaptor::inheritsQAction | | Prototype: | bool AtSpiAdaptor::inheritsQAction(QObject *object) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1560-1570 |
| | 7 | 3 |
AtSpiAdaptor::notifyAboutCreation| Name: | AtSpiAdaptor::notifyAboutCreation | | Prototype: | void AtSpiAdaptor::notifyAboutCreation(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1202-1218 |
| | 9 | 3 |
AtSpiAdaptor::pathForInterface| Name: | AtSpiAdaptor::pathForInterface | | Prototype: | QString AtSpiAdaptor::pathForInterface(QAccessibleInterface *interface) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1548-1558 |
| | 7 | 3 |
AtSpiAdaptor::pathForObject| Name: | AtSpiAdaptor::pathForObject | | Prototype: | QString AtSpiAdaptor::pathForObject(QObject *object) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1536-1546 |
| | 5 | 3 |
AtSpiAdaptor::registerApplication| Name: | AtSpiAdaptor::registerApplication | | Prototype: | void AtSpiAdaptor::registerApplication() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1344-1363 |
| | 14 | 3 |
AtSpiAdaptor::relationSet| Name: | AtSpiAdaptor::relationSet | | Prototype: | QSpiRelationArray AtSpiAdaptor::relationSet(QAccessibleInterface *interface, const QDBusConnection &connection) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 1508-1527 |
| | 11 | 3 |
AtSpiAdaptor::windowActivated| Name: | AtSpiAdaptor::windowActivated | | Prototype: | void AtSpiAdaptor::windowActivated(QObject* window, bool active) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/atspiadaptor.cpp | | Lines: | 806-832 |
| | 17 | 3 |
BezierEase::_cbrt| Name: | BezierEase::_cbrt | | Prototype: | qreal static inline _cbrt(qreal d) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 604-625 |
| | 10 | 3 |
BezierEase::getBezierSegment| Name: | BezierEase::getBezierSegment | | Prototype: | void getBezierSegment(SingleCubicBezier * &singleCubicBezier, qreal x) | | Coverage: | 85.714% (6/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qeasingcurve.cpp | | Lines: | 511-523 |
| | 6 | 3 |
BlendStateBinder::set| Name: | BlendStateBinder::set | | Prototype: | void set(bool blend) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/platformcompositor/qopenglcompositor.cpp | | Lines: | 160-170 |
| | 6 | 3 |
Blend_ARGB32_on_RGB16_SourceAlpha::write| Name: | Blend_ARGB32_on_RGB16_SourceAlpha::write | | Prototype: | inline void write(quint16 *dst, quint32 src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 95-103 |
| | 6 | 3 |
Blend_ARGB32_on_RGB16_SourceAndConstAlpha::write| Name: | Blend_ARGB32_on_RGB16_SourceAndConstAlpha::write | | Prototype: | inline void write(quint16 *dst, quint32 src) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qblendfunctions.cpp | | Lines: | 113-122 |
| | 7 | 3 |
ClientMessageScanner::checkEvent| Name: | ClientMessageScanner::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *event) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 807-813 |
| | 5 | 3 |
ControlLabel::event| Name: | ControlLabel::event | | Prototype: | bool ControlLabel::event(QEvent *event) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 411-424 |
| | 8 | 3 |
ControlLabel::mouseReleaseEvent| Name: | ControlLabel::mouseReleaseEvent | | Prototype: | void ControlLabel::mouseReleaseEvent(QMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 463-473 |
| | 6 | 3 |
ControllerWidget::paintEvent| Name: | ControllerWidget::paintEvent | | Prototype: | void ControllerWidget::paintEvent(QPaintEvent * ) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 584-597 |
| | 10 | 3 |
DBusConnection::DBusConnection| Name: | DBusConnection::DBusConnection | | Prototype: | DBusConnection::DBusConnection(QObject *parent) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 69-87 |
| | 9 | 3 |
DBusConnection::connectA11yBus| Name: | DBusConnection::connectA11yBus | | Prototype: | void DBusConnection::connectA11yBus(const QString &address) | | Coverage: | 57.143% (4/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 143-153 |
| | 6 | 3 |
DBusConnection::serviceRegistered| Name: | DBusConnection::serviceRegistered | | Prototype: | void DBusConnection::serviceRegistered() | | Coverage: | 36.364% (4/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/dbusconnection.cpp | | Lines: | 108-136 |
| | 12 | 3 |
Declaration::alignmentValue| Name: | Declaration::alignmentValue | | Prototype: | Qt::Alignment Declaration::alignmentValue() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1646-1656 |
| | 7 | 3 |
Declaration::attachmentValue| Name: | Declaration::attachmentValue | | Prototype: | Attachment Declaration::attachmentValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1613-1623 |
| | 8 | 3 |
Declaration::originValue| Name: | Declaration::originValue | | Prototype: | Origin Declaration::originValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1589-1599 |
| | 8 | 3 |
Declaration::positionValue| Name: | Declaration::positionValue | | Prototype: | PositionMode Declaration::positionValue() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 1601-1611 |
| | 8 | 3 |