| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
fbname| Name: | 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: | 767-786 |
| | 15 | 6 |
exponentForm| Name: | exponentForm | | Prototype: | QString &exponentForm(QChar zero, QChar decimal, QChar exponential, QChar group, QChar plus, QChar minus, QString &digits, int decpt, int precision, PrecisionMode pm, bool always_show_decpt, bool leading_zero_in_exponent) | | Coverage: | 100.000% (19/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_tools.cpp | | Lines: | 506-534 |
| | 13 | 6 |
effectiveScreen| Name: | effectiveScreen | | Prototype: | static inline const QScreen *effectiveScreen(const QWindow *window) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | | Lines: | 550-568 |
| | 12 | 6 |
drawEllipsePoints| Name: | 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: | 4664-4730 |
| | 42 | 6 |
drawArrow| Name: | 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: | 786-809 |
| | 14 | 6 |
detectProcessorFeatures| Name: | 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: | 295-378 |
| | 23 | 6 |
decomposeHelper| Name: | 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: | 1713-1746 |
| | 22 | 6 |
convert_indexed8_to_ARGB_inplace| Name: | 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: | 823-872 |
| | 34 | 6 |
containerWidget| Name: | 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: | 2360-2384 |
| | 9 | 6 |
computeElidedText| Name: | 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: | 1425-1447 |
| | 13 | 6 |
comp_func_solid_SourceOver_sse2| Name: | 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: | 290-319 |
| | 20 | 6 |
comp_func_SourceOver_rgb64| Name: | 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: | 253-269 |
| | 10 | 6 |
comp_func_SourceOver| Name: | 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: | 232-251 |
| | 10 | 6 |
colorizedImage| Name: | 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: | 188-235 |
| | 35 | 6 |
closestAcceptableSize| Name: | 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: | 461-506 |
| | 28 | 6 |
childWindowAt| Name: | 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: | 287-304 |
| | 11 | 6 |
checkToolBarArea| Name: | 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: | 722-735 |
| | 5 | 6 |
checkDockWidgetArea| Name: | 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 |
buddyString| Name: | buddyString | | Prototype: | static QString buddyString(const QWidget *widget) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 77-99 |
| | 13 | 6 |
boundingRect| Name: | 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: | 55-73 |
| | 15 | 6 |
bool_op| Name: | bool_op | | Prototype: | static bool bool_op(bool a, bool b, QPathClipper::Operation op) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1758-1772 |
| | 6 | 6 |
blendedImage| Name: | 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: | 261-301 |
| | 30 | 6 |
blend_color_argb| Name: | 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: | 3854-3883 |
| | 18 | 6 |
argumentTypesFromString| Name: | 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: | 654-672 |
| | 13 | 6 |
allMyDockWidgets| Name: | allMyDockWidgets | | Prototype: | static QList<QDockWidget*> allMyDockWidgets(const QWidget *mainWindow) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 868-883 |
| | 9 | 6 |
addressFromSockaddr| Name: | addressFromSockaddr | | Prototype: | static QHostAddress addressFromSockaddr(sockaddr *sa, int ifindex = 0, const QString &ifname = QString()) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qnetworkinterface_unix.cpp | | Lines: | 88-109 |
| | 13 | 6 |
addSelectedRegionsToPath| Name: | 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: | 977-1019 |
| | 25 | 6 |
_q_parseDosDir| Name: | _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: | 562-613 |
| | 31 | 6 |
StateSaver::StateSaver| Name: | 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: | 341-380 |
| | 32 | 6 |
SimpleCascader::rearrange| Name: | 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: | 339-377 |
| | 29 | 6 |
Selector::pseudoClass| Name: | 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: | 1767-1783 |
| | 13 | 6 |
SegmentTree::produceIntersectionsLeaf| Name: | 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: | 524-561 |
| | 23 | 6 |
SegmentTree::SegmentTree| Name: | 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: | 279-309 |
| | 19 | 6 |
RadialFetchPlain::fetch| Name: | 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: | 3602-3632 |
| | 17 | 6 |
QtPrivate::intersect_path| Name: | 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: | 161-203 |
| | 29 | 6 |
QtPrivate::QStringList_join| Name: | 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: | 465-486 |
| | 15 | 6 |
QtFontStyle::Key::Key| Name: | 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: | 252-270 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBase::startBlocking| Name: | QtConcurrent::ThreadEngineBase::startBlocking | | Prototype: | void ThreadEngineBase::startBlocking() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 139-170 |
| | 15 | 6 |
QtConcurrent::ThreadEngineBase::run| Name: | QtConcurrent::ThreadEngineBase::run | | Prototype: | void ThreadEngineBase::run() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/concurrent/qtconcurrentthreadengine.cpp | | Lines: | 250-279 |
| | 10 | 6 |
QtConcurrent::ThreadEngineBarrier::releaseUnlessLast| Name: | 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: | 107-121 |
| | 9 | 6 |
QXmlStreamWriter::writeEndElement| Name: | 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: | 3647-3676 |
| | 22 | 6 |
QXmlSimpleReaderPrivate::processElementAttribute| Name: | QXmlSimpleReaderPrivate::processElementAttribute | | Prototype: | bool QXmlSimpleReaderPrivate::processElementAttribute() | | Coverage: | 76.471% (13/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 3884-3920 |
| | 17 | 6 |
QXcbWindow::updateNetWmStateBeforeMap| Name: | QXcbWindow::updateNetWmStateBeforeMap | | Prototype: | void QXcbWindow::updateNetWmStateBeforeMap() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1378-1402 |
| | 15 | 6 |
QXcbWindow::setWindowIcon| Name: | QXcbWindow::setWindowIcon | | Prototype: | void QXcbWindow::setWindowIcon(const QIcon &icon) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1560-1600 |
| | 30 | 6 |
QXcbWindow::propagateSizeHints| Name: | QXcbWindow::propagateSizeHints | | Prototype: | void QXcbWindow::propagateSizeHints() | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 1633-1670 |
| | 25 | 6 |
QXcbWindow::handleXIEnterLeave| Name: | QXcbWindow::handleXIEnterLeave | | Prototype: | void QXcbWindow::handleXIEnterLeave(xcb_ge_event_t *event) | | Coverage: | 80.000% (16/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2473-2502 |
| | 17 | 6 |
QXcbWindow::handleConfigureNotifyEvent| Name: | QXcbWindow::handleConfigureNotifyEvent | | Prototype: | void QXcbWindow::handleConfigureNotifyEvent(const xcb_configure_notify_event_t *event) | | Coverage: | 76.923% (20/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbwindow.cpp | | Lines: | 2095-2144 |
| | 25 | 6 |
QXcbShmImage::scroll| Name: | QXcbShmImage::scroll | | Prototype: | bool QXcbShmImage::scroll(const QRegion &area, int dx, int dy) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 219-248 |
| | 21 | 6 |
QXcbShmImage::destroy| Name: | QXcbShmImage::destroy | | Prototype: | void QXcbShmImage::destroy() | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbbackingstore.cpp | | Lines: | 250-276 |
| | 16 | 6 |
QXcbSessionManager::allowsInteraction| Name: | QXcbSessionManager::allowsInteraction | | Prototype: | bool QXcbSessionManager::allowsInteraction() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 393-421 |
| | 20 | 6 |
QXcbSessionManager::allowsErrorInteraction| Name: | QXcbSessionManager::allowsErrorInteraction | | Prototype: | bool QXcbSessionManager::allowsErrorInteraction() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbsessionmanager.cpp | | Lines: | 423-451 |
| | 20 | 6 |
QXcbScreen::updateRefreshRate| Name: | QXcbScreen::updateRefreshRate | | Prototype: | void QXcbScreen::updateRefreshRate(xcb_randr_mode_t mode) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 651-681 |
| | 20 | 6 |
QXcbScreen::updateGeometry| Name: | QXcbScreen::updateGeometry | | Prototype: | void QXcbScreen::updateGeometry(const QRect &geom, uint8_t rotation) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbscreen.cpp | | Lines: | 607-640 |
| | 21 | 6 |
QXcbNativeInterface::nativeResourceForWindow| Name: | QXcbNativeInterface::nativeResourceForWindow | | Prototype: | void *QXcbNativeInterface::nativeResourceForWindow(const QByteArray &resourceString, QWindow *window) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbnativeinterface.cpp | | Lines: | 261-283 |
| | 13 | 6 |
QXcbKeyboard::translateModifiers| Name: | QXcbKeyboard::translateModifiers | | Prototype: | Qt::KeyboardModifiers QXcbKeyboard::translateModifiers(int s) const | | Coverage: | 37.500% (6/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 596-610 |
| | 12 | 6 |
QXcbKeyboard::keysymToQtKey| Name: | QXcbKeyboard::keysymToQtKey | | Prototype: | int QXcbKeyboard::keysymToQtKey(xcb_keysym_t key) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1072-1094 |
| | 13 | 6 |
QXcbKeyboard::keysymToQtKey| Name: | QXcbKeyboard::keysymToQtKey | | Prototype: | int QXcbKeyboard::keysymToQtKey(xcb_keysym_t keysym, Qt::KeyboardModifiers &modifiers, const QString &text) const | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1096-1135 |
| | 21 | 6 |
QXcbKeyboard::clearXKBConfig| Name: | QXcbKeyboard::clearXKBConfig | | Prototype: | void QXcbKeyboard::clearXKBConfig() | | Coverage: | 37.500% (6/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 660-673 |
| | 11 | 6 |
QXcbDrag::startDrag| Name: | QXcbDrag::startDrag | | Prototype: | void QXcbDrag::startDrag() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 191-219 |
| | 19 | 6 |
QXcbDrag::handleDrop| Name: | QXcbDrag::handleDrop | | Prototype: | void QXcbDrag::handleDrop(QPlatformWindow *, const xcb_client_message_event_t *event) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbdrag.cpp | | Lines: | 940-1003 |
| | 35 | 6 |
QXcbConnection::xiToQtMouseButton| Name: | QXcbConnection::xiToQtMouseButton | | Prototype: | Qt::MouseButton QXcbConnection::xiToQtMouseButton(uint32_t b) | | Coverage: | 28.571% (4/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp | | Lines: | 994-1006 |
| | 8 | 6 |
QXcbConnection::handleClientMessageEvent| Name: | QXcbConnection::handleClientMessageEvent | | Prototype: | void QXcbConnection::handleClientMessageEvent(const xcb_client_message_event_t *event) | | Coverage: | 55.556% (10/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbconnection.cpp | | Lines: | 1760-1780 |
| | 12 | 6 |
QXcbClipboard::waitForClipboardEvent| Name: | QXcbClipboard::waitForClipboardEvent | | Prototype: | xcb_generic_event_t *QXcbClipboard::waitForClipboardEvent(xcb_window_t win, int type, int timeout, bool checkManager) | | Coverage: | 72.222% (13/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 888-926 |
| | 25 | 6 |
QXcbClipboard::sendSelection| Name: | QXcbClipboard::sendSelection | | Prototype: | xcb_atom_t QXcbClipboard::sendSelection(QMimeData *d, xcb_atom_t target, xcb_window_t window, xcb_atom_t property) | | Coverage: | 50.000% (9/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbclipboard.cpp | | Lines: | 531-573 |
| | 24 | 6 |
QXbmHandler::option| Name: | QXbmHandler::option | | Prototype: | QVariant QXbmHandler::option(ImageOption option) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxbmhandler.cpp | | Lines: | 331-345 |
| | 11 | 6 |
QWizardPrivate::_q_handleFieldObjectDestroyed| Name: | QWizardPrivate::_q_handleFieldObjectDestroyed | | Prototype: | void QWizardPrivate::_q_handleFieldObjectDestroyed(QObject *object) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 1738-1763 |
| | 17 | 6 |
QWizard::setPage| Name: | QWizard::setPage | | Prototype: | void QWizard::setPage(int theid, QWizardPage *page) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2261-2307 |
| | 27 | 6 |
QWizard::setButtonLayout| Name: | QWizard::setButtonLayout | | Prototype: | void QWizard::setButtonLayout(const QList<WizardButton> &layout) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 2757-2782 |
| | 15 | 6 |
QWizard::next| Name: | QWizard::next | | Prototype: | void QWizard::next() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qwizard.cpp | | Lines: | 3139-3160 |
| | 13 | 6 |
QWingedEdge::addEdge| Name: | QWingedEdge::addEdge | | Prototype: | int QWingedEdge::addEdge(int fi, int si) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1190-1265 |
| | 47 | 6 |
QWindowSystemInterface::sendWindowSystemEvents| Name: | QWindowSystemInterface::sendWindowSystemEvents | | Prototype: | bool QWindowSystemInterface::sendWindowSystemEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindowsysteminterface.cpp | | Lines: | 642-672 |
| | 17 | 6 |
QWindowPrivate::setTopLevelScreen| Name: | QWindowPrivate::setTopLevelScreen | | Prototype: | void QWindowPrivate::setTopLevelScreen(QScreen *newScreen, bool recreate) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 376-395 |
| | 15 | 6 |
QWindowPrivate::maybeQuitOnLastWindowClosed| Name: | QWindowPrivate::maybeQuitOnLastWindowClosed | | Prototype: | void QWindowPrivate::maybeQuitOnLastWindowClosed() | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qwindow.cpp | | Lines: | 2383-2407 |
| | 17 | 6 |
QWidgetWindow::handleContextMenuEvent| Name: | QWidgetWindow::handleContextMenuEvent | | Prototype: | void QWidgetWindow::handleContextMenuEvent(QContextMenuEvent *e) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetwindow.cpp | | Lines: | 1020-1045 |
| | 16 | 6 |
QWidgetTextControl::setFocusToNextOrPreviousAnchor| Name: | QWidgetTextControl::setFocusToNextOrPreviousAnchor | | Prototype: | bool QWidgetTextControl::setFocusToNextOrPreviousAnchor(bool next) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2921-2956 |
| | 21 | 6 |
QWidgetTextControl::selectionRect| Name: | QWidgetTextControl::selectionRect | | Prototype: | QRectF QWidgetTextControl::selectionRect(const QTextCursor &cursor) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 1496-1578 |
| | 30 | 6 |
QWidgetTextControl::insertFromMimeData| Name: | QWidgetTextControl::insertFromMimeData | | Prototype: | void QWidgetTextControl::insertFromMimeData(const QMimeData *source) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | | Lines: | 2638-2670 |
| | 20 | 6 |
QWidgetPrivate::updateGeometry_helper| Name: | QWidgetPrivate::updateGeometry_helper | | Prototype: | void QWidgetPrivate::updateGeometry_helper(bool forceUpdate) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10316-10332 |
| | 11 | 6 |
QWidgetPrivate::setUpdatesEnabled_helper| Name: | QWidgetPrivate::setUpdatesEnabled_helper | | Prototype: | void QWidgetPrivate::setUpdatesEnabled_helper(bool enable) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 1979-1999 |
| | 13 | 6 |
QWidgetPrivate::setMinimumSize_helper| Name: | QWidgetPrivate::setMinimumSize_helper | | Prototype: | bool QWidgetPrivate::setMinimumSize_helper(int &minw, int &minh) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 3962-3993 |
| | 26 | 6 |
QWidgetPrivate::naturalWidgetPalette| Name: | QWidgetPrivate::naturalWidgetPalette | | Prototype: | QPalette QWidgetPrivate::naturalWidgetPalette(uint inheritedMask) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4607-4642 |
| | 23 | 6 |
QWidgetPrivate::getOpaqueChildren| Name: | QWidgetPrivate::getOpaqueChildren | | Prototype: | const QRegion &QWidgetPrivate::getOpaqueChildren() const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 2153-2181 |
| | 20 | 6 |
QWidgetPrivate::fixPosIncludesFrame| Name: | QWidgetPrivate::fixPosIncludesFrame | | Prototype: | void QWidgetPrivate::fixPosIncludesFrame() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7145-7165 |
| | 10 | 6 |
QWidgetPrivate::activateChildLayoutsRecursively| Name: | QWidgetPrivate::activateChildLayoutsRecursively | | Prototype: | void QWidgetPrivate::activateChildLayoutsRecursively() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 7829-7857 |
| | 15 | 6 |
QWidgetLineControl::backspace| Name: | QWidgetLineControl::backspace | | Prototype: | void QWidgetLineControl::backspace() | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgetlinecontrol.cpp | | Lines: | 210-232 |
| | 15 | 6 |
QWidgetItemV2::heightForWidth| Name: | QWidgetItemV2::heightForWidth | | Prototype: | int QWidgetItemV2::heightForWidth(int width) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 830-852 |
| | 15 | 6 |
QWidgetItem::heightForWidth| Name: | QWidgetItem::heightForWidth | | Prototype: | int QWidgetItem::heightForWidth(int w) const | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayoutitem.cpp | | Lines: | 536-563 |
| | 19 | 6 |
QWidgetEffectSourcePrivate::pixmap| Name: | QWidgetEffectSourcePrivate::pixmap | | Prototype: | QPixmap QWidgetEffectSourcePrivate::pixmap(Qt::CoordinateSystem system, QPoint *offset, QGraphicsEffect::PixmapPadMode mode) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 5882-5922 |
| | 25 | 6 |
QWidgetBackingStore::sync| Name: | QWidgetBackingStore::sync | | Prototype: | void QWidgetBackingStore::sync(QWidget *exposedWidget, const QRegion &exposedRegion) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidgetbackingstore.cpp | | Lines: | 1134-1159 |
| | 15 | 6 |
QWidget::update| Name: | QWidget::update | | Prototype: | void QWidget::update(const QRect &rect) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10960-10982 |
| | 13 | 6 |
QWidget::update| Name: | QWidget::update | | Prototype: | void QWidget::update(const QRegion &rgn) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10989-11011 |
| | 13 | 6 |
QWidget::setWindowOpacity| Name: | QWidget::setWindowOpacity | | Prototype: | void QWidget::setWindowOpacity(qreal opacity) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 11365-11390 |
| | 16 | 6 |
QWidget::setSizePolicy| Name: | QWidget::setSizePolicy | | Prototype: | void QWidget::setSizePolicy(QSizePolicy policy) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10195-10219 |
| | 14 | 6 |
QWidget::setMaximumSize| Name: | QWidget::setMaximumSize | | Prototype: | void QWidget::setMaximumSize(int maxw, int maxh) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 4085-4107 |
| | 13 | 6 |
QWidget::setBackingStore| Name: | QWidget::setBackingStore | | Prototype: | void QWidget::setBackingStore(QBackingStore *store) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 12087-12113 |
| | 16 | 6 |
QWidget::scroll| Name: | QWidget::scroll | | Prototype: | void QWidget::scroll(int dx, int dy, const QRect &r) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10797-10819 |
| | 12 | 6 |
QWidget::scroll| Name: | QWidget::scroll | | Prototype: | void QWidget::scroll(int dx, int dy) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10756-10778 |
| | 13 | 6 |
QWidget::ensurePolished| Name: | QWidget::ensurePolished | | Prototype: | void QWidget::ensurePolished() const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwidget.cpp | | Lines: | 10024-10050 |
| | 17 | 6 |
QWhatsThat::mouseReleaseEvent| Name: | QWhatsThat::mouseReleaseEvent | | Prototype: | void QWhatsThat::mouseReleaseEvent(QMouseEvent* e) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qwhatsthis.cpp | | Lines: | 253-270 |
| | 13 | 6 |
QWellArray::paintEvent| Name: | QWellArray::paintEvent | | Prototype: | void QWellArray::paintEvent(QPaintEvent *e) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 264-309 |
| | 27 | 6 |