Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | class QMutexUnlocker | - |
11 | { | - |
12 | public: | - |
13 | inline explicit QMutexUnlocker(QMutex *m) | - |
14 | : mtx(m) | - |
15 | { }executed 660847 times by 492 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 660847 |
16 | inline ~QMutexUnlocker() { unlock(); }executed 660847 times by 492 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 660847 |
17 | inline void unlock() { if (mtxTRUE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| FALSE | evaluated 650035 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
) mtx->unlock();executed 660847 times by 492 tests: mtx->unlock(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
mtx = 0; }executed 1310882 times by 492 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 650035-1310882 |
18 | | - |
19 | private: | - |
20 | QMutexUnlocker(const QMutexUnlocker &) = delete; QMutexUnlocker &operator=(const QMutexUnlocker &) = delete; | - |
21 | | - |
22 | QMutex *mtx; | - |
23 | }; | - |
24 | int QCoreApplicationPrivate::app_compile_version = 0x050000; | - |
25 | | - |
26 | bool QCoreApplicationPrivate::setuidAllowed = false; | - |
27 | QString QCoreApplicationPrivate::appName() const | - |
28 | { | - |
29 | QString applicationName; | - |
30 | | - |
31 | | - |
32 | | - |
33 | if (applicationName.isEmpty()TRUE | evaluated 881 times by 26 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| FALSE | never evaluated |
&& argv[0]TRUE | evaluated 881 times by 26 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| FALSE | never evaluated |
) { | 0-881 |
34 | char *p = strrchr(argv[0], '/'); | - |
35 | applicationName = QString::fromLocal8Bit(p ? p + 1 : argv[0]); | - |
36 | }executed 881 times by 26 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| 881 |
37 | | - |
38 | returnexecuted 881 times by 26 tests: return applicationName; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
applicationName;executed 881 times by 26 tests: return applicationName; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| 881 |
39 | } | - |
40 | | - |
41 | | - |
42 | QString *QCoreApplicationPrivate::cachedApplicationFilePath = 0; | - |
43 | | - |
44 | bool QCoreApplicationPrivate::checkInstance(const char *function) | - |
45 | { | - |
46 | bool b = (QCoreApplication::self != 0); | - |
47 | if (!bTRUE | never evaluated | FALSE | evaluated 174 times by 18 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QKeySequence
- tst_QLockFile
- tst_QProgressDialog
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_QTranslator
- tst_languageChange
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qkeysequence - unknown status
|
) | 0-174 |
48 | QMessageLogger(__FILE__, 177, __PRETTY_FUNCTION__).warning("QApplication::%s: Please instantiate the QApplication object first", function); never executed: QMessageLogger(__FILE__, 177, __PRETTY_FUNCTION__).warning("QApplication::%s: Please instantiate the QApplication object first", function); | 0 |
49 | returnexecuted 174 times by 18 tests: return b; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QKeySequence
- tst_QLockFile
- tst_QProgressDialog
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_QTranslator
- tst_languageChange
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qkeysequence - unknown status
b;executed 174 times by 18 tests: return b; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QKeySequence
- tst_QLockFile
- tst_QProgressDialog
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_QTranslator
- tst_languageChange
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qkeysequence - unknown status
| 174 |
50 | } | - |
51 | | - |
52 | void QCoreApplicationPrivate::processCommandLineArguments() | - |
53 | { | - |
54 | int j = argcTRUE | evaluated 769 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 98 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
|
? 1 : 0; | 98-769 |
55 | for (int i = 1; i < argcTRUE | evaluated 1628 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
; ++i) { | 867-1628 |
56 | if (!argv[i]TRUE | never evaluated | FALSE | evaluated 1628 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-1628 |
57 | continue; never executed: continue; | 0 |
58 | if (*TRUE | evaluated 539 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 1089 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
argv[i] != '-'TRUE | evaluated 539 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 1089 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
) { | 539-1089 |
59 | argv[j++] = argv[i]; | - |
60 | continue;executed 539 times by 7 tests: continue; Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 539 |
61 | } | - |
62 | const char *arg = argv[i]; | - |
63 | if (arg[1] == '-'TRUE | never evaluated | FALSE | evaluated 1089 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
) | 0-1089 |
64 | ++ never executed: ++arg; arg;never executed: ++arg; | 0 |
65 | if (strncmp(arg, "-qmljsdebugger=", 15) == 0TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 1087 times by 3 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
) { | 2-1087 |
66 | qmljs_debug_arguments = QString::fromLocal8Bit(arg + 15); | - |
67 | }executed 2 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
else if (strcmp(arg, "-qmljsdebugger") == 0TRUE | never evaluated | FALSE | evaluated 1087 times by 3 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
&& i < argc - 1TRUE | never evaluated | FALSE | never evaluated |
) { | 0-1087 |
68 | ++i; | - |
69 | qmljs_debug_arguments = QString::fromLocal8Bit(argv[i]); | - |
70 | } never executed: end of block else { | 0 |
71 | argv[j++] = argv[i]; | - |
72 | }executed 1087 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
| 1087 |
73 | } | - |
74 | | - |
75 | if (j < argcTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 865 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) { | 2-865 |
76 | argv[j] = 0; | - |
77 | argc = j; | - |
78 | }executed 2 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
79 | }executed 867 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
80 | | - |
81 | | - |
82 | | - |
83 | | - |
84 | QSignalSpyCallbackSet __attribute__((visibility("default"))) qt_signal_spy_callback_set = { 0, 0, 0, 0 }; | - |
85 | | - |
86 | void qt_register_signal_spy_callbacks(const QSignalSpyCallbackSet &callback_set) | - |
87 | { | - |
88 | qt_signal_spy_callback_set = callback_set; | - |
89 | }executed 1167 times by 541 tests: end of block Executed by:- tst_collections - unknown status
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- ...
| 1167 |
90 | | - |
91 | | - |
92 | extern "C" void __attribute__((visibility("default"))) qt_startup_hook() | - |
93 | { | - |
94 | } | - |
95 | | - |
96 | typedef QList<QtStartUpFunction> QStartUpFuncList; | - |
97 | namespace { namespace Q_QGS_preRList { typedef QStartUpFuncList Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 975 times by 420 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 975 times by 420 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
}executed 975 times by 420 tests: end of block Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 885 times by 37 tests: return &holder.value; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QSql
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- ...
&holder.value;executed 885 times by 37 tests: return &holder.value; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QSql
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- ...
} } } static QGlobalStatic<QStartUpFuncList, Q_QGS_preRList::innerFunction, Q_QGS_preRList::guard> preRList; | 0-975 |
98 | typedef QList<QtCleanUpFunction> QVFuncList; | - |
99 | namespace { namespace Q_QGS_postRList { typedef QVFuncList Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 971 times by 420 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 971 times by 420 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
}executed 971 times by 420 tests: end of block Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 1546 times by 485 tests: return &holder.value; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDateTimeEdit
- tst_QDnsLookup_Appless
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGlobal
- ...
&holder.value;executed 1546 times by 485 tests: return &holder.value; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDateTimeEdit
- tst_QDnsLookup_Appless
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGlobal
- ...
} } } static QGlobalStatic<QVFuncList, Q_QGS_postRList::innerFunction, Q_QGS_postRList::guard> postRList; | 0-1546 |
100 | | - |
101 | static QBasicMutex globalPreRoutinesMutex; | - |
102 | void qAddPreRoutine(QtStartUpFunction p) | - |
103 | { | - |
104 | QStartUpFuncList *list = preRList(); | - |
105 | if (!listTRUE | never evaluated | FALSE | evaluated 18 times by 16 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
|
) | 0-18 |
106 | return; never executed: return; | 0 |
107 | | - |
108 | | - |
109 | | - |
110 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
111 | | - |
112 | if (QCoreApplication::instance()TRUE | evaluated 18 times by 16 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
| FALSE | never evaluated |
) | 0-18 |
113 | p();executed 18 times by 16 tests: p(); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
| 18 |
114 | list->prepend(p); | - |
115 | }executed 18 times by 16 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QFtp
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- tst_QXmlStream
| 18 |
116 | | - |
117 | void qAddPostRoutine(QtCleanUpFunction p) | - |
118 | { | - |
119 | QVFuncList *list = postRList(); | - |
120 | if (!listTRUE | never evaluated | FALSE | evaluated 107 times by 69 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- ...
|
) | 0-107 |
121 | return; never executed: return; | 0 |
122 | list->prepend(p); | - |
123 | }executed 107 times by 69 tests: end of block Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- ...
| 107 |
124 | | - |
125 | void qRemovePostRoutine(QtCleanUpFunction p) | - |
126 | { | - |
127 | QVFuncList *list = postRList(); | - |
128 | if (!listTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
129 | return; never executed: return; | 0 |
130 | list->removeAll(p); | - |
131 | } never executed: end of block | 0 |
132 | | - |
133 | static void qt_call_pre_routines() | - |
134 | { | - |
135 | QStartUpFuncList *list = preRList(); | - |
136 | if (!listTRUE | never evaluated | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-867 |
137 | return; never executed: return; | 0 |
138 | | - |
139 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | for (int i = 0; i < list->count()TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
; ++i) | 4-867 |
145 | list->at(i)();executed 4 times by 2 tests: list->at(i)(); Executed by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| 4 |
146 | }executed 867 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
147 | | - |
148 | void __attribute__((visibility("default"))) qt_call_post_routines() | - |
149 | { | - |
150 | QVFuncList *list = 0; | - |
151 | try { | - |
152 | list = postRList(); | - |
153 | }executed 1439 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
catch (const std::bad_alloc &) { | 1439 |
154 | | - |
155 | | - |
156 | | - |
157 | } never executed: end of block | 0 |
158 | if (!listTRUE | never evaluated | FALSE | evaluated 1439 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
) | 0-1439 |
159 | return; never executed: return; | 0 |
160 | while (!list->isEmpty()TRUE | evaluated 263 times by 185 testsEvaluated by:- tst_QApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- ...
| FALSE | evaluated 1439 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
) | 263-1439 |
161 | (executed 263 times by 185 tests: (list->takeFirst())(); Executed by:- tst_QApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- ...
list->takeFirst())();executed 263 times by 185 tests: (list->takeFirst())(); Executed by:- tst_QApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- ...
| 263 |
162 | }executed 1439 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1439 |
163 | | - |
164 | | - |
165 | | - |
166 | static bool qt_locale_initialized = false; | - |
167 | | - |
168 | | - |
169 | | - |
170 | | - |
171 | bool QCoreApplicationPrivate::is_app_running = false; | - |
172 | | - |
173 | bool QCoreApplicationPrivate::is_app_closing = false; | - |
174 | | - |
175 | __attribute__((visibility("default"))) uint qGlobalPostedEventsCount() | - |
176 | { | - |
177 | QThreadData *currentThreadData = QThreadData::current(); | - |
178 | returnexecuted 16 times by 2 tests: return currentThreadData->postEventList.size() - currentThreadData->postEventList.startOffset; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
currentThreadData->postEventList.size() - currentThreadData->postEventList.startOffset;executed 16 times by 2 tests: return currentThreadData->postEventList.size() - currentThreadData->postEventList.startOffset; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 16 |
179 | } | - |
180 | | - |
181 | QAbstractEventDispatcher *QCoreApplicationPrivate::eventDispatcher = 0; | - |
182 | | - |
183 | | - |
184 | Qt::HANDLE qt_application_thread_id = 0; | - |
185 | | - |
186 | | - |
187 | | - |
188 | | - |
189 | QCoreApplication *QCoreApplication::self = 0; | - |
190 | uint QCoreApplicationPrivate::attribs = (1 << Qt::AA_SynthesizeMouseForUnhandledTouchEvents); | - |
191 | | - |
192 | struct QCoreApplicationData { | - |
193 | QCoreApplicationData() noexcept { | - |
194 | applicationNameSet = false; | - |
195 | }executed 641 times by 24 tests: end of block Executed by:- tst_LargeFile
- tst_QAbstractFileEngine
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 641 |
196 | ~QCoreApplicationData() { | - |
197 | | - |
198 | | - |
199 | if (QCoreApplicationPrivate::theMainThreadTRUE | evaluated 976 times by 422 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| FALSE | never evaluated |
) { | 0-976 |
200 | QThreadData *data = QThreadData::get2(QCoreApplicationPrivate::theMainThread); | - |
201 | data->deref(); | - |
202 | }executed 976 times by 422 tests: end of block Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| 976 |
203 | | - |
204 | }executed 976 times by 422 tests: end of block Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| 976 |
205 | QString orgName, orgDomain; | - |
206 | QString application; | - |
207 | QString applicationVersion; | - |
208 | bool applicationNameSet; | - |
209 | | - |
210 | | - |
211 | QScopedPointer<QStringList> app_libpaths; | - |
212 | QScopedPointer<QStringList> manual_libpaths; | - |
213 | | - |
214 | | - |
215 | }; | - |
216 | | - |
217 | namespace { namespace Q_QGS_coreappdata { typedef QCoreApplicationData Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 976 times by 422 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 976 times by 422 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
}executed 976 times by 422 tests: end of block Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 27777 times by 602 tests: return &holder.value; Executed by:- tst_Gestures
- tst_LargeFile
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- ...
&holder.value;executed 27777 times by 602 tests: return &holder.value; Executed by:- tst_Gestures
- tst_LargeFile
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- ...
} } } static QGlobalStatic<QCoreApplicationData, Q_QGS_coreappdata::innerFunction, Q_QGS_coreappdata::guard> coreappdata; | 0-27777 |
218 | | - |
219 | | - |
220 | static bool quitLockRefEnabled = true; | - |
221 | QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv, uint flags) | - |
222 | : | - |
223 | | - |
224 | QObjectPrivate(), | - |
225 | | - |
226 | argc(aargc) | - |
227 | , argv(aargv) | - |
228 | | - |
229 | | - |
230 | | - |
231 | | - |
232 | , application_type(QCoreApplicationPrivate::Tty) | - |
233 | | - |
234 | , in_exec(false) | - |
235 | , aboutToQuitEmitted(false) | - |
236 | , threadData_clean(false) | - |
237 | | - |
238 | | - |
239 | | - |
240 | { | - |
241 | app_compile_version = flags & 0xffffff; | - |
242 | static const char *const empty = ""; | - |
243 | if (argc == 0TRUE | evaluated 98 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| FALSE | evaluated 770 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
|| argv == 0TRUE | never evaluated | FALSE | evaluated 770 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) { | 0-770 |
244 | argc = 0; | - |
245 | argv = const_cast<char **>(&empty); | - |
246 | }executed 98 times by 6 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| 98 |
247 | QCoreApplicationPrivate::is_app_closing = false; | - |
248 | | - |
249 | | - |
250 | if (!setuidAllowedTRUE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
&& (TRUE | never evaluated | FALSE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
geteuid() != getuid())TRUE | never evaluated | FALSE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-868 |
251 | QMessageLogger(__FILE__, 456, __PRETTY_FUNCTION__).fatal("FATAL: The application binary appears to be running setuid, this is a security hole."); never executed: QMessageLogger(__FILE__, 456, __PRETTY_FUNCTION__).fatal("FATAL: The application binary appears to be running setuid, this is a security hole."); | 0 |
252 | | - |
253 | | - |
254 | | - |
255 | qt_application_thread_id = QThread::currentThreadId(); | - |
256 | | - |
257 | | - |
258 | QThread *cur = QThread::currentThread(); | - |
259 | if (cur != theMainThreadTRUE | never evaluated | FALSE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-868 |
260 | QMessageLogger(__FILE__, 465, __PRETTY_FUNCTION__).warning("WARNING: QApplication was not created in the main() thread."); never executed: QMessageLogger(__FILE__, 465, __PRETTY_FUNCTION__).warning("WARNING: QApplication was not created in the main() thread."); | 0 |
261 | | - |
262 | }executed 868 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 868 |
263 | | - |
264 | QCoreApplicationPrivate::~QCoreApplicationPrivate() | - |
265 | { | - |
266 | | - |
267 | cleanupThreadData(); | - |
268 | | - |
269 | | - |
270 | | - |
271 | | - |
272 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
273 | }executed 1199 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1199 |
274 | | - |
275 | | - |
276 | | - |
277 | void QCoreApplicationPrivate::cleanupThreadData() | - |
278 | { | - |
279 | if (threadDataTRUE | evaluated 1540 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| FALSE | never evaluated |
&& !threadData_cleanTRUE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| FALSE | evaluated 341 times by 220 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
|
) { | 0-1540 |
280 | | - |
281 | void *data = &threadData->tls; | - |
282 | QThreadStorageData::finish((void **)data); | - |
283 | | - |
284 | | - |
285 | | - |
286 | QMutexLocker locker(&threadData->postEventList.mutex); | - |
287 | for (int i = 0; i < threadData->postEventList.size()TRUE | evaluated 11233 times by 140 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- ...
| FALSE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
; ++i) { | 1199-11233 |
288 | const QPostEvent &pe = threadData->postEventList.at(i); | - |
289 | if (pe.eventTRUE | evaluated 11115 times by 137 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- ...
| FALSE | evaluated 118 times by 10 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_networkselftest - unknown status
- tst_qcolumnview - unknown status
- tst_qdbusthreading - unknown status
- tst_qheaderview - unknown status
- tst_qhttpsocketengine - unknown status
- tst_qnetworkaccessmanager - unknown status
- tst_qnetworkinterface - unknown status
|
) { | 118-11115 |
290 | --pe.receiver->d_func()->postedEvents; | - |
291 | pe.event->posted = false; | - |
292 | delete pe.event; | - |
293 | }executed 11115 times by 137 tests: end of block Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- ...
| 11115 |
294 | }executed 11233 times by 140 tests: end of block Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- ...
| 11233 |
295 | threadData->postEventList.clear(); | - |
296 | threadData->postEventList.recursion = 0; | - |
297 | threadData->quitNow = false; | - |
298 | threadData_clean = true; | - |
299 | }executed 1199 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1199 |
300 | }executed 1540 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1540 |
301 | | - |
302 | void QCoreApplicationPrivate::createEventDispatcher() | - |
303 | { | - |
304 | QCoreApplication * const q = q_func(); | - |
305 | if (qEnvironmentVariableIsEmpty("QT_NO_GLIB")TRUE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
&& QEventDispatcherGlib::versionSupported()TRUE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
) | 0-736 |
306 | eventDispatcher = new QEventDispatcherGlib(q);executed 736 times by 21 tests: eventDispatcher = new QEventDispatcherGlib(q); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 736 |
307 | else | - |
308 | eventDispatcher = new QEventDispatcherUNIX(q); never executed: eventDispatcher = new QEventDispatcherUNIX(q); | 0 |
309 | } | - |
310 | | - |
311 | void QCoreApplicationPrivate::eventDispatcherReady() | - |
312 | { | - |
313 | } | - |
314 | | - |
315 | QBasicAtomicPointer<QThread> QCoreApplicationPrivate::theMainThread = { 0 }; | - |
316 | QThread *QCoreApplicationPrivate::mainThread() | - |
317 | { | - |
318 | ((!(theMainThread.load() != 0)) ? qt_assert("theMainThread.load() != 0",__FILE__,544) : qt_noop()); | - |
319 | returnexecuted 3399309 times by 383 tests: return theMainThread.load(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QBuffer
- ...
theMainThread.load();executed 3399309 times by 383 tests: return theMainThread.load(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QBuffer
- ...
| 3399309 |
320 | } | - |
321 | | - |
322 | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | - |
323 | { | - |
324 | QThreadData *data = QThreadData::current(false); | - |
325 | if (!dataTRUE | never evaluated | FALSE | evaluated 2915631 times by 528 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) | 0-2915631 |
326 | return never executed: return true; true;never executed: return true; | 0 |
327 | returnexecuted 2915631 times by 528 tests: return data->requiresCoreApplication; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
data->requiresCoreApplication;executed 2915631 times by 528 tests: return data->requiresCoreApplication; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 2915631 |
328 | } | - |
329 | | - |
330 | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | - |
331 | { | - |
332 | QThread *currentThread = QThread::currentThread(); | - |
333 | QThread *thr = receiver->thread(); | - |
334 | ((!(currentThread == thr || !thr)) ? qt_assert_x("QCoreApplication::sendEvent", QString::fromLatin1("Cannot send events to objects owned by a different thread. " "Current thread %1. Receiver '%2' (of type '%3') was created in thread %4") .arg(QString::number((quintptr) currentThread, 16)) .arg(receiver->objectName()) .arg(QLatin1String(receiver->metaObject()->className())) .arg(QString::number((quintptr) thr, 16)) .toLocal8Bit().data(), | - |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
339 | | - |
340 | | - |
341 | | - |
342 | __FILE__ | - |
343 | , | - |
344 | | - |
345 | | - |
346 | | - |
347 | | - |
348 | | - |
349 | | - |
350 | | - |
351 | 568 | - |
352 | ) : qt_noop()) | - |
353 | | - |
354 | | - |
355 | | - |
356 | | - |
357 | | - |
358 | | - |
359 | | - |
360 | ; | - |
361 | (void)currentThread;; | - |
362 | (void)thr;; | - |
363 | }executed 1794232 times by 490 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1794232 |
364 | | - |
365 | | - |
366 | | - |
367 | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | - |
368 | { | - |
369 | | - |
370 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
371 | if (!app_libpathsTRUE | never evaluated | FALSE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
) | 0-69 |
372 | coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); never executed: coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); | 0 |
373 | QString app_location = QCoreApplication::applicationFilePath(); | - |
374 | app_location.truncate(app_location.lastIndexOf(QLatin1Char('/'))); | - |
375 | | - |
376 | | - |
377 | | - |
378 | | - |
379 | app_location = QDir(app_location).canonicalPath(); | - |
380 | if (QFile::exists(app_location)TRUE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | never evaluated |
&& !app_libpaths->contains(app_location)TRUE | evaluated 68 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 1 time by 1 test |
) | 0-69 |
381 | app_libpaths->append(app_location);executed 68 times by 30 tests: app_libpaths->append(app_location); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 68 |
382 | | - |
383 | }executed 69 times by 30 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 69 |
384 | | - |
385 | QString qAppName() | - |
386 | { | - |
387 | if (!QCoreApplicationPrivate::checkInstance("qAppName")TRUE | never evaluated | FALSE | evaluated 7 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QLockFile
|
) | 0-7 |
388 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
389 | returnexecuted 7 times by 4 tests: return QCoreApplication::instance()->d_func()->appName(); Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QLockFile
QCoreApplication::instance()->d_func()->appName();executed 7 times by 4 tests: return QCoreApplication::instance()->d_func()->appName(); Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QLockFile
| 7 |
390 | } | - |
391 | | - |
392 | void QCoreApplicationPrivate::initLocale() | - |
393 | { | - |
394 | if (qt_locale_initializedTRUE | evaluated 229 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| FALSE | evaluated 639 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 229-639 |
395 | return;executed 229 times by 8 tests: return; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| 229 |
396 | qt_locale_initialized = true; | - |
397 | | - |
398 | setlocale(6, ""); | - |
399 | | - |
400 | }executed 639 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 639 |
401 | QCoreApplication::QCoreApplication(QCoreApplicationPrivate &p) | - |
402 | | - |
403 | | - |
404 | | - |
405 | : QObject(p, 0) | - |
406 | | - |
407 | { | - |
408 | d_func()->q_ptr = this; | - |
409 | | - |
410 | | - |
411 | }executed 130 times by 5 tests: end of block Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 130 |
412 | void QCoreApplication::flush() | - |
413 | { | - |
414 | if (selfTRUE | evaluated 295 times by 23 testsEvaluated by:- tst_QAbstractButton
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCommandLinkButton
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPushButton
- tst_QRadioButton
- tst_QStateMachine
- tst_QToolBar
- tst_QToolButton
- tst_QWidget
- tst_QWizard
- tst_qmouseevent_modal
| FALSE | never evaluated |
&& self->d_func()->eventDispatcherTRUE | evaluated 295 times by 23 testsEvaluated by:- tst_QAbstractButton
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCommandLinkButton
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPushButton
- tst_QRadioButton
- tst_QStateMachine
- tst_QToolBar
- tst_QToolButton
- tst_QWidget
- tst_QWizard
- tst_qmouseevent_modal
| FALSE | never evaluated |
) | 0-295 |
415 | self->d_func()->eventDispatcher->flush();executed 295 times by 23 tests: self->d_func()->eventDispatcher->flush(); Executed by:- tst_QAbstractButton
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCommandLinkButton
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPushButton
- tst_QRadioButton
- tst_QStateMachine
- tst_QToolBar
- tst_QToolButton
- tst_QWidget
- tst_QWizard
- tst_qmouseevent_modal
| 295 |
416 | }executed 295 times by 23 tests: end of block Executed by:- tst_QAbstractButton
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QCommandLinkButton
- tst_QDialogButtonBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QLineEdit
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPushButton
- tst_QRadioButton
- tst_QStateMachine
- tst_QToolBar
- tst_QToolButton
- tst_QWidget
- tst_QWizard
- tst_qmouseevent_modal
| 295 |
417 | QCoreApplication::QCoreApplication(int &argc, char **argv | - |
418 | | - |
419 | , int _internal | - |
420 | | - |
421 | ) | - |
422 | | - |
423 | | - |
424 | | - |
425 | : QObject(*new QCoreApplicationPrivate(argc, argv, _internal)) | - |
426 | | - |
427 | { | - |
428 | d_func()->q_ptr = this; | - |
429 | d_func()->init(); | - |
430 | | - |
431 | QCoreApplicationPrivate::eventDispatcher->startingUp(); | - |
432 | | - |
433 | }executed 738 times by 21 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 738 |
434 | | - |
435 | | - |
436 | void QCoreApplicationPrivate::init() | - |
437 | { | - |
438 | QCoreApplication * const q = q_func(); | - |
439 | | - |
440 | initLocale(); | - |
441 | | - |
442 | ((!(!QCoreApplication::self)) ? qt_assert_x("QCoreApplication", "there should be only one application object",__FILE__,769) : qt_noop()); | - |
443 | QCoreApplication::self = q; | - |
444 | | - |
445 | | - |
446 | if (!coreappdata()->applicationNameSetTRUE | evaluated 866 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 2-866 |
447 | coreappdata()->application = appName();executed 866 times by 22 tests: coreappdata()->application = appName(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 866 |
448 | | - |
449 | QLoggingRegistry::instance()->init(); | - |
450 | | - |
451 | | - |
452 | | - |
453 | | - |
454 | | - |
455 | QStringList *appPaths = coreappdata()->app_libpaths.take(); | - |
456 | QStringList *manualPaths = coreappdata()->manual_libpaths.take(); | - |
457 | if (appPathsTRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 863 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) { | 4-863 |
458 | if (manualPathsTRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | never evaluated |
) { | 0-4 |
459 | | - |
460 | | - |
461 | | - |
462 | | - |
463 | QStringList newPaths(q->libraryPaths()); | - |
464 | for (int i = manualPaths->length(), j = appPaths->length(); i > 0TRUE | evaluated 8 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
|| j > 0TRUE | never evaluated | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
; qt_noop()) { | 0-8 |
465 | if (--TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
j < 0TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
) { | 4 |
466 | newPaths.prepend((*manualPaths)[--i]); | - |
467 | }executed 4 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
else if (--TRUE | never evaluated | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
i < 0TRUE | never evaluated | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
) { | 0-4 |
468 | newPaths.removeAll((*appPaths)[j]); | - |
469 | } never executed: end of block else if ((*TRUE | evaluated 3 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 1 time by 1 test |
manualPaths)[i] != (*appPaths)[j]TRUE | evaluated 3 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 1 time by 1 test |
) { | 0-3 |
470 | newPaths.removeAll((*appPaths)[j]); | - |
471 | ++i; | - |
472 | }executed 3 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 3 |
473 | }executed 8 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 8 |
474 | delete manualPaths; | - |
475 | coreappdata()->manual_libpaths.reset(new QStringList(newPaths)); | - |
476 | }executed 4 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
477 | delete appPaths; | - |
478 | }executed 4 times by 3 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
479 | | - |
480 | | - |
481 | | - |
482 | | - |
483 | if (!eventDispatcherTRUE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
) | 0-867 |
484 | eventDispatcher = threadData->eventDispatcher.load();executed 867 times by 22 tests: eventDispatcher = threadData->eventDispatcher.load(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
485 | | - |
486 | if (!eventDispatcherTRUE | evaluated 865 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 2-865 |
487 | createEventDispatcher();executed 865 times by 22 tests: createEventDispatcher(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 865 |
488 | ((!(eventDispatcher)) ? qt_assert("eventDispatcher",__FILE__,815) : qt_noop()); | - |
489 | | - |
490 | if (!eventDispatcher->parent()TRUE | evaluated 131 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) { | 131-736 |
491 | eventDispatcher->moveToThread(threadData->thread); | - |
492 | eventDispatcher->setParent(q); | - |
493 | }executed 131 times by 6 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 131 |
494 | | - |
495 | threadData->eventDispatcher = eventDispatcher; | - |
496 | eventDispatcherReady(); | - |
497 | | - |
498 | | - |
499 | | - |
500 | | - |
501 | | - |
502 | | - |
503 | | - |
504 | processCommandLineArguments(); | - |
505 | | - |
506 | qt_call_pre_routines(); | - |
507 | qt_startup_hook(); | - |
508 | | - |
509 | if (__builtin_expect(!!(qtHookData[QHooks::Startup]), false)TRUE | never evaluated | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-867 |
510 | reinterpret_cast< never executed: reinterpret_cast<QHooks::StartupCallback>(qtHookData[QHooks::Startup])(); QHooks::StartupCallback>(qtHookData[QHooks::Startup])();never executed: reinterpret_cast<QHooks::StartupCallback>(qtHookData[QHooks::Startup])(); | 0 |
511 | | - |
512 | | - |
513 | | - |
514 | is_app_running = true; | - |
515 | | - |
516 | }executed 867 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
517 | | - |
518 | | - |
519 | | - |
520 | | - |
521 | QCoreApplication::~QCoreApplication() | - |
522 | { | - |
523 | qt_call_post_routines(); | - |
524 | | - |
525 | self = 0; | - |
526 | | - |
527 | QCoreApplicationPrivate::is_app_closing = true; | - |
528 | QCoreApplicationPrivate::is_app_running = false; | - |
529 | | - |
530 | | - |
531 | | - |
532 | | - |
533 | QThreadPool *globalThreadPool = 0; | - |
534 | try { | - |
535 | globalThreadPool = QThreadPool::globalInstance(); | - |
536 | }executed 1199 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
catch (...) { | 1199 |
537 | | - |
538 | } never executed: end of block | 0 |
539 | if (globalThreadPoolTRUE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| FALSE | never evaluated |
) | 0-1199 |
540 | globalThreadPool->waitForDone();executed 1199 times by 421 tests: globalThreadPool->waitForDone(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1199 |
541 | | - |
542 | | - |
543 | | - |
544 | d_func()->threadData->eventDispatcher = 0; | - |
545 | if (QCoreApplicationPrivate::eventDispatcherTRUE | evaluated 858 times by 205 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractsocket - unknown status
- tst_qanimationgroup - unknown status
- tst_qasn1element - unknown status
- tst_qatomicint - unknown status
- tst_qauthenticator - unknown status
- tst_qbuffer - unknown status
- tst_qbytearray - unknown status
- ...
| FALSE | evaluated 341 times by 220 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
|
) | 341-858 |
546 | QCoreApplicationPrivate::eventDispatcher->closingDown();executed 858 times by 205 tests: QCoreApplicationPrivate::eventDispatcher->closingDown(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractsocket - unknown status
- tst_qanimationgroup - unknown status
- tst_qasn1element - unknown status
- tst_qatomicint - unknown status
- tst_qauthenticator - unknown status
- tst_qbuffer - unknown status
- tst_qbytearray - unknown status
- ...
| 858 |
547 | QCoreApplicationPrivate::eventDispatcher = 0; | - |
548 | | - |
549 | | - |
550 | | - |
551 | coreappdata()->app_libpaths.reset(); | - |
552 | coreappdata()->manual_libpaths.reset(); | - |
553 | | - |
554 | }executed 1199 times by 421 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1199 |
555 | void QCoreApplication::setSetuidAllowed(bool allow) | - |
556 | { | - |
557 | QCoreApplicationPrivate::setuidAllowed = allow; | - |
558 | } never executed: end of block | 0 |
559 | bool QCoreApplication::isSetuidAllowed() | - |
560 | { | - |
561 | return never executed: return QCoreApplicationPrivate::setuidAllowed; QCoreApplicationPrivate::setuidAllowed;never executed: return QCoreApplicationPrivate::setuidAllowed; | 0 |
562 | } | - |
563 | void QCoreApplication::setAttribute(Qt::ApplicationAttribute attribute, bool on) | - |
564 | { | - |
565 | if (onTRUE | evaluated 625 times by 9 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 9 times by 5 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
|
) | 9-625 |
566 | QCoreApplicationPrivate::attribs |= 1 << attribute;executed 625 times by 9 tests: QCoreApplicationPrivate::attribs |= 1 << attribute; Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 625 |
567 | else | - |
568 | QCoreApplicationPrivate::attribs &= ~(1 << attribute);executed 9 times by 5 tests: QCoreApplicationPrivate::attribs &= ~(1 << attribute); Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
| 9 |
569 | } | - |
570 | | - |
571 | | - |
572 | | - |
573 | | - |
574 | | - |
575 | | - |
576 | | - |
577 | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | - |
578 | { | - |
579 | returnexecuted 1146365 times by 167 tests: return QCoreApplicationPrivate::testAttribute(attribute); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
QCoreApplicationPrivate::testAttribute(attribute);executed 1146365 times by 167 tests: return QCoreApplicationPrivate::testAttribute(attribute); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
| 1146365 |
580 | } | - |
581 | bool QCoreApplication::isQuitLockEnabled() | - |
582 | { | - |
583 | returnexecuted 186 times by 25 tests: return quitLockRefEnabled; Executed by:- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QDialog
- tst_QGuiApplication
- tst_QKeyEvent
- tst_QLineEdit
- tst_QMdiArea
- tst_QMouseEvent
- tst_QOpenGLWindow
- tst_QRasterWindow
- tst_QTouchEvent
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_QWindowContainer
- tst_qdoublespinbox - unknown status
- tst_qgraphicsgridlayout - unknown status
- tst_qgraphicsscene - unknown status
- tst_qinputmethod
- tst_qpainter - unknown status
- tst_qpushbutton - unknown status
- tst_qsizegrip - unknown status
- tst_qsplitter - unknown status
- tst_qtreewidget - unknown status
quitLockRefEnabled;executed 186 times by 25 tests: return quitLockRefEnabled; Executed by:- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QDialog
- tst_QGuiApplication
- tst_QKeyEvent
- tst_QLineEdit
- tst_QMdiArea
- tst_QMouseEvent
- tst_QOpenGLWindow
- tst_QRasterWindow
- tst_QTouchEvent
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_QWindowContainer
- tst_qdoublespinbox - unknown status
- tst_qgraphicsgridlayout - unknown status
- tst_qgraphicsscene - unknown status
- tst_qinputmethod
- tst_qpainter - unknown status
- tst_qpushbutton - unknown status
- tst_qsizegrip - unknown status
- tst_qsplitter - unknown status
- tst_qtreewidget - unknown status
| 186 |
584 | } | - |
585 | | - |
586 | static bool doNotify(QObject *, QEvent *); | - |
587 | | - |
588 | void QCoreApplication::setQuitLockEnabled(bool enabled) | - |
589 | { | - |
590 | quitLockRefEnabled = enabled; | - |
591 | }executed 5 times by 2 tests: end of block Executed by:- tst_QGuiApplication
- tst_QWidget_window
| 5 |
592 | bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event) | - |
593 | { | - |
594 | return never executed: return notifyInternal2(receiver, event); notifyInternal2(receiver, event);never executed: return notifyInternal2(receiver, event); | 0 |
595 | } | - |
596 | bool QCoreApplication::notifyInternal2(QObject *receiver, QEvent *event) | - |
597 | { | - |
598 | bool selfRequired = QCoreApplicationPrivate::threadRequiresCoreApplication(); | - |
599 | if (!selfTRUE | evaluated 1607 times by 169 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| FALSE | evaluated 1773351 times by 517 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
&& selfRequiredTRUE | evaluated 48 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qcoreapplication - unknown status
- tst_qfilesystemwatcher - unknown status
- tst_qguiapplication - unknown status
| FALSE | evaluated 1559 times by 167 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
|
) | 48-1773351 |
600 | returnexecuted 48 times by 8 tests: return false; Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qcoreapplication - unknown status
- tst_qfilesystemwatcher - unknown status
- tst_qguiapplication - unknown status
false;executed 48 times by 8 tests: return false; Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qcoreapplication - unknown status
- tst_qfilesystemwatcher - unknown status
- tst_qguiapplication - unknown status
| 48 |
601 | | - |
602 | | - |
603 | | - |
604 | bool result = false; | - |
605 | void *cbdata[] = { receiver, event, &result }; | - |
606 | if (QInternal::activateCallbacks(QInternal::EventNotifyCallback, cbdata)TRUE | never evaluated | FALSE | evaluated 1774910 times by 526 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) { | 0-1774910 |
607 | return never executed: return result; result;never executed: return result; | 0 |
608 | } | - |
609 | | - |
610 | | - |
611 | | - |
612 | | - |
613 | | - |
614 | QObjectPrivate *d = receiver->d_func(); | - |
615 | QThreadData *threadData = d->threadData; | - |
616 | QScopedLoopLevelCounter loopLevelCounter(threadData); | - |
617 | if (!selfRequiredTRUE | evaluated 22369 times by 325 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 1752541 times by 494 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) | 22369-1752541 |
618 | returnexecuted 22369 times by 325 tests: return doNotify(receiver, event); 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
doNotify(receiver, event);executed 22369 times by 325 tests: return doNotify(receiver, event); 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 22369 |
619 | returnexecuted 1752541 times by 494 tests: return self->notify(receiver, event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
self->notify(receiver, event);executed 1752541 times by 494 tests: return self->notify(receiver, event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1752541 |
620 | } | - |
621 | bool QCoreApplication::notify(QObject *receiver, QEvent *event) | - |
622 | { | - |
623 | | - |
624 | if (QCoreApplicationPrivate::is_app_closingTRUE | evaluated 240 times by 158 testsEvaluated by:- tst_QApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- tst_qdatetimeedit - unknown status
- ...
| FALSE | evaluated 635952 times by 197 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
|
) | 240-635952 |
625 | returnexecuted 240 times by 158 tests: return true; Executed by:- tst_QApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- tst_qdatetimeedit - unknown status
- ...
true;executed 240 times by 158 tests: return true; Executed by:- tst_QApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - 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_qboxlayout - 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
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- tst_qdatetimeedit - unknown status
- ...
| 240 |
626 | returnexecuted 635952 times by 197 tests: return doNotify(receiver, event); Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
doNotify(receiver, event);executed 635952 times by 197 tests: return doNotify(receiver, event); Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
| 635952 |
627 | } | - |
628 | | - |
629 | static bool doNotify(QObject *receiver, QEvent *event) | - |
630 | { | - |
631 | if (receiver == 0TRUE | never evaluated | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) { | 0-658321 |
632 | QMessageLogger(__FILE__, 1082, __PRETTY_FUNCTION__).warning("QCoreApplication::notify: Unexpected null receiver"); | - |
633 | return never executed: return true; true;never executed: return true; | 0 |
634 | } | - |
635 | | - |
636 | | - |
637 | QCoreApplicationPrivate::checkReceiverThread(receiver); | - |
638 | | - |
639 | | - |
640 | returnexecuted 658321 times by 468 tests: return receiver->isWidgetType() ? false : QCoreApplicationPrivate::notify_helper(receiver, event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
receiver->isWidgetType()TRUE | never evaluated | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
? false : QCoreApplicationPrivate::notify_helper(receiver, event);executed 658321 times by 468 tests: return receiver->isWidgetType() ? false : QCoreApplicationPrivate::notify_helper(receiver, event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 0-658321 |
641 | } | - |
642 | | - |
643 | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) | - |
644 | { | - |
645 | | - |
646 | ((!(receiver->d_func()->threadData->thread == mainThread())) ? qt_assert("receiver->d_func()->threadData->thread == mainThread()",__FILE__,1096) : qt_noop()); | - |
647 | | - |
648 | if (extraDataTRUE | evaluated 186455 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| FALSE | evaluated 1376052 times by 337 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) { | 186455-1376052 |
649 | | - |
650 | for (int i = 0; i < extraData->eventFilters.size()TRUE | evaluated 218310 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| FALSE | evaluated 186440 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
|
; ++i) { | 186440-218310 |
651 | QObject *obj = extraData->eventFilters.at(i); | - |
652 | if (!objTRUE | evaluated 74936 times by 17 testsEvaluated by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| FALSE | evaluated 143374 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) | 74936-143374 |
653 | continue;executed 74936 times by 17 tests: continue; Executed by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| 74936 |
654 | if (obj->d_func()->threadData != threadDataTRUE | never evaluated | FALSE | evaluated 143374 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) { | 0-143374 |
655 | QMessageLogger(__FILE__, 1105, __PRETTY_FUNCTION__).warning("QCoreApplication: Application event filter cannot be in a different thread."); | - |
656 | continue; never executed: continue; | 0 |
657 | } | - |
658 | if (obj->eventFilter(receiver, event)TRUE | evaluated 15 times by 2 testsEvaluated by:- tst_QCalendarWidget
- tst_QMdiArea
| FALSE | evaluated 143359 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) | 15-143359 |
659 | returnexecuted 15 times by 2 tests: return true; Executed by:- tst_QCalendarWidget
- tst_QMdiArea
true;executed 15 times by 2 tests: return true; Executed by:- tst_QCalendarWidget
- tst_QMdiArea
| 15 |
660 | }executed 143359 times by 20 tests: end of block Executed by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
| 143359 |
661 | }executed 186440 times by 22 tests: end of block Executed by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| 186440 |
662 | returnexecuted 1562492 times by 340 tests: return false; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
false;executed 1562492 times by 340 tests: return false; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1562492 |
663 | } | - |
664 | | - |
665 | bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject *receiver, QEvent *event) | - |
666 | { | - |
667 | if (receiver != QCoreApplication::instance()TRUE | evaluated 1796653 times by 427 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| FALSE | evaluated 2323 times by 235 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
|
&& receiver->d_func()->extraDataTRUE | evaluated 638916 times by 358 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| FALSE | evaluated 1157737 times by 423 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
) { | 2323-1796653 |
668 | for (int i = 0; i < receiver->d_func()->extraData->eventFilters.size()TRUE | evaluated 218334 times by 91 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| FALSE | evaluated 620547 times by 358 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
; ++i) { | 218334-620547 |
669 | QObject *obj = receiver->d_func()->extraData->eventFilters.at(i); | - |
670 | if (!objTRUE | evaluated 16575 times by 84 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
| FALSE | evaluated 201759 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
) | 16575-201759 |
671 | continue;executed 16575 times by 84 tests: continue; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
| 16575 |
672 | if (obj->d_func()->threadData != receiver->d_func()->threadDataTRUE | evaluated 1 time by 1 test | FALSE | evaluated 201758 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
) { | 1-201758 |
673 | QMessageLogger(__FILE__, 1123, __PRETTY_FUNCTION__).warning("QCoreApplication: Object event filter cannot be in a different thread."); | - |
674 | continue;executed 1 time by 1 test: continue; | 1 |
675 | } | - |
676 | if (obj->eventFilter(receiver, event)TRUE | evaluated 18369 times by 67 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
| FALSE | evaluated 183389 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
) | 18369-183389 |
677 | returnexecuted 18369 times by 67 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
true;executed 18369 times by 67 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
| 18369 |
678 | }executed 183389 times by 90 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
| 183389 |
679 | }executed 620547 times by 358 tests: end of block 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_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 620547 |
680 | returnexecuted 1780607 times by 490 tests: return false; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
false;executed 1780607 times by 490 tests: return false; Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1780607 |
681 | } | - |
682 | | - |
683 | | - |
684 | | - |
685 | | - |
686 | | - |
687 | | - |
688 | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | - |
689 | { | - |
690 | | - |
691 | if (QCoreApplication::selfTRUE | evaluated 656762 times by 341 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| FALSE | evaluated 1559 times by 167 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - 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_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
|
| 1559-656762 |
692 | && receiver->d_func()->threadData->thread == mainThread()TRUE | evaluated 424134 times by 195 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
| FALSE | evaluated 232628 times by 205 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
| 232628-424134 |
693 | && QCoreApplication::self->d_func()->sendThroughApplicationEventFilters(receiver, event)TRUE | never evaluated | FALSE | evaluated 424134 times by 195 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
|
) | 0-424134 |
694 | return never executed: return true; true;never executed: return true; | 0 |
695 | | - |
696 | if (sendThroughObjectEventFilters(receiver, event)TRUE | never evaluated | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
) | 0-658321 |
697 | return never executed: return true; true;never executed: return true; | 0 |
698 | | - |
699 | returnexecuted 658321 times by 468 tests: return receiver->event(event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
receiver->event(event);executed 658321 times by 468 tests: return receiver->event(event); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 658321 |
700 | } | - |
701 | bool QCoreApplication::startingUp() | - |
702 | { | - |
703 | returnexecuted 267 times by 6 tests: return !QCoreApplicationPrivate::is_app_running; Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QScreen
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
!QCoreApplicationPrivate::is_app_running;executed 267 times by 6 tests: return !QCoreApplicationPrivate::is_app_running; Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QScreen
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 267 |
704 | } | - |
705 | bool QCoreApplication::closingDown() | - |
706 | { | - |
707 | returnexecuted 78069 times by 278 tests: return QCoreApplicationPrivate::is_app_closing; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
QCoreApplicationPrivate::is_app_closing;executed 78069 times by 278 tests: return QCoreApplicationPrivate::is_app_closing; Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 78069 |
708 | } | - |
709 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags) | - |
710 | { | - |
711 | QThreadData *data = QThreadData::current(); | - |
712 | if (!data->hasEventDispatcher()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 2085783 times by 98 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventDispatcher
- tst_QEventLoop
- ...
|
) | 1-2085783 |
713 | return;executed 1 time by 1 test: return; | 1 |
714 | data->eventDispatcher.load()->processEvents(flags); | - |
715 | }executed 2085783 times by 98 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventDispatcher
- tst_QEventLoop
- ...
| 2085783 |
716 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | - |
717 | { | - |
718 | QThreadData *data = QThreadData::current(); | - |
719 | if (!data->hasEventDispatcher()TRUE | never evaluated | FALSE | evaluated 1250722 times by 147 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
) | 0-1250722 |
720 | return; never executed: return; | 0 |
721 | QElapsedTimer start; | - |
722 | start.start(); | - |
723 | while (data->eventDispatcher.load()->processEvents(flags & ~QEventLoop::WaitForMoreEvents)TRUE | evaluated 41723 times by 147 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| FALSE | evaluated 1250449 times by 146 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
) { | 41723-1250449 |
724 | if (start.elapsed() > maxtimeTRUE | evaluated 273 times by 48 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| FALSE | evaluated 41450 times by 146 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
) | 273-41450 |
725 | break;executed 273 times by 48 tests: break; Executed by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 273 |
726 | }executed 41450 times by 146 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| 41450 |
727 | }executed 1250722 times by 147 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| 1250722 |
728 | int QCoreApplication::exec() | - |
729 | { | - |
730 | if (!QCoreApplicationPrivate::checkInstance("exec")TRUE | never evaluated | FALSE | evaluated 85 times by 12 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) | 0-85 |
731 | return never executed: return -1; -1;never executed: return -1; | 0 |
732 | | - |
733 | QThreadData *threadData = self->d_func()->threadData; | - |
734 | if (threadData != QThreadData::current()TRUE | never evaluated | FALSE | evaluated 85 times by 12 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) { | 0-85 |
735 | QMessageLogger(__FILE__, 1273, __PRETTY_FUNCTION__).warning("%s::exec: Must be called from the main thread", self->metaObject()->className()); | - |
736 | return never executed: return -1; -1;never executed: return -1; | 0 |
737 | } | - |
738 | if (!threadData->eventLoops.isEmpty()TRUE | never evaluated | FALSE | evaluated 85 times by 12 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) { | 0-85 |
739 | QMessageLogger(__FILE__, 1277, __PRETTY_FUNCTION__).warning("QCoreApplication::exec: The event loop is already running"); | - |
740 | return never executed: return -1; -1;never executed: return -1; | 0 |
741 | } | - |
742 | | - |
743 | threadData->quitNow = false; | - |
744 | QEventLoop eventLoop; | - |
745 | self->d_func()->in_exec = true; | - |
746 | self->d_func()->aboutToQuitEmitted = false; | - |
747 | int returnCode = eventLoop.exec(); | - |
748 | threadData->quitNow = false; | - |
749 | if (selfTRUE | evaluated 84 times by 11 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | never evaluated |
) { | 0-84 |
750 | self->d_func()->in_exec = false; | - |
751 | if (!self->d_func()->aboutToQuitEmittedTRUE | evaluated 84 times by 11 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | never evaluated |
) | 0-84 |
752 | self->aboutToQuit(QPrivateSignal());executed 84 times by 11 tests: self->aboutToQuit(QPrivateSignal()); Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 84 |
753 | self->d_func()->aboutToQuitEmitted = true; | - |
754 | sendPostedEvents(0, QEvent::DeferredDelete); | - |
755 | }executed 84 times by 11 tests: end of block Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 84 |
756 | | - |
757 | returnexecuted 84 times by 11 tests: return returnCode; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
returnCode;executed 84 times by 11 tests: return returnCode; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 84 |
758 | } | - |
759 | void QCoreApplication::exit(int returnCode) | - |
760 | { | - |
761 | if (!selfTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 92 times by 11 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
) | 2-92 |
762 | return;executed 2 times by 2 tests: return; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
763 | QThreadData *data = self->d_func()->threadData; | - |
764 | data->quitNow = true; | - |
765 | for (int i = 0; i < data->eventLoops.size()TRUE | evaluated 91 times by 11 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| FALSE | evaluated 92 times by 11 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
|
; ++i) { | 91-92 |
766 | QEventLoop *eventLoop = data->eventLoops.at(i); | - |
767 | eventLoop->exit(returnCode); | - |
768 | }executed 91 times by 11 tests: end of block Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 91 |
769 | }executed 92 times by 11 tests: end of block Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 92 |
770 | void QCoreApplication::postEvent(QObject *receiver, QEvent *event, int priority) | - |
771 | { | - |
772 | if (receiver == 0TRUE | never evaluated | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
) { | 0-660847 |
773 | QMessageLogger(__FILE__, 1388, __PRETTY_FUNCTION__).warning("QCoreApplication::postEvent: Unexpected null receiver"); | - |
774 | delete event; | - |
775 | return; never executed: return; | 0 |
776 | } | - |
777 | | - |
778 | QThreadData * volatile * pdata = &receiver->d_func()->threadData; | - |
779 | QThreadData *data = *pdata; | - |
780 | if (!dataTRUE | never evaluated | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
) { | 0-660847 |
781 | | - |
782 | delete event; | - |
783 | return; never executed: return; | 0 |
784 | } | - |
785 | | - |
786 | | - |
787 | data->postEventList.mutex.lock(); | - |
788 | | - |
789 | | - |
790 | while (data != *pdataTRUE | never evaluated | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
) { | 0-660847 |
791 | data->postEventList.mutex.unlock(); | - |
792 | | - |
793 | data = *pdata; | - |
794 | if (!dataTRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
795 | | - |
796 | delete event; | - |
797 | return; never executed: return; | 0 |
798 | } | - |
799 | | - |
800 | data->postEventList.mutex.lock(); | - |
801 | } never executed: end of block | 0 |
802 | | - |
803 | QMutexUnlocker locker(&data->postEventList.mutex); | - |
804 | | - |
805 | | - |
806 | if (receiver->d_func()->postedEventsTRUE | evaluated 192986 times by 422 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | evaluated 467861 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 192986-467861 |
807 | && selfTRUE | evaluated 192248 times by 224 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| FALSE | evaluated 738 times by 221 testsEvaluated by:- tst_QApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- ...
|
&& self->compressEvent(event, receiver, &data->postEventList)TRUE | evaluated 10812 times by 107 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| FALSE | evaluated 181436 times by 223 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
) { | 738-192248 |
808 | return;executed 10812 times by 107 tests: return; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| 10812 |
809 | } | - |
810 | | - |
811 | if (event->type() == QEvent::DeferredDeleteTRUE | evaluated 11043 times by 213 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 638992 times by 468 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
&& data == QThreadData::current()TRUE | evaluated 9990 times by 192 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 1053 times by 37 testsEvaluated by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPointer
- tst_Spdy
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qftp - unknown status
- tst_qhostinfo - unknown status
- tst_qhttpnetworkconnection - unknown status
- tst_qnetworkaccessmanager - unknown status
- ...
|
) { | 1053-638992 |
812 | | - |
813 | | - |
814 | static_cast<QDeferredDeleteEvent *>(event)->level = data->loopLevel; | - |
815 | }executed 9990 times by 192 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 9990 |
816 | | - |
817 | | - |
818 | | - |
819 | QScopedPointer<QEvent> eventDeleter(event); | - |
820 | data->postEventList.addEvent(QPostEvent(receiver, event, priority)); | - |
821 | eventDeleter.take(); | - |
822 | event->posted = true; | - |
823 | ++receiver->d_func()->postedEvents; | - |
824 | data->canWait = false; | - |
825 | locker.unlock(); | - |
826 | | - |
827 | QAbstractEventDispatcher* dispatcher = data->eventDispatcher.loadAcquire(); | - |
828 | if (dispatcherTRUE | evaluated 646015 times by 399 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| FALSE | evaluated 4020 times by 386 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
) | 4020-646015 |
829 | dispatcher->wakeUp();executed 646015 times by 399 tests: dispatcher->wakeUp(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 646015 |
830 | }executed 650035 times by 492 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 650035 |
831 | | - |
832 | | - |
833 | | - |
834 | | - |
835 | | - |
836 | bool QCoreApplication::compressEvent(QEvent *event, QObject *receiver, QPostEventList *postedEvents) | - |
837 | { | - |
838 | if ((event->type() == QEvent::DeferredDeleteTRUE | evaluated 881 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| FALSE | evaluated 157460 times by 217 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
| 881-157460 |
839 | || event->type() == QEvent::QuitTRUE | never evaluated | FALSE | evaluated 157460 times by 217 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
) | 0-157460 |
840 | && receiver->d_func()->postedEvents > 0TRUE | evaluated 881 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| FALSE | never evaluated |
) { | 0-881 |
841 | for (int i = 0; i < postedEvents->size()TRUE | evaluated 17125 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| FALSE | evaluated 712 times by 34 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
|
; ++i) { | 712-17125 |
842 | const QPostEvent &cur = postedEvents->at(i); | - |
843 | if (cur.receiver != receiverTRUE | evaluated 15415 times by 31 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- tst_QToolBar
- tst_QToolBox
- ...
| FALSE | evaluated 1710 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
|
| 1710-15415 |
844 | || cur.event == 0TRUE | evaluated 420 times by 9 testsEvaluated by:- tst_QApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDialog
- tst_QMainWindow
- tst_QNetworkConfigurationManager
- tst_QNetworkReply
- tst_QTreeView
- tst_Spdy
| FALSE | evaluated 1290 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
|
| 420-1290 |
845 | || cur.event->type() != event->type()TRUE | evaluated 1121 times by 34 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| FALSE | evaluated 169 times by 9 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
|
) | 169-1121 |
846 | continue;executed 16956 times by 34 tests: continue; Executed by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| 16956 |
847 | | - |
848 | delete event; | - |
849 | returnexecuted 169 times by 9 tests: return true; Executed by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
true;executed 169 times by 9 tests: return true; Executed by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
| 169 |
850 | } | - |
851 | }executed 712 times by 34 tests: end of block Executed by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| 712 |
852 | returnexecuted 158172 times by 218 tests: return false; 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
false;executed 158172 times by 218 tests: return false; 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 158172 |
853 | } | - |
854 | void QCoreApplication::sendPostedEvents(QObject *receiver, int event_type) | - |
855 | { | - |
856 | QThreadData *data = QThreadData::current(); | - |
857 | | - |
858 | QCoreApplicationPrivate::sendPostedEvents(receiver, event_type, data); | - |
859 | }executed 1087000 times by 772 tests: end of block 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_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
| 1087000 |
860 | | - |
861 | void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type, | - |
862 | QThreadData *data) | - |
863 | { | - |
864 | if (event_type == -1TRUE | never evaluated | FALSE | evaluated 1087000 times by 774 testsEvaluated 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_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
) { | 0-1087000 |
865 | | - |
866 | event_type = 0; | - |
867 | } never executed: end of block | 0 |
868 | | - |
869 | if (receiverTRUE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| FALSE | evaluated 1085087 times by 774 testsEvaluated 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_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
&& receiver->d_func()->threadData != dataTRUE | never evaluated | FALSE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
) { | 0-1085087 |
870 | QMessageLogger(__FILE__, 1520, __PRETTY_FUNCTION__).warning("QCoreApplication::sendPostedEvents: Cannot send " | - |
871 | "posted events for objects in another thread"); | - |
872 | return; never executed: return; | 0 |
873 | } | - |
874 | | - |
875 | ++data->postEventList.recursion; | - |
876 | | - |
877 | QMutexLocker locker(&data->postEventList.mutex); | - |
878 | | - |
879 | | - |
880 | | - |
881 | | - |
882 | data->canWait = (data->postEventList.size() == 0); | - |
883 | | - |
884 | if (data->postEventList.size() == 0TRUE | evaluated 706752 times by 741 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QAtomicInt
- 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| FALSE | evaluated 380248 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
|| (receiverTRUE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| FALSE | evaluated 378335 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
&& !receiver->d_func()->postedEventsTRUE | evaluated 52 times by 8 testsEvaluated by:- tst_QAbstractItemView
- tst_QDBusPendingCall
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QItemDelegate
- tst_QTableView
- tst_QTreeWidget
| FALSE | evaluated 1861 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
)) { | 52-706752 |
885 | --data->postEventList.recursion; | - |
886 | return;executed 706804 times by 741 tests: return; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QAtomicInt
- 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_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| 706804 |
887 | } | - |
888 | | - |
889 | data->canWait = true; | - |
890 | | - |
891 | | - |
892 | | - |
893 | int startOffset = data->postEventList.startOffset; | - |
894 | int &i = (!event_typeTRUE | evaluated 375636 times by 353 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 4560 times by 118 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
&& !receiverTRUE | evaluated 375598 times by 353 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 38 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
) ? data->postEventList.startOffset : startOffset; | 38-375636 |
895 | data->postEventList.insertionOffset = data->postEventList.size(); | - |
896 | | - |
897 | | - |
898 | struct CleanUp { | - |
899 | QObject *receiver; | - |
900 | int event_type; | - |
901 | QThreadData *data; | - |
902 | bool exceptionCaught; | - |
903 | | - |
904 | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) : | - |
905 | receiver(receiver), event_type(event_type), data(data), exceptionCaught(true) | - |
906 | {}executed 380196 times by 354 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 380196 |
907 | inline ~CleanUp() | - |
908 | { | - |
909 | if (exceptionCaughtTRUE | never evaluated | FALSE | evaluated 380196 times by 355 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 0-380196 |
910 | | - |
911 | data->canWait = false; | - |
912 | } never executed: end of block | 0 |
913 | | - |
914 | --data->postEventList.recursion; | - |
915 | if (!data->postEventList.recursionTRUE | evaluated 377125 times by 355 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 3071 times by 29 testsEvaluated by:- tst_Gestures
- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QDialog
- tst_QEventLoop
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QGuiEventLoop
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkReply
- tst_QObject
- tst_QOpenGLWidget
- ...
|
&& !data->canWaitTRUE | evaluated 30205 times by 202 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| FALSE | evaluated 346920 times by 355 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
&& data->hasEventDispatcher()TRUE | evaluated 30205 times by 202 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| FALSE | never evaluated |
) | 0-377125 |
916 | data->eventDispatcher.load()->wakeUp();executed 30205 times by 202 tests: data->eventDispatcher.load()->wakeUp(); 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 30205 |
917 | | - |
918 | | - |
919 | | - |
920 | if (!event_typeTRUE | evaluated 375636 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 4560 times by 118 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
&& !receiverTRUE | evaluated 375598 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 38 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
&& data->postEventList.startOffset >= 0TRUE | evaluated 375598 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | never evaluated |
) { | 0-375636 |
921 | const QPostEventList::iterator it = data->postEventList.begin(); | - |
922 | data->postEventList.erase(it, it + data->postEventList.startOffset); | - |
923 | data->postEventList.insertionOffset -= data->postEventList.startOffset; | - |
924 | ((!(data->postEventList.insertionOffset >= 0)) ? qt_assert("data->postEventList.insertionOffset >= 0",__FILE__,1574) : qt_noop()); | - |
925 | data->postEventList.startOffset = 0; | - |
926 | }executed 375598 times by 354 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 375598 |
927 | }executed 380196 times by 355 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 380196 |
928 | }; | - |
929 | CleanUp cleanup(receiver, event_type, data); | - |
930 | | - |
931 | while (i < data->postEventList.size()TRUE | evaluated 697487 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 350698 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 350698-697487 |
932 | | - |
933 | if (i >= data->postEventList.insertionOffsetTRUE | evaluated 29498 times by 204 testsEvaluated 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| FALSE | evaluated 667989 times by 354 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 29498-667989 |
934 | break;executed 29498 times by 204 tests: break; 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_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 29498 |
935 | | - |
936 | const QPostEvent &pe = data->postEventList.at(i); | - |
937 | ++i; | - |
938 | | - |
939 | if (!pe.eventTRUE | evaluated 68943 times by 131 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- ...
| FALSE | evaluated 599046 times by 353 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) | 68943-599046 |
940 | continue;executed 68943 times by 131 tests: continue; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- ...
| 68943 |
941 | if ((receiverTRUE | evaluated 32659 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| FALSE | evaluated 566387 times by 353 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
&& receiver != pe.receiverTRUE | evaluated 28394 times by 26 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- tst_QTouchEvent
- tst_QTreeView
- ...
| FALSE | evaluated 4265 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
) || (event_typeTRUE | evaluated 13843 times by 75 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
| FALSE | evaluated 556809 times by 353 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
&& event_type != pe.event->type()TRUE | evaluated 11190 times by 55 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- ...
| FALSE | evaluated 2653 times by 58 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- ...
|
)) { | 2653-566387 |
942 | data->canWait = false; | - |
943 | continue;executed 39584 times by 58 tests: continue; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QCoreApplication
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
| 39584 |
944 | } | - |
945 | | - |
946 | if (pe.event->type() == QEvent::DeferredDeleteTRUE | evaluated 5870 times by 174 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- ...
| FALSE | evaluated 553592 times by 351 testsEvaluated 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
) { | 5870-553592 |
947 | | - |
948 | | - |
949 | | - |
950 | int loopLevel = static_cast<QDeferredDeleteEvent *>(pe.event)->loopLevel(); | - |
951 | const bool allowDeferredDelete = | - |
952 | (loopLevel > data->loopLevelTRUE | evaluated 2273 times by 151 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- ...
| FALSE | evaluated 3597 times by 73 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- ...
|
| 2273-3597 |
953 | || (!loopLevelTRUE | evaluated 3513 times by 72 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- ...
| FALSE | evaluated 84 times by 4 testsEvaluated by:- tst_QApplication
- tst_QItemDelegate
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QTcpSocket
|
&& data->loopLevel > 0TRUE | evaluated 1207 times by 41 testsEvaluated by:- tst_QApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPointer
- tst_QProcess
- tst_QSslSocket
- tst_QToolButton
- tst_Spdy
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- ...
| FALSE | evaluated 2306 times by 39 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- ...
|
) | 84-3513 |
954 | || (event_type == QEvent::DeferredDeleteTRUE | evaluated 794 times by 37 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- tst_QShortcut
- ...
| FALSE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
|
| 794-1596 |
955 | && loopLevel == data->loopLevelTRUE | evaluated 793 times by 37 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- tst_QShortcut
- ...
| FALSE | evaluated 1 time by 1 test |
)); | 1-793 |
956 | if (!allowDeferredDeleteTRUE | evaluated 1597 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| FALSE | evaluated 4273 times by 173 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- ...
|
) { | 1597-4273 |
957 | | - |
958 | if (!event_typeTRUE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| FALSE | evaluated 1 time by 1 test |
&& !receiverTRUE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| FALSE | never evaluated |
) { | 0-1596 |
959 | | - |
960 | | - |
961 | | - |
962 | | - |
963 | QPostEvent pe_copy = pe; | - |
964 | | - |
965 | | - |
966 | | - |
967 | const_cast<QPostEvent &>(pe).event = 0; | - |
968 | | - |
969 | | - |
970 | data->postEventList.addEvent(pe_copy); | - |
971 | }executed 1596 times by 34 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| 1596 |
972 | continue;executed 1597 times by 34 tests: continue; Executed by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| 1597 |
973 | } | - |
974 | }executed 4273 times by 173 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- ...
| 4273 |
975 | | - |
976 | | - |
977 | | - |
978 | pe.event->posted = false; | - |
979 | QEvent *e = pe.event; | - |
980 | QObject * r = pe.receiver; | - |
981 | | - |
982 | --r->d_func()->postedEvents; | - |
983 | ((!(r->d_func()->postedEvents >= 0)) ? qt_assert("r->d_func()->postedEvents >= 0",__FILE__,1633) : qt_noop()); | - |
984 | | - |
985 | | - |
986 | | - |
987 | const_cast<QPostEvent &>(pe).event = 0; | - |
988 | | - |
989 | struct MutexUnlocker | - |
990 | { | - |
991 | QMutexLocker &m; | - |
992 | MutexUnlocker(QMutexLocker &m) : m(m) { m.unlock(); }executed 557865 times by 352 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 557865 |
993 | ~MutexUnlocker() { m.relock(); }executed 557865 times by 353 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 557865 |
994 | }; | - |
995 | MutexUnlocker unlocker(locker); | - |
996 | | - |
997 | QScopedPointer<QEvent> event_deleter(e); | - |
998 | | - |
999 | | - |
1000 | QCoreApplication::sendEvent(r, e); | - |
1001 | | - |
1002 | | - |
1003 | | - |
1004 | | - |
1005 | }executed 557864 times by 352 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 557864 |
1006 | | - |
1007 | cleanup.exceptionCaught = false; | - |
1008 | }executed 380196 times by 355 tests: end of block 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| 380196 |
1009 | void QCoreApplication::removePostedEvents(QObject *receiver, int eventType) | - |
1010 | { | - |
1011 | QThreadData *data = receiverTRUE | evaluated 78902 times by 474 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QCommandLineParser
- ...
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
? receiver->d_func()->threadData : QThreadData::current(); | 4-78902 |
1012 | QMutexLocker locker(&data->postEventList.mutex); | - |
1013 | | - |
1014 | | - |
1015 | | - |
1016 | | - |
1017 | | - |
1018 | if (receiverTRUE | evaluated 78902 times by 474 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- 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_QCommandLineParser
- ...
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
&& !receiver->d_func()->postedEventsTRUE | evaluated 26697 times by 276 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| FALSE | evaluated 52205 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
) | 4-78902 |
1019 | return;executed 26697 times by 276 tests: return; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 26697 |
1020 | | - |
1021 | | - |
1022 | | - |
1023 | QVarLengthArray<QEvent*> events; | - |
1024 | int n = data->postEventList.size(); | - |
1025 | int j = 0; | - |
1026 | | - |
1027 | for (int i = 0; i < nTRUE | evaluated 7008461 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 52209 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
; ++i) { | 52209-7008461 |
1028 | const QPostEvent &pe = data->postEventList.at(i); | - |
1029 | | - |
1030 | if ((!receiverTRUE | evaluated 24 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 7008437 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
|| pe.receiver == receiverTRUE | evaluated 82218 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 6926219 times by 210 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 24-7008437 |
1031 | && (pe.eventTRUE | evaluated 81187 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1055 times by 37 testsEvaluated by:- tst_QAbstractItemView
- tst_QApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFtp
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
&& (eventType == 0TRUE | evaluated 80894 times by 455 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 293 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
|| pe.event->type() == eventTypeTRUE | evaluated 162 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
| FALSE | evaluated 131 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
))) { | 131-81187 |
1032 | --pe.receiver->d_func()->postedEvents; | - |
1033 | pe.event->posted = false; | - |
1034 | events.append(pe.event); | - |
1035 | const_cast<QPostEvent &>(pe).event = 0; | - |
1036 | }executed 81056 times by 456 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
else if (!data->postEventList.recursionTRUE | evaluated 6915131 times by 192 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| FALSE | evaluated 12274 times by 55 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
) { | 12274-6915131 |
1037 | if (i != jTRUE | evaluated 1151376 times by 167 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| FALSE | evaluated 5763755 times by 178 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
) | 1151376-5763755 |
1038 | qSwap(data->postEventList[i], data->postEventList[j]);executed 1151376 times by 167 tests: qSwap(data->postEventList[i], data->postEventList[j]); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| 1151376 |
1039 | ++j; | - |
1040 | }executed 6915131 times by 192 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- 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_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 6915131 |
1041 | }executed 7008461 times by 456 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| 7008461 |
1042 | | - |
1043 | | - |
1044 | if (receiverTRUE | evaluated 52205 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
&& eventType == 0TRUE | evaluated 52074 times by 455 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 131 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
) { | 4-52205 |
1045 | ((!(!receiver->d_func()->postedEvents)) ? qt_assert("!receiver->d_func()->postedEvents",__FILE__,1716) : qt_noop()); | - |
1046 | }executed 52074 times by 455 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| 52074 |
1047 | | - |
1048 | | - |
1049 | if (!data->postEventList.recursionTRUE | evaluated 51027 times by 453 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 1182 times by 55 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
) { | 1182-51027 |
1050 | | - |
1051 | data->postEventList.erase(data->postEventList.begin() + j, data->postEventList.end()); | - |
1052 | }executed 51027 times by 453 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| 51027 |
1053 | | - |
1054 | locker.unlock(); | - |
1055 | for (int i = 0; i < events.count()TRUE | evaluated 81056 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| FALSE | evaluated 52209 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
; ++i) { | 52209-81056 |
1056 | delete events[i]; | - |
1057 | }executed 81056 times by 456 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| 81056 |
1058 | }executed 52209 times by 456 tests: end of block Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| 52209 |
1059 | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | - |
1060 | { | - |
1061 | if (!eventTRUE | never evaluated | FALSE | never evaluated |
|| !event->postedTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1062 | return; never executed: return; | 0 |
1063 | | - |
1064 | QThreadData *data = QThreadData::current(); | - |
1065 | | - |
1066 | QMutexLocker locker(&data->postEventList.mutex); | - |
1067 | | - |
1068 | if (data->postEventList.size() == 0TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1069 | | - |
1070 | QMessageLogger(__FILE__, 1752, __PRETTY_FUNCTION__).debug("QCoreApplication::removePostedEvent: Internal error: %p %d is posted", | - |
1071 | (void*)event, event->type()); | - |
1072 | return; never executed: return; | 0 |
1073 | | - |
1074 | } | - |
1075 | | - |
1076 | for (int i = 0; i < data->postEventList.size()TRUE | never evaluated | FALSE | never evaluated |
; ++i) { | 0 |
1077 | const QPostEvent & pe = data->postEventList.at(i); | - |
1078 | if (pe.event == eventTRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1079 | | - |
1080 | QMessageLogger(__FILE__, 1762, __PRETTY_FUNCTION__).warning("QCoreApplication::removePostedEvent: Event of type %d deleted while posted to %s %s", | - |
1081 | event->type(), | - |
1082 | pe.receiver->metaObject()->className(), | - |
1083 | pe.receiver->objectName().toLocal8Bit().data()); | - |
1084 | | - |
1085 | --pe.receiver->d_func()->postedEvents; | - |
1086 | pe.event->posted = false; | - |
1087 | delete pe.event; | - |
1088 | const_cast<QPostEvent &>(pe).event = 0; | - |
1089 | return; never executed: return; | 0 |
1090 | } | - |
1091 | } never executed: end of block | 0 |
1092 | } never executed: end of block | 0 |
1093 | | - |
1094 | | - |
1095 | | - |
1096 | | - |
1097 | bool QCoreApplication::event(QEvent *e) | - |
1098 | { | - |
1099 | if (e->type() == QEvent::QuitTRUE | evaluated 17 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| FALSE | evaluated 2306 times by 235 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
|
) { | 17-2306 |
1100 | quit(); | - |
1101 | returnexecuted 17 times by 6 tests: return true; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
true;executed 17 times by 6 tests: return true; Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| 17 |
1102 | } | - |
1103 | returnexecuted 2306 times by 235 tests: return QObject::event(e); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
QObject::event(e);executed 2306 times by 235 tests: return QObject::event(e); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
| 2306 |
1104 | } | - |
1105 | void QCoreApplicationPrivate::ref() | - |
1106 | { | - |
1107 | quitLockRef.ref(); | - |
1108 | }executed 12 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
1109 | | - |
1110 | void QCoreApplicationPrivate::deref() | - |
1111 | { | - |
1112 | if (!quitLockRef.deref()TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 10 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 2-10 |
1113 | maybeQuit();executed 2 times by 2 tests: maybeQuit(); Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
1114 | }executed 12 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
1115 | | - |
1116 | void QCoreApplicationPrivate::maybeQuit() | - |
1117 | { | - |
1118 | if (quitLockRef.load() == 0TRUE | evaluated 2992 times by 120 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| FALSE | never evaluated |
&& in_execTRUE | evaluated 22 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| FALSE | evaluated 2970 times by 117 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- ...
|
&& quitLockRefEnabledTRUE | evaluated 22 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| FALSE | never evaluated |
&& shouldQuit()TRUE | evaluated 21 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| FALSE | evaluated 1 time by 1 test |
) | 0-2992 |
1119 | QCoreApplication::postEvent(QCoreApplication::instance(), new QEvent(QEvent::Quit));executed 21 times by 6 tests: QCoreApplication::postEvent(QCoreApplication::instance(), new QEvent(QEvent::Quit)); Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| 21 |
1120 | }executed 2992 times by 120 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 2992 |
1121 | void QCoreApplication::quit() | - |
1122 | { | - |
1123 | exit(0);executed 88 times by 11 tests: exit(0); Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QStateMachine
- tst_QSystemTrayIcon
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
| 88 |
1124 | } | - |
1125 | bool QCoreApplication::installTranslator(QTranslator *translationFile) | - |
1126 | { | - |
1127 | if (!translationFileTRUE | never evaluated | FALSE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 0-35 |
1128 | return never executed: return false; false;never executed: return false; | 0 |
1129 | | - |
1130 | if (!QCoreApplicationPrivate::checkInstance("installTranslator")TRUE | never evaluated | FALSE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 0-35 |
1131 | return never executed: return false; false;never executed: return false; | 0 |
1132 | QCoreApplicationPrivate *d = self->d_func(); | - |
1133 | d->translators.prepend(translationFile); | - |
1134 | | - |
1135 | | - |
1136 | if (translationFile->isEmpty()TRUE | evaluated 1 time by 1 test | FALSE | evaluated 34 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 1-34 |
1137 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
1138 | | - |
1139 | | - |
1140 | | - |
1141 | QEvent ev(QEvent::LanguageChange); | - |
1142 | QCoreApplication::sendEvent(self, &ev); | - |
1143 | | - |
1144 | | - |
1145 | returnexecuted 34 times by 4 tests: return true; Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
true;executed 34 times by 4 tests: return true; Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 34 |
1146 | } | - |
1147 | bool QCoreApplication::removeTranslator(QTranslator *translationFile) | - |
1148 | { | - |
1149 | if (!translationFileTRUE | never evaluated | FALSE | evaluated 47 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
|
) | 0-47 |
1150 | return never executed: return false; false;never executed: return false; | 0 |
1151 | if (!QCoreApplicationPrivate::checkInstance("removeTranslator")TRUE | never evaluated | FALSE | evaluated 47 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
|
) | 0-47 |
1152 | return never executed: return false; false;never executed: return false; | 0 |
1153 | QCoreApplicationPrivate *d = self->d_func(); | - |
1154 | if (d->translators.removeAll(translationFile)TRUE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| FALSE | evaluated 12 times by 3 testsEvaluated by:- tst_QProgressDialog
- tst_QTranslator
- tst_qkeysequence - unknown status
|
) { | 12-35 |
1155 | | - |
1156 | if (!self->closingDown()TRUE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| FALSE | never evaluated |
) { | 0-35 |
1157 | QEvent ev(QEvent::LanguageChange); | - |
1158 | QCoreApplication::sendEvent(self, &ev); | - |
1159 | }executed 35 times by 4 tests: end of block Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 35 |
1160 | | - |
1161 | returnexecuted 35 times by 4 tests: return true; Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
true;executed 35 times by 4 tests: return true; Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 35 |
1162 | } | - |
1163 | returnexecuted 12 times by 3 tests: return false; Executed by:- tst_QProgressDialog
- tst_QTranslator
- tst_qkeysequence - unknown status
false;executed 12 times by 3 tests: return false; Executed by:- tst_QProgressDialog
- tst_QTranslator
- tst_qkeysequence - unknown status
| 12 |
1164 | } | - |
1165 | | - |
1166 | static void replacePercentN(QString *result, int n) | - |
1167 | { | - |
1168 | if (n >= 0TRUE | evaluated 6 times by 1 test | FALSE | evaluated 358502 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
) { | 6-358502 |
1169 | int percentPos = 0; | - |
1170 | int len = 0; | - |
1171 | while ((TRUE | evaluated 6 times by 1 test | FALSE | evaluated 6 times by 1 test |
percentPos = result->indexOf(QLatin1Char('%'), percentPos + len)) != -1TRUE | evaluated 6 times by 1 test | FALSE | evaluated 6 times by 1 test |
) { | 6 |
1172 | len = 1; | - |
1173 | QString fmt; | - |
1174 | if (result->at(percentPos + len) == QLatin1Char('L')TRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) { | 0-6 |
1175 | ++len; | - |
1176 | fmt = QLatin1String("%L1"); | - |
1177 | } never executed: end of block else { | 0 |
1178 | fmt = QLatin1String("%1"); | - |
1179 | }executed 6 times by 1 test: end of block | 6 |
1180 | if (result->at(percentPos + len) == QLatin1Char('n')TRUE | evaluated 6 times by 1 test | FALSE | never evaluated |
) { | 0-6 |
1181 | fmt = fmt.arg(n); | - |
1182 | ++len; | - |
1183 | result->replace(percentPos, len, fmt); | - |
1184 | len = fmt.length(); | - |
1185 | }executed 6 times by 1 test: end of block | 6 |
1186 | }executed 6 times by 1 test: end of block | 6 |
1187 | }executed 6 times by 1 test: end of block | 6 |
1188 | }executed 358508 times by 194 tests: end of block Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 358508 |
1189 | QString QCoreApplication::translate(const char *context, const char *sourceText, | - |
1190 | const char *disambiguation, int n) | - |
1191 | { | - |
1192 | QString result; | - |
1193 | | - |
1194 | if (!sourceTextTRUE | never evaluated | FALSE | evaluated 358508 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
) | 0-358508 |
1195 | return never executed: return result; result;never executed: return result; | 0 |
1196 | | - |
1197 | if (selfTRUE | evaluated 358474 times by 191 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| FALSE | evaluated 34 times by 4 testsEvaluated by:- tst_QApplication
- tst_QDnsLookup_Appless
- tst_QPageLayout
- tst_QPageSize
|
&& !self->d_func()->translators.isEmpty()TRUE | evaluated 377 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| FALSE | evaluated 358097 times by 190 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
) { | 34-358474 |
1198 | QList<QTranslator*>::ConstIterator it; | - |
1199 | QTranslator *translationFile; | - |
1200 | for (it = self->d_func()->translators.constBegin(); it != self->d_func()->translators.constEnd()TRUE | evaluated 422 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| FALSE | evaluated 66 times by 2 testsEvaluated by:- tst_QKeySequence
- tst_QTranslator
|
; ++it) { | 66-422 |
1201 | translationFile = *it; | - |
1202 | result = translationFile->translate(context, sourceText, disambiguation, n); | - |
1203 | if (!result.isNull()TRUE | evaluated 311 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| FALSE | evaluated 111 times by 2 testsEvaluated by:- tst_QKeySequence
- tst_QTranslator
|
) | 111-311 |
1204 | break;executed 311 times by 4 tests: break; Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 311 |
1205 | }executed 111 times by 2 tests: end of block Executed by:- tst_QKeySequence
- tst_QTranslator
| 111 |
1206 | }executed 377 times by 4 tests: end of block Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 377 |
1207 | | - |
1208 | if (result.isNull()TRUE | evaluated 358197 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| FALSE | evaluated 311 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 311-358197 |
1209 | result = QString::fromUtf8(sourceText);executed 358197 times by 194 tests: result = QString::fromUtf8(sourceText); Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 358197 |
1210 | | - |
1211 | replacePercentN(&result, n); | - |
1212 | returnexecuted 358508 times by 194 tests: return result; Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
result;executed 358508 times by 194 tests: return result; Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 358508 |
1213 | } | - |
1214 | | - |
1215 | | - |
1216 | | - |
1217 | | - |
1218 | | - |
1219 | | - |
1220 | | - |
1221 | QString qtTrId(const char *id, int n) | - |
1222 | { | - |
1223 | return never executed: return QCoreApplication::translate(0, id, 0, n); QCoreApplication::translate(0, id, 0, n);never executed: return QCoreApplication::translate(0, id, 0, n); | 0 |
1224 | } | - |
1225 | | - |
1226 | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | - |
1227 | { | - |
1228 | returnexecuted 38 times by 5 tests: return QCoreApplication::self && QCoreApplication::self->d_func()->translators.contains(translator); Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
QCoreApplication::selfTRUE | evaluated 38 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
| FALSE | never evaluated |
executed 38 times by 5 tests: return QCoreApplication::self && QCoreApplication::self->d_func()->translators.contains(translator); Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
| 0-38 |
1229 | && QCoreApplication::self->d_func()->translators.contains(translator)TRUE | evaluated 3 times by 1 test | FALSE | evaluated 35 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
|
;executed 38 times by 5 tests: return QCoreApplication::self && QCoreApplication::self->d_func()->translators.contains(translator); Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
| 3-38 |
1230 | } | - |
1231 | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) | - |
1232 | { | - |
1233 | if (QCoreApplicationPrivate::cachedApplicationFilePathTRUE | never evaluated | FALSE | evaluated 744 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-744 |
1234 | * never executed: *QCoreApplicationPrivate::cachedApplicationFilePath = path; QCoreApplicationPrivate::cachedApplicationFilePath = path;never executed: *QCoreApplicationPrivate::cachedApplicationFilePath = path; | 0 |
1235 | else | - |
1236 | QCoreApplicationPrivate::cachedApplicationFilePath = new QString(path);executed 744 times by 22 tests: QCoreApplicationPrivate::cachedApplicationFilePath = new QString(path); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 744 |
1237 | } | - |
1238 | QString QCoreApplication::applicationDirPath() | - |
1239 | { | - |
1240 | if (!selfTRUE | never evaluated | FALSE | evaluated 1956 times by 91 testsEvaluated by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- ...
|
) { | 0-1956 |
1241 | QMessageLogger(__FILE__, 2091, __PRETTY_FUNCTION__).warning("QCoreApplication::applicationDirPath: Please instantiate the QApplication object first"); | - |
1242 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
1243 | } | - |
1244 | | - |
1245 | QCoreApplicationPrivate *d = self->d_func(); | - |
1246 | if (d->cachedApplicationDirPath.isNull()TRUE | evaluated 743 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 1213 times by 73 testsEvaluated by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- tst_QGlyphRun
- tst_QIODevice
- tst_QIcoImageFormat
- tst_QImageReader
- tst_QImageWriter
- tst_QLabel
- ...
|
) | 743-1213 |
1247 | d->cachedApplicationDirPath = QFileInfo(applicationFilePath()).path();executed 743 times by 22 tests: d->cachedApplicationDirPath = QFileInfo(applicationFilePath()).path(); Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 743 |
1248 | returnexecuted 1955 times by 91 tests: return d->cachedApplicationDirPath; Executed by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- ...
d->cachedApplicationDirPath;executed 1955 times by 91 tests: return d->cachedApplicationDirPath; Executed by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- ...
| 1955 |
1249 | } | - |
1250 | QString QCoreApplication::applicationFilePath() | - |
1251 | { | - |
1252 | if (!selfTRUE | never evaluated | FALSE | evaluated 822 times by 51 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
|
) { | 0-822 |
1253 | QMessageLogger(__FILE__, 2119, __PRETTY_FUNCTION__).warning("QCoreApplication::applicationFilePath: Please instantiate the QApplication object first"); | - |
1254 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
1255 | } | - |
1256 | | - |
1257 | QCoreApplicationPrivate *d = self->d_func(); | - |
1258 | | - |
1259 | if (d->argcTRUE | evaluated 740 times by 48 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- ...
| FALSE | evaluated 82 times by 5 testsEvaluated by:- tst_QApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
|
) { | 82-740 |
1260 | static const char *procName = d->argv[0]; | - |
1261 | if (qstrcmp(procName, d->argv[0]) != 0TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
| FALSE | evaluated 735 times by 48 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- ...
|
) { | 5-735 |
1262 | | - |
1263 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
1264 | procName = d->argv[0]; | - |
1265 | }executed 5 times by 2 tests: end of block Executed by:- tst_QApplication
- tst_QGuiApplication
| 5 |
1266 | }executed 740 times by 48 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- ...
| 740 |
1267 | | - |
1268 | if (QCoreApplicationPrivate::cachedApplicationFilePathTRUE | evaluated 77 times by 36 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- ...
| FALSE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 77-745 |
1269 | returnexecuted 77 times by 36 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- ...
*QCoreApplicationPrivate::cachedApplicationFilePath;executed 77 times by 36 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- ...
| 77 |
1270 | QFileInfo pfi(QString::fromLatin1("/proc/%1/exe").arg(getpid())); | - |
1271 | if (pfi.exists()TRUE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
&& pfi.isSymLink()TRUE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
) { | 0-745 |
1272 | QCoreApplicationPrivate::setApplicationFilePath(pfi.canonicalFilePath()); | - |
1273 | returnexecuted 744 times by 22 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
*QCoreApplicationPrivate::cachedApplicationFilePath;executed 744 times by 22 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 744 |
1274 | } | - |
1275 | | - |
1276 | if (!arguments().isEmpty()TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1277 | QString argv0 = QFile::decodeName(arguments().at(0).toLocal8Bit()); | - |
1278 | QString absPath; | - |
1279 | | - |
1280 | if (!argv0.isEmpty()TRUE | never evaluated | FALSE | never evaluated |
&& argv0.at(0) == QLatin1Char('/')TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1281 | | - |
1282 | | - |
1283 | | - |
1284 | | - |
1285 | absPath = argv0; | - |
1286 | } never executed: end of block else if (argv0.contains(QLatin1Char('/'))TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1287 | | - |
1288 | | - |
1289 | | - |
1290 | | - |
1291 | absPath = QDir::current().absoluteFilePath(argv0); | - |
1292 | } never executed: end of block else { | 0 |
1293 | | - |
1294 | | - |
1295 | | - |
1296 | | - |
1297 | absPath = QStandardPaths::findExecutable(argv0); | - |
1298 | } never executed: end of block | 0 |
1299 | | - |
1300 | absPath = QDir::cleanPath(absPath); | - |
1301 | | - |
1302 | QFileInfo fi(absPath); | - |
1303 | if (fi.exists()TRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
1304 | QCoreApplicationPrivate::setApplicationFilePath(fi.canonicalFilePath()); | - |
1305 | return never executed: return *QCoreApplicationPrivate::cachedApplicationFilePath; *QCoreApplicationPrivate::cachedApplicationFilePath;never executed: return *QCoreApplicationPrivate::cachedApplicationFilePath; | 0 |
1306 | } | - |
1307 | } never executed: end of block | 0 |
1308 | | - |
1309 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
1310 | | - |
1311 | do dead code: do { ((!(false)) ? qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached",__FILE__,2223) : qt_noop()); __builtin_unreachable(); } while (0); { ((!(false)) ? qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached",__FILE__,2223) : qt_noop()); __builtin_unreachable(); } while (0);dead code: do { ((!(false)) ? qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached",__FILE__,2223) : qt_noop()); __builtin_unreachable(); } while (0); | - |
1312 | } | - |
1313 | | - |
1314 | | - |
1315 | | - |
1316 | | - |
1317 | | - |
1318 | | - |
1319 | qint64 QCoreApplication::applicationPid() | - |
1320 | { | - |
1321 | | - |
1322 | | - |
1323 | | - |
1324 | | - |
1325 | | - |
1326 | returnexecuted 2767 times by 28 tests: return getpid(); Executed by:- tst_QAbstractNetworkCache
- tst_QColorDialog
- tst_QCoreApplication
- tst_QDBusMarshall
- tst_QDir
- tst_QFile
- tst_QFileDialog2
- tst_QFileInfo
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QImageReader
- tst_QImageWriter
- tst_QLockFile
- tst_QMimeDatabase
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPdfWriter
- tst_QPixmap
- tst_QSaveFile
- tst_QSettings
- tst_QStorageInfo
- tst_QTemporaryFile
- ...
getpid();executed 2767 times by 28 tests: return getpid(); Executed by:- tst_QAbstractNetworkCache
- tst_QColorDialog
- tst_QCoreApplication
- tst_QDBusMarshall
- tst_QDir
- tst_QFile
- tst_QFileDialog2
- tst_QFileInfo
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QImageReader
- tst_QImageWriter
- tst_QLockFile
- tst_QMimeDatabase
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPdfWriter
- tst_QPixmap
- tst_QSaveFile
- tst_QSettings
- tst_QStorageInfo
- tst_QTemporaryFile
- ...
| 2767 |
1327 | | - |
1328 | } | - |
1329 | QStringList QCoreApplication::arguments() | - |
1330 | { | - |
1331 | QStringList list; | - |
1332 | | - |
1333 | if (!selfTRUE | never evaluated | FALSE | evaluated 336 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
) { | 0-336 |
1334 | QMessageLogger(__FILE__, 2278, __PRETTY_FUNCTION__).warning("QCoreApplication::arguments: Please instantiate the QApplication object first"); | - |
1335 | return never executed: return list; list;never executed: return list; | 0 |
1336 | } | - |
1337 | const int ac = self->d_func()->argc; | - |
1338 | char ** const av = self->d_func()->argv; | - |
1339 | list.reserve(ac); | - |
1340 | for (int a = 0; a < acTRUE | evaluated 358 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| FALSE | evaluated 336 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
; ++a) { | 336-358 |
1341 | list << QString::fromLocal8Bit(av[a]); | - |
1342 | }executed 358 times by 130 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 358 |
1343 | | - |
1344 | returnexecuted 336 times by 130 tests: return list; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
list;executed 336 times by 130 tests: return list; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 336 |
1345 | } | - |
1346 | void QCoreApplication::setOrganizationName(const QString &orgName) | - |
1347 | { | - |
1348 | if (coreappdata()->orgName == orgNameTRUE | evaluated 1 time by 1 test | FALSE | evaluated 7 times by 3 testsEvaluated by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
|
) | 1-7 |
1349 | return;executed 1 time by 1 test: return; | 1 |
1350 | coreappdata()->orgName = orgName; | - |
1351 | | - |
1352 | if (QCoreApplication::selfTRUE | evaluated 7 times by 3 testsEvaluated by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| FALSE | never evaluated |
) | 0-7 |
1353 | QCoreApplication::self->organizationNameChanged();executed 7 times by 3 tests: QCoreApplication::self->organizationNameChanged(); Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
1354 | | - |
1355 | }executed 7 times by 3 tests: end of block Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
1356 | | - |
1357 | QString QCoreApplication::organizationName() | - |
1358 | { | - |
1359 | | - |
1360 | | - |
1361 | | - |
1362 | returnexecuted 46 times by 3 tests: return coreappdata()->orgName; Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
coreappdata()->orgName;executed 46 times by 3 tests: return coreappdata()->orgName; Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 46 |
1363 | } | - |
1364 | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) | - |
1365 | { | - |
1366 | if (coreappdata()->orgDomain == orgDomainTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1367 | return; never executed: return; | 0 |
1368 | coreappdata()->orgDomain = orgDomain; | - |
1369 | | - |
1370 | if (QCoreApplication::selfTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1371 | QCoreApplication::self->organizationDomainChanged(); never executed: QCoreApplication::self->organizationDomainChanged(); | 0 |
1372 | | - |
1373 | } never executed: end of block | 0 |
1374 | | - |
1375 | QString QCoreApplication::organizationDomain() | - |
1376 | { | - |
1377 | returnexecuted 8 times by 3 tests: return coreappdata()->orgDomain; Executed by:- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QSettings
coreappdata()->orgDomain;executed 8 times by 3 tests: return coreappdata()->orgDomain; Executed by:- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QSettings
| 8 |
1378 | } | - |
1379 | void QCoreApplication::setApplicationName(const QString &application) | - |
1380 | { | - |
1381 | coreappdata()->applicationNameSet = !application.isEmpty(); | - |
1382 | QString newAppName = application; | - |
1383 | if (newAppName.isEmpty()TRUE | evaluated 10 times by 5 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qstandardpaths
| FALSE | evaluated 27 times by 10 testsEvaluated by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
|
&& QCoreApplication::selfTRUE | evaluated 8 times by 3 testsEvaluated by:- tst_QSettings
- tst_QWidget_window
- tst_qstandardpaths
| FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 2-27 |
1384 | newAppName = QCoreApplication::self->d_func()->appName();executed 8 times by 3 tests: newAppName = QCoreApplication::self->d_func()->appName(); Executed by:- tst_QSettings
- tst_QWidget_window
- tst_qstandardpaths
| 8 |
1385 | if (coreappdata()->application == newAppNameTRUE | evaluated 10 times by 4 testsEvaluated by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
| FALSE | evaluated 27 times by 8 testsEvaluated by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
|
) | 10-27 |
1386 | return;executed 10 times by 4 tests: return; Executed by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
| 10 |
1387 | coreappdata()->application = newAppName; | - |
1388 | | - |
1389 | if (QCoreApplication::selfTRUE | evaluated 23 times by 6 testsEvaluated by:- tst_QAccessibility
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
| FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 4-23 |
1390 | QCoreApplication::self->applicationNameChanged();executed 23 times by 6 tests: QCoreApplication::self->applicationNameChanged(); Executed by:- tst_QAccessibility
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
| 23 |
1391 | | - |
1392 | }executed 27 times by 8 tests: end of block Executed by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
| 27 |
1393 | | - |
1394 | QString QCoreApplication::applicationName() | - |
1395 | { | - |
1396 | | - |
1397 | | - |
1398 | | - |
1399 | returnexecuted 10101 times by 156 tests: return coreappdata() ? coreappdata()->application : QString(); Executed by:- tst_Gestures
- tst_LargeFile
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- ...
coreappdata()TRUE | evaluated 10100 times by 155 testsEvaluated by:- tst_Gestures
- tst_LargeFile
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- ...
| FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qlockfile - unknown status
|
? coreappdata()->application : QString();executed 10101 times by 156 tests: return coreappdata() ? coreappdata()->application : QString(); Executed by:- tst_Gestures
- tst_LargeFile
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- ...
| 1-10101 |
1400 | } | - |
1401 | | - |
1402 | | - |
1403 | __attribute__((visibility("default"))) QString qt_applicationName_noFallback() | - |
1404 | { | - |
1405 | returnexecuted 2 times by 1 test: return coreappdata()->applicationNameSet ? coreappdata()->application : QString(); coreappdata()->applicationNameSetTRUE | evaluated 1 time by 1 test | FALSE | evaluated 1 time by 1 test |
? coreappdata()->application : QString();executed 2 times by 1 test: return coreappdata()->applicationNameSet ? coreappdata()->application : QString(); | 1-2 |
1406 | } | - |
1407 | void QCoreApplication::setApplicationVersion(const QString &version) | - |
1408 | { | - |
1409 | if (coreappdata()->applicationVersion == versionTRUE | never evaluated | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-4 |
1410 | return; never executed: return; | 0 |
1411 | coreappdata()->applicationVersion = version; | - |
1412 | | - |
1413 | if (QCoreApplication::selfTRUE | never evaluated | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-4 |
1414 | QCoreApplication::self->applicationVersionChanged(); never executed: QCoreApplication::self->applicationVersionChanged(); | 0 |
1415 | | - |
1416 | }executed 4 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
1417 | | - |
1418 | QString QCoreApplication::applicationVersion() | - |
1419 | { | - |
1420 | | - |
1421 | | - |
1422 | | - |
1423 | returnexecuted 8 times by 2 tests: return coreappdata()->applicationVersion; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
coreappdata()->applicationVersion;executed 8 times by 2 tests: return coreappdata()->applicationVersion; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 8 |
1424 | } | - |
1425 | | - |
1426 | | - |
1427 | | - |
1428 | namespace { namespace Q_QGS_libraryPathMutex { typedef QMutex Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 270 times by 248 testsEvaluated by:- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 270 times by 248 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
}executed 270 times by 248 tests: end of block Executed by:- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - 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_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type (QMutex::Recursive))) : value (QMutex::Recursive) { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 479 times by 147 tests: return &holder.value; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
&holder.value;executed 479 times by 147 tests: return &holder.value; Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
} } } static QGlobalStatic<QMutex, Q_QGS_libraryPathMutex::innerFunction, Q_QGS_libraryPathMutex::guard> libraryPathMutex; | 0-479 |
1429 | QStringList QCoreApplication::libraryPaths() | - |
1430 | { | - |
1431 | QMutexLocker locker(libraryPathMutex()); | - |
1432 | | - |
1433 | if (coreappdata()->manual_libpathsTRUE | evaluated 52 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
- tst_QPluginLoader
| FALSE | evaluated 411 times by 147 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
|
) | 52-411 |
1434 | returnexecuted 52 times by 5 tests: return *(coreappdata()->manual_libpaths); Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
- tst_QPluginLoader
*(coreappdata()->manual_libpaths);executed 52 times by 5 tests: return *(coreappdata()->manual_libpaths); Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
- tst_QPluginLoader
| 52 |
1435 | | - |
1436 | if (!coreappdata()->app_libpathsTRUE | evaluated 73 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 338 times by 125 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- ...
|
) { | 73-338 |
1437 | QStringList *app_libpaths = new QStringList; | - |
1438 | coreappdata()->app_libpaths.reset(app_libpaths); | - |
1439 | | - |
1440 | const QByteArray libPathEnv = qgetenv("QT_PLUGIN_PATH"); | - |
1441 | if (!libPathEnv.isEmpty()TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
|
) { | 24-49 |
1442 | QStringList paths = QFile::decodeName(libPathEnv).split(QDir::listSeparator(), QString::SkipEmptyParts); | - |
1443 | for (QStringList::const_iterator it = paths.constBegin(); it != paths.constEnd()TRUE | evaluated 51 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
; ++it) { | 49-51 |
1444 | QString canonicalPath = QDir(*it).canonicalPath(); | - |
1445 | if (!canonicalPath.isEmpty()TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 2 times by 1 test |
| 2-49 |
1446 | && !app_libpaths->contains(canonicalPath)TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | never evaluated |
) { | 0-49 |
1447 | app_libpaths->append(canonicalPath); | - |
1448 | }executed 49 times by 28 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 49 |
1449 | }executed 51 times by 28 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 51 |
1450 | }executed 49 times by 28 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 49 |
1451 | | - |
1452 | QString installPathPlugins = QLibraryInfo::location(QLibraryInfo::PluginsPath); | - |
1453 | if (QFile::exists(installPathPlugins)TRUE | evaluated 73 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | never evaluated |
) { | 0-73 |
1454 | | - |
1455 | installPathPlugins = QDir(installPathPlugins).canonicalPath(); | - |
1456 | if (!app_libpaths->contains(installPathPlugins)TRUE | evaluated 27 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 46 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
) | 27-46 |
1457 | app_libpaths->append(installPathPlugins);executed 27 times by 3 tests: app_libpaths->append(installPathPlugins); Executed by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| 27 |
1458 | }executed 73 times by 30 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 73 |
1459 | | - |
1460 | | - |
1461 | | - |
1462 | if (selfTRUE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
) self->d_func()->appendApplicationPathToLibraryPaths();executed 69 times by 30 tests: self->d_func()->appendApplicationPathToLibraryPaths(); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 4-69 |
1463 | }executed 73 times by 30 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 73 |
1464 | returnexecuted 411 times by 147 tests: return *(coreappdata()->app_libpaths); Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
*(coreappdata()->app_libpaths);executed 411 times by 147 tests: return *(coreappdata()->app_libpaths); Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
| 411 |
1465 | } | - |
1466 | void QCoreApplication::setLibraryPaths(const QStringList &paths) | - |
1467 | { | - |
1468 | QMutexLocker locker(libraryPathMutex()); | - |
1469 | | - |
1470 | | - |
1471 | | - |
1472 | | - |
1473 | if (!coreappdata()->app_libpathsTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QApplication
- tst_QFactoryLoader
| FALSE | evaluated 3 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
) | 2-3 |
1474 | libraryPaths();executed 2 times by 2 tests: libraryPaths(); Executed by:- tst_QApplication
- tst_QFactoryLoader
| 2 |
1475 | | - |
1476 | if (coreappdata()->manual_libpathsTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_QApplication
- tst_QFactoryLoader
|
) | 2-3 |
1477 | *(executed 2 times by 2 tests: *(coreappdata()->manual_libpaths) = paths; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
coreappdata()->manual_libpaths) = paths;executed 2 times by 2 tests: *(coreappdata()->manual_libpaths) = paths; Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
1478 | else | - |
1479 | coreappdata()->manual_libpaths.reset(new QStringList(paths));executed 3 times by 2 tests: coreappdata()->manual_libpaths.reset(new QStringList(paths)); Executed by:- tst_QApplication
- tst_QFactoryLoader
| 3 |
1480 | | - |
1481 | locker.unlock(); | - |
1482 | QFactoryLoader::refreshAll(); | - |
1483 | }executed 5 times by 4 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
| 5 |
1484 | void QCoreApplication::addLibraryPath(const QString &path) | - |
1485 | { | - |
1486 | if (path.isEmpty()TRUE | never evaluated | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) | 0-9 |
1487 | return; never executed: return; | 0 |
1488 | | - |
1489 | QString canonicalPath = QDir(path).canonicalPath(); | - |
1490 | if (canonicalPath.isEmpty()TRUE | never evaluated | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) | 0-9 |
1491 | return; never executed: return; | 0 |
1492 | | - |
1493 | QMutexLocker locker(libraryPathMutex()); | - |
1494 | | - |
1495 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
1496 | if (libpathsTRUE | evaluated 1 time by 1 test | FALSE | evaluated 8 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) { | 1-8 |
1497 | if (libpaths->contains(canonicalPath)TRUE | evaluated 1 time by 1 test | FALSE | never evaluated |
) | 0-1 |
1498 | return;executed 1 time by 1 test: return; | 1 |
1499 | } never executed: end of block else { | 0 |
1500 | | - |
1501 | libraryPaths(); | - |
1502 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
1503 | if (app_libpaths->contains(canonicalPath)TRUE | evaluated 3 times by 1 test | FALSE | evaluated 5 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) | 3-5 |
1504 | return;executed 3 times by 1 test: return; | 3 |
1505 | | - |
1506 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
1507 | }executed 5 times by 4 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
1508 | | - |
1509 | libpaths->prepend(canonicalPath); | - |
1510 | locker.unlock(); | - |
1511 | QFactoryLoader::refreshAll(); | - |
1512 | }executed 5 times by 4 tests: end of block Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
1513 | void QCoreApplication::removeLibraryPath(const QString &path) | - |
1514 | { | - |
1515 | if (path.isEmpty()TRUE | never evaluated | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
1516 | return; never executed: return; | 0 |
1517 | | - |
1518 | QString canonicalPath = QDir(path).canonicalPath(); | - |
1519 | if (canonicalPath.isEmpty()TRUE | never evaluated | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
1520 | return; never executed: return; | 0 |
1521 | | - |
1522 | QMutexLocker locker(libraryPathMutex()); | - |
1523 | | - |
1524 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
1525 | if (libpathsTRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| FALSE | never evaluated |
) { | 0-2 |
1526 | if (libpaths->removeAll(canonicalPath) == 0TRUE | never evaluated | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
1527 | return; never executed: return; | 0 |
1528 | }executed 2 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
else { | 2 |
1529 | | - |
1530 | libraryPaths(); | - |
1531 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
1532 | if (!app_libpaths->contains(canonicalPath)TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1533 | return; never executed: return; | 0 |
1534 | | - |
1535 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
1536 | libpaths->removeAll(canonicalPath); | - |
1537 | } never executed: end of block | 0 |
1538 | | - |
1539 | locker.unlock(); | - |
1540 | QFactoryLoader::refreshAll(); | - |
1541 | }executed 2 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
1542 | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | - |
1543 | { | - |
1544 | if (QCoreApplication::testAttribute(Qt::AA_MacPluginApplication)TRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
1545 | QMessageLogger(__FILE__, 2715, __PRETTY_FUNCTION__).warning("Native event filters are not applied when the Qt::AA_MacPluginApplication attribute is set"); | - |
1546 | return; never executed: return; | 0 |
1547 | } | - |
1548 | | - |
1549 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(QCoreApplicationPrivate::theMainThread); | - |
1550 | if (!filterObjTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
|| !eventDispatcherTRUE | never evaluated | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
1551 | return; never executed: return; | 0 |
1552 | eventDispatcher->installNativeEventFilter(filterObj); | - |
1553 | }executed 1 time by 1 test: end of block | 1 |
1554 | void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) | - |
1555 | { | - |
1556 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
1557 | if (!filterObjectTRUE | never evaluated | FALSE | never evaluated |
|| !eventDispatcherTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1558 | return; never executed: return; | 0 |
1559 | eventDispatcher->removeNativeEventFilter(filterObject); | - |
1560 | } never executed: end of block | 0 |
1561 | bool QCoreApplication::hasPendingEvents() | - |
1562 | { | - |
1563 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
1564 | if (eventDispatcherTRUE | never evaluated | FALSE | never evaluated |
) | 0 |
1565 | return never executed: return eventDispatcher->hasPendingEvents(); eventDispatcher->hasPendingEvents();never executed: return eventDispatcher->hasPendingEvents(); | 0 |
1566 | return never executed: return false; false;never executed: return false; | 0 |
1567 | } | - |
1568 | | - |
1569 | | - |
1570 | | - |
1571 | | - |
1572 | | - |
1573 | | - |
1574 | QAbstractEventDispatcher *QCoreApplication::eventDispatcher() | - |
1575 | { | - |
1576 | if (QCoreApplicationPrivate::theMainThreadTRUE | evaluated 189 times by 131 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- ...
| FALSE | never evaluated |
) | 0-189 |
1577 | returnexecuted 189 times by 131 tests: return QCoreApplicationPrivate::theMainThread.load()->eventDispatcher(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- ...
QCoreApplicationPrivate::theMainThread.load()->eventDispatcher();executed 189 times by 131 tests: return QCoreApplicationPrivate::theMainThread.load()->eventDispatcher(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- ...
| 189 |
1578 | return never executed: return 0; 0;never executed: return 0; | 0 |
1579 | } | - |
1580 | | - |
1581 | | - |
1582 | | - |
1583 | | - |
1584 | | - |
1585 | | - |
1586 | | - |
1587 | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | - |
1588 | { | - |
1589 | QThread *mainThread = QCoreApplicationPrivate::theMainThread; | - |
1590 | if (!mainThreadTRUE | never evaluated | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
1591 | mainThread = QThread::currentThread(); never executed: mainThread = QThread::currentThread(); | 0 |
1592 | mainThread->setEventDispatcher(eventDispatcher); | - |
1593 | }executed 2 times by 2 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
1594 | | - |
| | |