| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | struct QtTimerIdFreeListConstants : public QFreeListDefaultConstants | - |
| 7 | { | - |
| 8 | enum | - |
| 9 | { | - |
| 10 | InitialNextValue = 1, | - |
| 11 | BlockCount = 6 | - |
| 12 | }; | - |
| 13 | | - |
| 14 | static const int Sizes[BlockCount]; | - |
| 15 | }; | - |
| 16 | | - |
| 17 | enum { | - |
| 18 | Offset0 = 0x00000000, | - |
| 19 | Offset1 = 0x00000040, | - |
| 20 | Offset2 = 0x00000100, | - |
| 21 | Offset3 = 0x00001000, | - |
| 22 | Offset4 = 0x00010000, | - |
| 23 | Offset5 = 0x00100000, | - |
| 24 | | - |
| 25 | Size0 = Offset1 - Offset0, | - |
| 26 | Size1 = Offset2 - Offset1, | - |
| 27 | Size2 = Offset3 - Offset2, | - |
| 28 | Size3 = Offset4 - Offset3, | - |
| 29 | Size4 = Offset5 - Offset4, | - |
| 30 | Size5 = QtTimerIdFreeListConstants::MaxIndex - Offset5 | - |
| 31 | }; | - |
| 32 | | - |
| 33 | const int QtTimerIdFreeListConstants::Sizes[QtTimerIdFreeListConstants::BlockCount] = { | - |
| 34 | Size0, | - |
| 35 | Size1, | - |
| 36 | Size2, | - |
| 37 | Size3, | - |
| 38 | Size4, | - |
| 39 | Size5 | - |
| 40 | }; | - |
| 41 | | - |
| 42 | typedef QFreeList<void, QtTimerIdFreeListConstants> QtTimerIdFreeList; | - |
| 43 | namespace { namespace Q_QGS_timerIdFreeList { typedef QtTimerIdFreeList Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::Initialized| TRUE | evaluated 207 times by 200 testsEvaluated by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
| | FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 207 times by 200 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
}executed 207 times by 200 tests: end of blockExecuted by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 329093 times by 294 tests: return &holder.value;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
&holder.value;executed 329093 times by 294 tests: return &holder.value;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
} } } static QGlobalStatic<QtTimerIdFreeList, Q_QGS_timerIdFreeList::innerFunction, Q_QGS_timerIdFreeList::guard> timerIdFreeList; | 0-329093 |
| 44 | | - |
| 45 | int QAbstractEventDispatcherPrivate::allocateTimerId() | - |
| 46 | { | - |
| 47 | returnexecuted 165302 times by 206 tests: return timerIdFreeList()->next();Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
timerIdFreeList()->next();executed 165302 times by 206 tests: return timerIdFreeList()->next();Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 165302 |
| 48 | } | - |
| 49 | | - |
| 50 | void QAbstractEventDispatcherPrivate::releaseTimerId(int timerId) | - |
| 51 | { | - |
| 52 | | - |
| 53 | | - |
| 54 | if (QtTimerIdFreeList *fl = timerIdFreeList()| TRUE | evaluated 163791 times by 285 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| | FALSE | evaluated 16 times by 16 testsEvaluated by:- tst_qdatastream - unknown status
- tst_qerrormessage - unknown status
- tst_qfileiconprovider - unknown status
- tst_qfilesystemmodel - unknown status
- tst_qframe - unknown status
- tst_qicon - unknown status
- tst_qlayout - unknown status
- tst_qmainwindow - unknown status
- tst_qmdiarea - unknown status
- tst_qmdisubwindow - unknown status
- tst_qmenubar - unknown status
- tst_qpixmap - unknown status
- tst_qpixmapcache - unknown status
- tst_qpixmapfilter - unknown status
- tst_qtoolbar - unknown status
- tst_qwidgetaction - unknown status
|
) | 16-163791 |
| 55 | fl->release(timerId);executed 163791 times by 285 tests: fl->release(timerId);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 163791 |
| 56 | }executed 163807 times by 301 tests: end of blockExecuted by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 163807 |
| 57 | QAbstractEventDispatcher::QAbstractEventDispatcher(QObject *parent) | - |
| 58 | : QObject(*new QAbstractEventDispatcherPrivate, parent) {}executed 30 times by 4 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_QThread
- tst_selftests - unknown status
| 30 |
| 59 | | - |
| 60 | | - |
| 61 | | - |
| 62 | | - |
| 63 | QAbstractEventDispatcher::QAbstractEventDispatcher(QAbstractEventDispatcherPrivate &dd, | - |
| 64 | QObject *parent) | - |
| 65 | : QObject(dd, parent) {}executed 639945 times by 549 tests: end of blockExecuted by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 639945 |
| 66 | | - |
| 67 | | - |
| 68 | | - |
| 69 | | - |
| 70 | QAbstractEventDispatcher::~QAbstractEventDispatcher() | - |
| 71 | { } | - |
| 72 | QAbstractEventDispatcher *QAbstractEventDispatcher::instance(QThread *thread) | - |
| 73 | { | - |
| 74 | QThreadData *data = thread| TRUE | evaluated 3427 times by 22 testsEvaluated by:- tst_Lancelot
- tst_QEventLoop
- tst_QFtp
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QHttpSocketEngine
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QProcess
- tst_QSocks5SocketEngine
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- tst_QTcpSocket
- tst_QThread
- tst_QUdpSocket
- tst_QWidget
- tst_Spdy
| | FALSE | evaluated 641563 times by 165 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusMarshall
- ...
|
? QThreadData::get2(thread) : QThreadData::current(); | 3427-641563 |
| 75 | returnexecuted 644990 times by 173 tests: return data->eventDispatcher.load();Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
data->eventDispatcher.load();executed 644990 times by 173 tests: return data->eventDispatcher.load();Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 644990 |
| 76 | } | - |
| 77 | int QAbstractEventDispatcher::registerTimer(int interval, Qt::TimerType timerType, QObject *object) | - |
| 78 | { | - |
| 79 | int id = QAbstractEventDispatcherPrivate::allocateTimerId(); | - |
| 80 | registerTimer(id, interval, timerType, object); | - |
| 81 | returnexecuted 165302 times by 206 tests: return id;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
id;executed 165302 times by 206 tests: return id;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 165302 |
| 82 | } | - |
| 83 | void QAbstractEventDispatcher::startingUp() | - |
| 84 | { } | - |
| 85 | | - |
| 86 | | - |
| 87 | | - |
| 88 | | - |
| 89 | void QAbstractEventDispatcher::closingDown() | - |
| 90 | { } | - |
| 91 | void QAbstractEventDispatcher::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | - |
| 92 | { | - |
| 93 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
| 94 | | - |
| 95 | | - |
| 96 | d->eventFilters.removeAll(0); | - |
| 97 | d->eventFilters.removeAll(filterObj); | - |
| 98 | d->eventFilters.prepend(filterObj); | - |
| 99 | }executed 373 times by 2 tests: end of blockExecuted by:- tst_QWidget
- tst_selftests - unknown status
| 373 |
| 100 | void QAbstractEventDispatcher::removeNativeEventFilter(QAbstractNativeEventFilter *filter) | - |
| 101 | { | - |
| 102 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
| 103 | for (int i = 0; i < d->eventFilters.count()| TRUE | evaluated 442 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| | FALSE | evaluated 69 times by 1 testEvaluated by:- tst_selftests - unknown status
|
; ++i) { | 69-442 |
| 104 | if (d->eventFilters.at(i) == filter| TRUE | evaluated 373 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| | FALSE | evaluated 69 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) { | 69-373 |
| 105 | d->eventFilters[i] = 0; | - |
| 106 | break;executed 373 times by 2 tests: break;Executed by:- tst_QWidget
- tst_selftests - unknown status
| 373 |
| 107 | } | - |
| 108 | }executed 69 times by 1 test: end of blockExecuted by:- tst_selftests - unknown status
| 69 |
| 109 | }executed 442 times by 2 tests: end of blockExecuted by:- tst_QWidget
- tst_selftests - unknown status
| 442 |
| 110 | bool QAbstractEventDispatcher::filterNativeEvent(const QByteArray &eventType, void *message, long *result) | - |
| 111 | { | - |
| 112 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
| 113 | if (!d->eventFilters.isEmpty()| TRUE | evaluated 2647553 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| | FALSE | evaluated 234191 times by 113 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
|
) { | 234191-2647553 |
| 114 | | - |
| 115 | | - |
| 116 | QScopedLoopLevelCounter loopLevelCounter(d->threadData); | - |
| 117 | for (int i = 0; i < d->eventFilters.size()| TRUE | evaluated 2647553 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| | FALSE | evaluated 2647553 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
; ++i) { | 2647553 |
| 118 | QAbstractNativeEventFilter *filter = d->eventFilters.at(i); | - |
| 119 | if (!filter| TRUE | evaluated 6313 times by 1 test | | FALSE | evaluated 2641240 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
) | 6313-2641240 |
| 120 | continue;executed 6313 times by 1 test: continue; | 6313 |
| 121 | if (filter->nativeEventFilter(eventType, message, result)| TRUE | never evaluated | | FALSE | evaluated 2641240 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
) | 0-2641240 |
| 122 | return never executed: return true; true;never executed: return true; | 0 |
| 123 | }executed 2641240 times by 2 tests: end of blockExecuted by:- tst_QWidget
- tst_selftests - unknown status
| 2641240 |
| 124 | }executed 2647553 times by 2 tests: end of blockExecuted by:- tst_QWidget
- tst_selftests - unknown status
| 2647553 |
| 125 | returnexecuted 2881744 times by 114 tests: return false;Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
false;executed 2881744 times by 114 tests: return false;Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
| 2881744 |
| 126 | } | - |
| 127 | | - |
| | |