| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | | - |
| 18 | class QMutexUnlocker | - |
| 19 | { | - |
| 20 | public: | - |
| 21 | inline explicit QMutexUnlocker(QMutex *m) | - |
| 22 | : mtx(m) | - |
| 23 | { }executed 657414 times by 491 tests: end of blockExecuted 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
- ...
| 657414 |
| 24 | inline ~QMutexUnlocker() { unlock(); }executed 657414 times by 491 tests: end of blockExecuted 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
- ...
| 657414 |
| 25 | inline void unlock() { if (mtx| TRUE | evaluated 657414 times by 491 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 646710 times by 491 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 657414 times by 491 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 1304124 times by 491 tests: end of blockExecuted 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
- ...
| 646710-1304124 |
| 26 | | - |
| 27 | private: | - |
| 28 | QMutexUnlocker(const QMutexUnlocker &) = delete; QMutexUnlocker &operator=(const QMutexUnlocker &) = delete; | - |
| 29 | | - |
| 30 | QMutex *mtx; | - |
| 31 | }; | - |
| 32 | int QCoreApplicationPrivate::app_compile_version = 0x050000; | - |
| 33 | | - |
| 34 | bool QCoreApplicationPrivate::setuidAllowed = false; | - |
| 35 | QString QCoreApplicationPrivate::appName() const | - |
| 36 | { | - |
| 37 | QString applicationName; | - |
| 38 | | - |
| 39 | | - |
| 40 | | - |
| 41 | if (applicationName.isEmpty()| TRUE | evaluated 1091 times by 27 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_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- ...
| | FALSE | never evaluated |
&& argv[0]| TRUE | evaluated 1091 times by 27 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_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- ...
| | FALSE | never evaluated |
) { | 0-1091 |
| 42 | char *p = strrchr(argv[0], '/'); | - |
| 43 | applicationName = QString::fromLocal8Bit(p ? p + 1 : argv[0]); | - |
| 44 | }executed 1091 times by 27 tests: end of blockExecuted 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_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- ...
| 1091 |
| 45 | | - |
| 46 | returnexecuted 1091 times by 27 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_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- ...
applicationName;executed 1091 times by 27 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_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- ...
| 1091 |
| 47 | } | - |
| 48 | | - |
| 49 | | - |
| 50 | QString *QCoreApplicationPrivate::cachedApplicationFilePath = 0; | - |
| 51 | | - |
| 52 | bool QCoreApplicationPrivate::checkInstance(const char *function) | - |
| 53 | { | - |
| 54 | bool b = (QCoreApplication::self != 0); | - |
| 55 | if (!b| TRUE | 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 |
| 56 | QMessageLogger(__FILE__, 178, __PRETTY_FUNCTION__).warning("QApplication::%s: Please instantiate the QApplication object first", function); never executed: QMessageLogger(__FILE__, 178, __PRETTY_FUNCTION__).warning("QApplication::%s: Please instantiate the QApplication object first", function); | 0 |
| 57 | 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 |
| 58 | } | - |
| 59 | | - |
| 60 | void QCoreApplicationPrivate::processCommandLineArguments() | - |
| 61 | { | - |
| 62 | int j = argc| TRUE | evaluated 979 times by 20 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_qdbusxml2cpp - 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-979 |
| 63 | for (int i = 1; i < argc| TRUE | evaluated 2234 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 1077 times by 23 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_qdbusxml2cpp - 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) { | 1077-2234 |
| 64 | if (!argv[i]| TRUE | never evaluated | | FALSE | evaluated 2234 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 0-2234 |
| 65 | continue; never executed: continue; | 0 |
| 66 | if (*| TRUE | evaluated 614 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 1620 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
argv[i] != '-'| TRUE | evaluated 614 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 1620 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
) { | 614-1620 |
| 67 | argv[j++] = argv[i]; | - |
| 68 | continue;executed 614 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
| 614 |
| 69 | } | - |
| 70 | const char *arg = argv[i]; | - |
| 71 | if (arg[1] == '-'| TRUE | never evaluated | | FALSE | evaluated 1620 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
) | 0-1620 |
| 72 | ++ never executed: ++arg; arg;never executed: ++arg; | 0 |
| 73 | if (strncmp(arg, "-qmljsdebugger=", 15) == 0| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 1618 times by 4 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
) { | 2-1618 |
| 74 | qmljs_debug_arguments = QString::fromLocal8Bit(arg + 15); | - |
| 75 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
else if (strcmp(arg, "-qmljsdebugger") == 0| TRUE | never evaluated | | FALSE | evaluated 1618 times by 4 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
&& i < argc - 1| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0-1618 |
| 76 | ++i; | - |
| 77 | qmljs_debug_arguments = QString::fromLocal8Bit(argv[i]); | - |
| 78 | } never executed: end of block else { | 0 |
| 79 | argv[j++] = argv[i]; | - |
| 80 | }executed 1618 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
| 1618 |
| 81 | } | - |
| 82 | | - |
| 83 | if (j < argc| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 1075 times by 23 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_qdbusxml2cpp - 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-1075 |
| 84 | argv[j] = 0; | - |
| 85 | argc = j; | - |
| 86 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 87 | }executed 1077 times by 23 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 1077 |
| 88 | | - |
| 89 | | - |
| 90 | | - |
| 91 | | - |
| 92 | QSignalSpyCallbackSet __attribute__((visibility("default"))) qt_signal_spy_callback_set = { 0, 0, 0, 0 }; | - |
| 93 | | - |
| 94 | void qt_register_signal_spy_callbacks(const QSignalSpyCallbackSet &callback_set) | - |
| 95 | { | - |
| 96 | qt_signal_spy_callback_set = callback_set; | - |
| 97 | }executed 1238 times by 508 tests: end of blockExecuted 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
- ...
| 1238 |
| 98 | | - |
| 99 | | - |
| 100 | extern "C" void __attribute__((visibility("default"))) qt_startup_hook() | - |
| 101 | { | - |
| 102 | } | - |
| 103 | | - |
| 104 | typedef QList<QtStartUpFunction> QStartUpFuncList; | - |
| 105 | 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::Initialized| TRUE | evaluated 1171 times by 419 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 1171 times by 419 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 1171 times by 419 tests: end of blockExecuted 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 1095 times by 38 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 1095 times by 38 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-1171 |
| 106 | typedef QList<QtCleanUpFunction> QVFuncList; | - |
| 107 | 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::Initialized| TRUE | evaluated 1167 times by 419 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 1167 times by 419 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 1167 times by 419 tests: end of blockExecuted 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 1734 times by 483 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 1734 times by 483 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-1734 |
| 108 | | - |
| 109 | static QBasicMutex globalPreRoutinesMutex; | - |
| 110 | void qAddPreRoutine(QtStartUpFunction p) | - |
| 111 | { | - |
| 112 | QStartUpFuncList *list = preRList(); | - |
| 113 | if (!list| TRUE | 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 |
| 114 | return; never executed: return; | 0 |
| 115 | | - |
| 116 | | - |
| 117 | | - |
| 118 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
| 119 | | - |
| 120 | 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 |
| 121 | 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 |
| 122 | list->prepend(p); | - |
| 123 | }executed 18 times by 16 tests: end of blockExecuted 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 |
| 124 | | - |
| 125 | void qAddPostRoutine(QtCleanUpFunction p) | - |
| 126 | { | - |
| 127 | QVFuncList *list = postRList(); | - |
| 128 | if (!list| TRUE | never evaluated | | FALSE | evaluated 95 times by 68 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-95 |
| 129 | return; never executed: return; | 0 |
| 130 | list->prepend(p); | - |
| 131 | }executed 95 times by 68 tests: end of blockExecuted 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
- ...
| 95 |
| 132 | | - |
| 133 | void qRemovePostRoutine(QtCleanUpFunction p) | - |
| 134 | { | - |
| 135 | QVFuncList *list = postRList(); | - |
| 136 | if (!list| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 137 | return; never executed: return; | 0 |
| 138 | list->removeAll(p); | - |
| 139 | } never executed: end of block | 0 |
| 140 | | - |
| 141 | static void qt_call_pre_routines() | - |
| 142 | { | - |
| 143 | QStartUpFuncList *list = preRList(); | - |
| 144 | if (!list| TRUE | never evaluated | | FALSE | evaluated 1077 times by 23 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_qdbusxml2cpp - 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-1077 |
| 145 | return; never executed: return; | 0 |
| 146 | | - |
| 147 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
| 148 | | - |
| 149 | | - |
| 150 | | - |
| 151 | | - |
| 152 | for (int i = 0; i < list->count()| TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| | FALSE | evaluated 1077 times by 23 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_qdbusxml2cpp - 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-1077 |
| 153 | list->at(i)();executed 4 times by 2 tests: list->at(i)();Executed by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| 4 |
| 154 | }executed 1077 times by 23 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 1077 |
| 155 | | - |
| 156 | void __attribute__((visibility("default"))) qt_call_post_routines() | - |
| 157 | { | - |
| 158 | QVFuncList *list = 0; | - |
| 159 | try { | - |
| 160 | list = postRList(); | - |
| 161 | }executed 1639 times by 420 tests: end of blockExecuted 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 &) { | 1639 |
| 162 | | - |
| 163 | | - |
| 164 | | - |
| 165 | } never executed: end of block | 0 |
| 166 | if (!list| TRUE | never evaluated | | FALSE | evaluated 1639 times by 420 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-1639 |
| 167 | return; never executed: return; | 0 |
| 168 | while (!list->isEmpty()| TRUE | evaluated 252 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 1639 times by 420 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
- ...
|
) | 252-1639 |
| 169 | (executed 252 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 252 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
- ...
| 252 |
| 170 | }executed 1639 times by 420 tests: end of blockExecuted 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
- ...
| 1639 |
| 171 | | - |
| 172 | | - |
| 173 | | - |
| 174 | static bool qt_locale_initialized = false; | - |
| 175 | | - |
| 176 | | - |
| 177 | | - |
| 178 | | - |
| 179 | bool QCoreApplicationPrivate::is_app_running = false; | - |
| 180 | | - |
| 181 | bool QCoreApplicationPrivate::is_app_closing = false; | - |
| 182 | | - |
| 183 | __attribute__((visibility("default"))) uint qGlobalPostedEventsCount() | - |
| 184 | { | - |
| 185 | QThreadData *currentThreadData = QThreadData::current(); | - |
| 186 | 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 |
| 187 | } | - |
| 188 | | - |
| 189 | QAbstractEventDispatcher *QCoreApplicationPrivate::eventDispatcher = 0; | - |
| 190 | | - |
| 191 | | - |
| 192 | Qt::HANDLE qt_application_thread_id = 0; | - |
| 193 | | - |
| 194 | | - |
| 195 | | - |
| 196 | | - |
| 197 | QCoreApplication *QCoreApplication::self = 0; | - |
| 198 | uint QCoreApplicationPrivate::attribs = | - |
| 199 | (1 << Qt::AA_SynthesizeMouseForUnhandledTouchEvents) | | - |
| 200 | (1 << Qt::AA_SynthesizeMouseForUnhandledTabletEvents); | - |
| 201 | | - |
| 202 | struct QCoreApplicationData { | - |
| 203 | QCoreApplicationData() noexcept { | - |
| 204 | applicationNameSet = false; | - |
| 205 | }executed 850 times by 25 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 850 |
| 206 | ~QCoreApplicationData() { | - |
| 207 | | - |
| 208 | | - |
| 209 | if (QCoreApplicationPrivate::theMainThread| TRUE | evaluated 1171 times by 421 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-1171 |
| 210 | QThreadData *data = QThreadData::get2(QCoreApplicationPrivate::theMainThread); | - |
| 211 | data->deref(); | - |
| 212 | }executed 1171 times by 421 tests: end of blockExecuted 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
- ...
| 1171 |
| 213 | | - |
| 214 | }executed 1171 times by 421 tests: end of blockExecuted 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
- ...
| 1171 |
| 215 | | - |
| 216 | QString orgName, orgDomain; | - |
| 217 | QString application; | - |
| 218 | QString applicationVersion; | - |
| 219 | bool applicationNameSet; | - |
| 220 | | - |
| 221 | | - |
| 222 | QScopedPointer<QStringList> app_libpaths; | - |
| 223 | QScopedPointer<QStringList> manual_libpaths; | - |
| 224 | | - |
| 225 | | - |
| 226 | }; | - |
| 227 | | - |
| 228 | 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::Initialized| TRUE | evaluated 1171 times by 421 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 1171 times by 421 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 1171 times by 421 tests: end of blockExecuted 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 29304 times by 601 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 29304 times by 601 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-29304 |
| 229 | | - |
| 230 | | - |
| 231 | static bool quitLockRefEnabled = true; | - |
| 232 | QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv, uint flags) | - |
| 233 | : | - |
| 234 | | - |
| 235 | QObjectPrivate(), | - |
| 236 | | - |
| 237 | argc(aargc) | - |
| 238 | , argv(aargv) | - |
| 239 | | - |
| 240 | | - |
| 241 | | - |
| 242 | | - |
| 243 | , application_type(QCoreApplicationPrivate::Tty) | - |
| 244 | | - |
| 245 | , in_exec(false) | - |
| 246 | , aboutToQuitEmitted(false) | - |
| 247 | , threadData_clean(false) | - |
| 248 | | - |
| 249 | | - |
| 250 | | - |
| 251 | { | - |
| 252 | app_compile_version = flags & 0xffffff; | - |
| 253 | static const char *const empty = ""; | - |
| 254 | if (argc == 0| TRUE | evaluated 98 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| | FALSE | evaluated 980 times by 20 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_qdbusxml2cpp - 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 == 0| TRUE | never evaluated | | FALSE | evaluated 980 times by 20 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_qdbusxml2cpp - 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-980 |
| 255 | argc = 0; | - |
| 256 | argv = const_cast<char **>(&empty); | - |
| 257 | }executed 98 times by 6 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| 98 |
| 258 | QCoreApplicationPrivate::is_app_closing = false; | - |
| 259 | | - |
| 260 | | - |
| 261 | if (__builtin_expect(!!(!setuidAllowed && (geteuid() != getuid())), false)| TRUE | never evaluated | | FALSE | evaluated 1078 times by 23 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_qdbusxml2cpp - 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-1078 |
| 262 | QMessageLogger(__FILE__, 431, __PRETTY_FUNCTION__).fatal("FATAL: The application binary appears to be running setuid, this is a security hole."); never executed: QMessageLogger(__FILE__, 431, __PRETTY_FUNCTION__).fatal("FATAL: The application binary appears to be running setuid, this is a security hole."); | 0 |
| 263 | | - |
| 264 | | - |
| 265 | | - |
| 266 | qt_application_thread_id = QThread::currentThreadId(); | - |
| 267 | | - |
| 268 | | - |
| 269 | QThread *cur = QThread::currentThread(); | - |
| 270 | if (cur != theMainThread| TRUE | never evaluated | | FALSE | evaluated 1078 times by 23 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_qdbusxml2cpp - 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-1078 |
| 271 | QMessageLogger(__FILE__, 440, __PRETTY_FUNCTION__).warning("WARNING: QApplication was not created in the main() thread."); never executed: QMessageLogger(__FILE__, 440, __PRETTY_FUNCTION__).warning("WARNING: QApplication was not created in the main() thread."); | 0 |
| 272 | | - |
| 273 | }executed 1078 times by 23 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 1078 |
| 274 | | - |
| 275 | QCoreApplicationPrivate::~QCoreApplicationPrivate() | - |
| 276 | { | - |
| 277 | | - |
| 278 | cleanupThreadData(); | - |
| 279 | | - |
| 280 | | - |
| 281 | | - |
| 282 | | - |
| 283 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
| 284 | }executed 1396 times by 420 tests: end of blockExecuted 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
- ...
| 1396 |
| 285 | | - |
| 286 | | - |
| 287 | | - |
| 288 | void QCoreApplicationPrivate::cleanupThreadData() | - |
| 289 | { | - |
| 290 | if (threadData| TRUE | evaluated 1743 times by 420 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_clean| TRUE | evaluated 1397 times by 420 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 346 times by 219 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-1743 |
| 291 | | - |
| 292 | void *data = &threadData->tls; | - |
| 293 | QThreadStorageData::finish((void **)data); | - |
| 294 | | - |
| 295 | | - |
| 296 | | - |
| 297 | QMutexLocker locker(&threadData->postEventList.mutex); | - |
| 298 | for (int i = 0; i < threadData->postEventList.size()| TRUE | evaluated 11061 times by 141 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 1397 times by 420 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) { | 1397-11061 |
| 299 | const QPostEvent &pe = threadData->postEventList.at(i); | - |
| 300 | if (pe.event| TRUE | evaluated 11050 times by 138 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 11 times by 9 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_networkselftest - unknown status
- tst_qcolumnview - unknown status
- tst_qdbusthreading - unknown status
- tst_qhttpsocketengine - unknown status
- tst_qnetworkaccessmanager - unknown status
- tst_qnetworkinterface - unknown status
|
) { | 11-11050 |
| 301 | --pe.receiver->d_func()->postedEvents; | - |
| 302 | pe.event->posted = false; | - |
| 303 | delete pe.event; | - |
| 304 | }executed 11050 times by 138 tests: end of blockExecuted 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
- ...
| 11050 |
| 305 | }executed 11061 times by 141 tests: end of blockExecuted 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
- ...
| 11061 |
| 306 | threadData->postEventList.clear(); | - |
| 307 | threadData->postEventList.recursion = 0; | - |
| 308 | threadData->quitNow = false; | - |
| 309 | threadData_clean = true; | - |
| 310 | }executed 1397 times by 420 tests: end of blockExecuted 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
- ...
| 1397 |
| 311 | }executed 1743 times by 420 tests: end of blockExecuted 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
- ...
| 1743 |
| 312 | | - |
| 313 | void QCoreApplicationPrivate::createEventDispatcher() | - |
| 314 | { | - |
| 315 | QCoreApplication * const q = q_func(); | - |
| 316 | if (qEnvironmentVariableIsEmpty("QT_NO_GLIB")| TRUE | evaluated 940 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_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - 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 940 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_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - 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-940 |
| 317 | eventDispatcher = new QEventDispatcherGlib(q);executed 940 times by 22 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_qdbusxml2cpp - 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
| 940 |
| 318 | else | - |
| 319 | eventDispatcher = new QEventDispatcherUNIX(q); never executed: eventDispatcher = new QEventDispatcherUNIX(q); | 0 |
| 320 | } | - |
| 321 | | - |
| 322 | void QCoreApplicationPrivate::eventDispatcherReady() | - |
| 323 | { | - |
| 324 | } | - |
| 325 | | - |
| 326 | QBasicAtomicPointer<QThread> QCoreApplicationPrivate::theMainThread = { 0 }; | - |
| 327 | QThread *QCoreApplicationPrivate::mainThread() | - |
| 328 | { | - |
| 329 | ((!(theMainThread.load() != 0)) ? qt_assert("theMainThread.load() != 0",__FILE__,517) : qt_noop()); | - |
| 330 | returnexecuted 3386410 times by 382 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 3386410 times by 382 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
- ...
| 3386410 |
| 331 | } | - |
| 332 | | - |
| 333 | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | - |
| 334 | { | - |
| 335 | QThreadData *data = QThreadData::current(false); | - |
| 336 | if (!data| TRUE | never evaluated | | FALSE | evaluated 2899129 times by 529 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-2899129 |
| 337 | return never executed: return true; true;never executed: return true; | 0 |
| 338 | returnexecuted 2899129 times by 529 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 2899129 times by 529 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
- ...
| 2899129 |
| 339 | } | - |
| 340 | | - |
| 341 | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | - |
| 342 | { | - |
| 343 | QThread *currentThread = QThread::currentThread(); | - |
| 344 | QThread *thr = receiver->thread(); | - |
| 345 | ((!(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(), | - |
| 346 | | - |
| 347 | | - |
| 348 | | - |
| 349 | | - |
| 350 | | - |
| 351 | | - |
| 352 | | - |
| 353 | __FILE__ | - |
| 354 | , | - |
| 355 | | - |
| 356 | | - |
| 357 | | - |
| 358 | | - |
| 359 | | - |
| 360 | | - |
| 361 | | - |
| 362 | 541 | - |
| 363 | ) : qt_noop()) | - |
| 364 | | - |
| 365 | | - |
| 366 | | - |
| 367 | | - |
| 368 | | - |
| 369 | | - |
| 370 | | - |
| 371 | ; | - |
| 372 | (void)currentThread;; | - |
| 373 | (void)thr;; | - |
| 374 | }executed 1787912 times by 491 tests: end of blockExecuted 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
- ...
| 1787912 |
| 375 | | - |
| 376 | | - |
| 377 | | - |
| 378 | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | - |
| 379 | { | - |
| 380 | | - |
| 381 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 382 | if (!app_libpaths| TRUE | never evaluated | | FALSE | evaluated 74 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-74 |
| 383 | coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); never executed: coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); | 0 |
| 384 | QString app_location = QCoreApplication::applicationFilePath(); | - |
| 385 | app_location.truncate(app_location.lastIndexOf(QLatin1Char('/'))); | - |
| 386 | | - |
| 387 | | - |
| 388 | | - |
| 389 | | - |
| 390 | app_location = QDir(app_location).canonicalPath(); | - |
| 391 | if (QFile::exists(app_location)| TRUE | evaluated 74 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 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 1 time by 1 test |
) | 0-74 |
| 392 | app_libpaths->append(app_location);executed 73 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
- ...
| 73 |
| 393 | | - |
| 394 | }executed 74 times by 30 tests: end of blockExecuted 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
- ...
| 74 |
| 395 | | - |
| 396 | QString qAppName() | - |
| 397 | { | - |
| 398 | 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 |
| 399 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
| 400 | 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 |
| 401 | } | - |
| 402 | | - |
| 403 | void QCoreApplicationPrivate::initLocale() | - |
| 404 | { | - |
| 405 | if (qt_locale_initialized| TRUE | evaluated 230 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| | FALSE | evaluated 848 times by 23 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_qdbusxml2cpp - 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
|
) | 230-848 |
| 406 | return;executed 230 times by 8 tests: return;Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| 230 |
| 407 | qt_locale_initialized = true; | - |
| 408 | | - |
| 409 | setlocale(6, ""); | - |
| 410 | | - |
| 411 | }executed 848 times by 23 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 848 |
| 412 | QCoreApplication::QCoreApplication(QCoreApplicationPrivate &p) | - |
| 413 | | - |
| 414 | | - |
| 415 | | - |
| 416 | : QObject(p, 0) | - |
| 417 | | - |
| 418 | { | - |
| 419 | d_func()->q_ptr = this; | - |
| 420 | | - |
| 421 | | - |
| 422 | }executed 136 times by 5 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 136 |
| 423 | void QCoreApplication::flush() | - |
| 424 | { | - |
| 425 | if (self| TRUE | 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()->eventDispatcher| TRUE | 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 |
| 426 | 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 |
| 427 | }executed 295 times by 23 tests: end of blockExecuted 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 |
| 428 | QCoreApplication::QCoreApplication(int &argc, char **argv | - |
| 429 | | - |
| 430 | , int _internal | - |
| 431 | | - |
| 432 | ) | - |
| 433 | | - |
| 434 | | - |
| 435 | | - |
| 436 | : QObject(*new QCoreApplicationPrivate(argc, argv, _internal)) | - |
| 437 | | - |
| 438 | { | - |
| 439 | d_func()->q_ptr = this; | - |
| 440 | d_func()->init(); | - |
| 441 | | - |
| 442 | QCoreApplicationPrivate::eventDispatcher->startingUp(); | - |
| 443 | | - |
| 444 | }executed 942 times by 22 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 942 |
| 445 | | - |
| 446 | | - |
| 447 | void QCoreApplicationPrivate::init() | - |
| 448 | { | - |
| 449 | QCoreApplication * const q = q_func(); | - |
| 450 | | - |
| 451 | initLocale(); | - |
| 452 | | - |
| 453 | ((!(!QCoreApplication::self)) ? qt_assert_x("QCoreApplication", "there should be only one application object",__FILE__,742) : qt_noop()); | - |
| 454 | QCoreApplication::self = q; | - |
| 455 | | - |
| 456 | | - |
| 457 | if (!coreappdata()->applicationNameSet| TRUE | evaluated 1076 times by 23 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_qdbusxml2cpp - 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-1076 |
| 458 | coreappdata()->application = appName();executed 1076 times by 23 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_qdbusxml2cpp - 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
| 1076 |
| 459 | | - |
| 460 | QLoggingRegistry::instance()->init(); | - |
| 461 | | - |
| 462 | | - |
| 463 | | - |
| 464 | | - |
| 465 | | - |
| 466 | QStringList *appPaths = coreappdata()->app_libpaths.take(); | - |
| 467 | QStringList *manualPaths = coreappdata()->manual_libpaths.take(); | - |
| 468 | if (appPaths| TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 1073 times by 23 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_qdbusxml2cpp - 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-1073 |
| 469 | if (manualPaths| TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | never evaluated |
) { | 0-4 |
| 470 | | - |
| 471 | | - |
| 472 | | - |
| 473 | | - |
| 474 | QStringList newPaths(q->libraryPaths()); | - |
| 475 | for (int i = manualPaths->length(), j = appPaths->length(); i > 0| TRUE | 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 > 0| TRUE | never evaluated | | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
; qt_noop()) { | 0-8 |
| 476 | 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 < 0| 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
|
) { | 4 |
| 477 | newPaths.prepend((*manualPaths)[--i]); | - |
| 478 | }executed 4 times by 3 tests: end of blockExecuted 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 < 0| TRUE | never evaluated | | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
) { | 0-4 |
| 479 | newPaths.removeAll((*appPaths)[j]); | - |
| 480 | } 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 |
| 481 | newPaths.removeAll((*appPaths)[j]); | - |
| 482 | ++i; | - |
| 483 | }executed 3 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 3 |
| 484 | }executed 8 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 8 |
| 485 | delete manualPaths; | - |
| 486 | coreappdata()->manual_libpaths.reset(new QStringList(newPaths)); | - |
| 487 | }executed 4 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
| 488 | delete appPaths; | - |
| 489 | }executed 4 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
| 490 | | - |
| 491 | | - |
| 492 | | - |
| 493 | | - |
| 494 | if (!eventDispatcher| TRUE | evaluated 1077 times by 23 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_qdbusxml2cpp - 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-1077 |
| 495 | eventDispatcher = threadData->eventDispatcher.load();executed 1077 times by 23 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_qdbusxml2cpp - 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
| 1077 |
| 496 | | - |
| 497 | if (!eventDispatcher| TRUE | evaluated 1075 times by 23 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_qdbusxml2cpp - 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-1075 |
| 498 | createEventDispatcher();executed 1075 times by 23 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_qdbusxml2cpp - 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
| 1075 |
| 499 | ((!(eventDispatcher)) ? qt_assert("eventDispatcher",__FILE__,788) : qt_noop()); | - |
| 500 | | - |
| 501 | if (!eventDispatcher->parent()| TRUE | evaluated 137 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 940 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_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - 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
|
) { | 137-940 |
| 502 | eventDispatcher->moveToThread(threadData->thread); | - |
| 503 | eventDispatcher->setParent(q); | - |
| 504 | }executed 137 times by 6 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 137 |
| 505 | | - |
| 506 | threadData->eventDispatcher = eventDispatcher; | - |
| 507 | eventDispatcherReady(); | - |
| 508 | | - |
| 509 | | - |
| 510 | | - |
| 511 | | - |
| 512 | | - |
| 513 | | - |
| 514 | | - |
| 515 | processCommandLineArguments(); | - |
| 516 | | - |
| 517 | qt_call_pre_routines(); | - |
| 518 | qt_startup_hook(); | - |
| 519 | | - |
| 520 | if (__builtin_expect(!!(qtHookData[QHooks::Startup]), false)| TRUE | never evaluated | | FALSE | evaluated 1077 times by 23 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_qdbusxml2cpp - 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-1077 |
| 521 | 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 |
| 522 | | - |
| 523 | | - |
| 524 | | - |
| 525 | is_app_running = true; | - |
| 526 | | - |
| 527 | }executed 1077 times by 23 tests: end of blockExecuted 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_qdbusxml2cpp - 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
| 1077 |
| 528 | | - |
| 529 | | - |
| 530 | | - |
| 531 | | - |
| 532 | QCoreApplication::~QCoreApplication() | - |
| 533 | { | - |
| 534 | qt_call_post_routines(); | - |
| 535 | | - |
| 536 | self = 0; | - |
| 537 | | - |
| 538 | QCoreApplicationPrivate::is_app_closing = true; | - |
| 539 | QCoreApplicationPrivate::is_app_running = false; | - |
| 540 | | - |
| 541 | | - |
| 542 | | - |
| 543 | | - |
| 544 | QThreadPool *globalThreadPool = 0; | - |
| 545 | try { | - |
| 546 | globalThreadPool = QThreadPool::globalInstance(); | - |
| 547 | }executed 1397 times by 420 tests: end of blockExecuted 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 (...) { | 1397 |
| 548 | | - |
| 549 | } never executed: end of block | 0 |
| 550 | if (globalThreadPool| TRUE | evaluated 1397 times by 420 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-1397 |
| 551 | globalThreadPool->waitForDone();executed 1397 times by 420 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
- ...
| 1397 |
| 552 | | - |
| 553 | | - |
| 554 | | - |
| 555 | d_func()->threadData->eventDispatcher = 0; | - |
| 556 | if (QCoreApplicationPrivate::eventDispatcher| TRUE | evaluated 1050 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 347 times by 219 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
- ...
|
) | 347-1050 |
| 557 | QCoreApplicationPrivate::eventDispatcher->closingDown();executed 1050 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
- ...
| 1050 |
| 558 | QCoreApplicationPrivate::eventDispatcher = 0; | - |
| 559 | | - |
| 560 | | - |
| 561 | | - |
| 562 | coreappdata()->app_libpaths.reset(); | - |
| 563 | coreappdata()->manual_libpaths.reset(); | - |
| 564 | | - |
| 565 | }executed 1397 times by 420 tests: end of blockExecuted 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
- ...
| 1397 |
| 566 | void QCoreApplication::setSetuidAllowed(bool allow) | - |
| 567 | { | - |
| 568 | QCoreApplicationPrivate::setuidAllowed = allow; | - |
| 569 | } never executed: end of block | 0 |
| 570 | bool QCoreApplication::isSetuidAllowed() | - |
| 571 | { | - |
| 572 | return never executed: return QCoreApplicationPrivate::setuidAllowed; QCoreApplicationPrivate::setuidAllowed;never executed: return QCoreApplicationPrivate::setuidAllowed; | 0 |
| 573 | } | - |
| 574 | void QCoreApplication::setAttribute(Qt::ApplicationAttribute attribute, bool on) | - |
| 575 | { | - |
| 576 | if (on| TRUE | evaluated 801 times by 12 testsEvaluated by:- tst_QApplication
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QStyleSheetStyle
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 78 times by 6 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QStyleSheetStyle
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
|
) | 78-801 |
| 577 | QCoreApplicationPrivate::attribs |= 1 << attribute;executed 801 times by 12 tests: QCoreApplicationPrivate::attribs |= 1 << attribute;Executed by:- tst_QApplication
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QStyleSheetStyle
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 801 |
| 578 | else | - |
| 579 | QCoreApplicationPrivate::attribs &= ~(1 << attribute);executed 78 times by 6 tests: QCoreApplicationPrivate::attribs &= ~(1 << attribute);Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QStyleSheetStyle
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
| 78 |
| 580 | } | - |
| 581 | | - |
| 582 | | - |
| 583 | | - |
| 584 | | - |
| 585 | | - |
| 586 | | - |
| 587 | | - |
| 588 | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | - |
| 589 | { | - |
| 590 | returnexecuted 1431582 times by 174 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
QCoreApplicationPrivate::testAttribute(attribute);executed 1431582 times by 174 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_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 1431582 |
| 591 | } | - |
| 592 | bool QCoreApplication::isQuitLockEnabled() | - |
| 593 | { | - |
| 594 | returnexecuted 195 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 195 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
| 195 |
| 595 | } | - |
| 596 | | - |
| 597 | static bool doNotify(QObject *, QEvent *); | - |
| 598 | | - |
| 599 | void QCoreApplication::setQuitLockEnabled(bool enabled) | - |
| 600 | { | - |
| 601 | quitLockRefEnabled = enabled; | - |
| 602 | }executed 5 times by 2 tests: end of blockExecuted by:- tst_QGuiApplication
- tst_QWidget_window
| 5 |
| 603 | bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event) | - |
| 604 | { | - |
| 605 | return never executed: return notifyInternal2(receiver, event); notifyInternal2(receiver, event);never executed: return notifyInternal2(receiver, event); | 0 |
| 606 | } | - |
| 607 | bool QCoreApplication::notifyInternal2(QObject *receiver, QEvent *event) | - |
| 608 | { | - |
| 609 | bool selfRequired = QCoreApplicationPrivate::threadRequiresCoreApplication(); | - |
| 610 | if (!self| TRUE | evaluated 1619 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 1767023 times by 518 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
- ...
|
&& selfRequired| TRUE | 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 1571 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-1767023 |
| 611 | 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 |
| 612 | | - |
| 613 | | - |
| 614 | | - |
| 615 | bool result = false; | - |
| 616 | void *cbdata[] = { receiver, event, &result }; | - |
| 617 | if (QInternal::activateCallbacks(QInternal::EventNotifyCallback, cbdata)| TRUE | never evaluated | | FALSE | evaluated 1768594 times by 527 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-1768594 |
| 618 | return never executed: return result; result;never executed: return result; | 0 |
| 619 | } | - |
| 620 | | - |
| 621 | | - |
| 622 | | - |
| 623 | | - |
| 624 | | - |
| 625 | QObjectPrivate *d = receiver->d_func(); | - |
| 626 | QThreadData *threadData = d->threadData; | - |
| 627 | QScopedScopeLevelCounter scopeLevelCounter(threadData); | - |
| 628 | if (!selfRequired| TRUE | evaluated 22367 times by 324 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 1746227 times by 495 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
- ...
|
) | 22367-1746227 |
| 629 | returnexecuted 22367 times by 324 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 22367 times by 324 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
- ...
| 22367 |
| 630 | returnexecuted 1746227 times by 495 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 1746227 times by 495 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
- ...
| 1746227 |
| 631 | } | - |
| 632 | bool QCoreApplication::notify(QObject *receiver, QEvent *event) | - |
| 633 | { | - |
| 634 | | - |
| 635 | if (QCoreApplicationPrivate::is_app_closing| TRUE | evaluated 242 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 639831 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
- ...
|
) | 242-639831 |
| 636 | returnexecuted 242 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 242 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
- ...
| 242 |
| 637 | returnexecuted 639831 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 639831 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
- ...
| 639831 |
| 638 | } | - |
| 639 | | - |
| 640 | static bool doNotify(QObject *receiver, QEvent *event) | - |
| 641 | { | - |
| 642 | if (receiver == 0| TRUE | never evaluated | | FALSE | evaluated 662198 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-662198 |
| 643 | QMessageLogger(__FILE__, 1055, __PRETTY_FUNCTION__).warning("QCoreApplication::notify: Unexpected null receiver"); | - |
| 644 | return never executed: return true; true;never executed: return true; | 0 |
| 645 | } | - |
| 646 | | - |
| 647 | | - |
| 648 | QCoreApplicationPrivate::checkReceiverThread(receiver); | - |
| 649 | | - |
| 650 | | - |
| 651 | returnexecuted 662198 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() ? false : QCoreApplicationPrivate::notify_helper(receiver, event);executed 662198 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
- ...
| 662198 |
| 652 | } | - |
| 653 | | - |
| 654 | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) | - |
| 655 | { | - |
| 656 | | - |
| 657 | ((!(receiver->d_func()->threadData->thread == mainThread())) ? qt_assert("receiver->d_func()->threadData->thread == mainThread()",__FILE__,1069) : qt_noop()); | - |
| 658 | | - |
| 659 | if (extraData| TRUE | evaluated 186941 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
| | FALSE | evaluated 1368881 times by 338 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
- ...
|
) { | 186941-1368881 |
| 660 | | - |
| 661 | for (int i = 0; i < extraData->eventFilters.size()| TRUE | evaluated 218940 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
| | FALSE | evaluated 186926 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
|
; ++i) { | 186926-218940 |
| 662 | QObject *obj = extraData->eventFilters.at(i); | - |
| 663 | if (!obj| TRUE | evaluated 75235 times by 15 testsEvaluated by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
| | FALSE | evaluated 143705 times by 19 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) | 75235-143705 |
| 664 | continue;executed 75235 times by 15 tests: continue;Executed by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
| 75235 |
| 665 | if (obj->d_func()->threadData != threadData| TRUE | never evaluated | | FALSE | evaluated 143705 times by 19 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) { | 0-143705 |
| 666 | QMessageLogger(__FILE__, 1078, __PRETTY_FUNCTION__).warning("QCoreApplication: Application event filter cannot be in a different thread."); | - |
| 667 | continue; never executed: continue; | 0 |
| 668 | } | - |
| 669 | if (obj->eventFilter(receiver, event)| TRUE | evaluated 15 times by 2 testsEvaluated by:- tst_QCalendarWidget
- tst_QMdiArea
| | FALSE | evaluated 143690 times by 19 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_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
) | 15-143690 |
| 670 | 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 |
| 671 | }executed 143690 times by 19 tests: end of blockExecuted by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
| 143690 |
| 672 | }executed 186926 times by 20 tests: end of blockExecuted by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qwindow - unknown status
| 186926 |
| 673 | returnexecuted 1555807 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 1555807 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
- ...
| 1555807 |
| 674 | } | - |
| 675 | | - |
| 676 | bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject *receiver, QEvent *event) | - |
| 677 | { | - |
| 678 | if (receiver != QCoreApplication::instance()| TRUE | evaluated 1789934 times by 428 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 2733 times by 254 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
&& receiver->d_func()->extraData| TRUE | evaluated 631823 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 1158111 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
- ...
|
) { | 2733-1789934 |
| 679 | for (int i = 0; i < receiver->d_func()->extraData->eventFilters.size()| TRUE | evaluated 215688 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 613580 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) { | 215688-613580 |
| 680 | QObject *obj = receiver->d_func()->extraData->eventFilters.at(i); | - |
| 681 | if (!obj| TRUE | evaluated 16245 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 199443 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
- ...
|
) | 16245-199443 |
| 682 | continue;executed 16245 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
- ...
| 16245 |
| 683 | if (obj->d_func()->threadData != receiver->d_func()->threadData| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 199442 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-199442 |
| 684 | QMessageLogger(__FILE__, 1096, __PRETTY_FUNCTION__).warning("QCoreApplication: Object event filter cannot be in a different thread."); | - |
| 685 | continue;executed 1 time by 1 test: continue; | 1 |
| 686 | } | - |
| 687 | if (obj->eventFilter(receiver, event)| TRUE | evaluated 18243 times by 66 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 181199 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
- ...
|
) | 18243-181199 |
| 688 | returnexecuted 18243 times by 66 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 18243 times by 66 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
- ...
| 18243 |
| 689 | }executed 181199 times by 90 tests: end of blockExecuted 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
- ...
| 181199 |
| 690 | }executed 613580 times by 358 tests: end of blockExecuted by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_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
- ...
| 613580 |
| 691 | returnexecuted 1774424 times by 491 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 1774424 times by 491 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
- ...
| 1774424 |
| 692 | } | - |
| 693 | | - |
| 694 | | - |
| 695 | | - |
| 696 | | - |
| 697 | | - |
| 698 | | - |
| 699 | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | - |
| 700 | { | - |
| 701 | | - |
| 702 | if (QCoreApplication::self| TRUE | evaluated 660627 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 1571 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
- ...
|
| 1571-660627 |
| 703 | && receiver->d_func()->threadData->thread == mainThread()| TRUE | evaluated 427640 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 232987 times by 204 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
- ...
|
| 232987-427640 |
| 704 | && QCoreApplication::self->d_func()->sendThroughApplicationEventFilters(receiver, event)| TRUE | never evaluated | | FALSE | evaluated 427640 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-427640 |
| 705 | return never executed: return true; true;never executed: return true; | 0 |
| 706 | | - |
| 707 | if (sendThroughObjectEventFilters(receiver, event)| TRUE | never evaluated | | FALSE | evaluated 662198 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-662198 |
| 708 | return never executed: return true; true;never executed: return true; | 0 |
| 709 | | - |
| 710 | returnexecuted 662198 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 662198 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
- ...
| 662198 |
| 711 | } | - |
| 712 | bool QCoreApplication::startingUp() | - |
| 713 | { | - |
| 714 | returnexecuted 279 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 279 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
| 279 |
| 715 | } | - |
| 716 | bool QCoreApplication::closingDown() | - |
| 717 | { | - |
| 718 | returnexecuted 77452 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 77452 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
- ...
| 77452 |
| 719 | } | - |
| 720 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags) | - |
| 721 | { | - |
| 722 | QThreadData *data = QThreadData::current(); | - |
| 723 | if (!data->hasEventDispatcher()| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1859061 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-1859061 |
| 724 | return;executed 1 time by 1 test: return; | 1 |
| 725 | data->eventDispatcher.load()->processEvents(flags); | - |
| 726 | }executed 1859061 times by 98 tests: end of blockExecuted 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
- ...
| 1859061 |
| 727 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | - |
| 728 | { | - |
| 729 | | - |
| 730 | | - |
| 731 | | - |
| 732 | QThreadData *data = QThreadData::current(); | - |
| 733 | if (!data->hasEventDispatcher()| TRUE | never evaluated | | FALSE | evaluated 1255742 times by 149 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-1255742 |
| 734 | return; never executed: return; | 0 |
| 735 | QElapsedTimer start; | - |
| 736 | start.start(); | - |
| 737 | while (data->eventDispatcher.load()->processEvents(flags & ~QEventLoop::WaitForMoreEvents)| TRUE | evaluated 40298 times by 149 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 1255473 times by 148 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
- ...
|
) { | 40298-1255473 |
| 738 | if (start.elapsed() > maxtime| TRUE | evaluated 269 times by 44 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 40029 times by 148 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
- ...
|
) | 269-40029 |
| 739 | break;executed 269 times by 44 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
- ...
| 269 |
| 740 | }executed 40029 times by 148 tests: end of blockExecuted 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
- ...
| 40029 |
| 741 | }executed 1255742 times by 149 tests: end of blockExecuted 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
- ...
| 1255742 |
| 742 | int QCoreApplication::exec() | - |
| 743 | { | - |
| 744 | 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 |
| 745 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 746 | | - |
| 747 | QThreadData *threadData = self->d_func()->threadData; | - |
| 748 | 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 |
| 749 | QMessageLogger(__FILE__, 1249, __PRETTY_FUNCTION__).warning("%s::exec: Must be called from the main thread", self->metaObject()->className()); | - |
| 750 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 751 | } | - |
| 752 | 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 |
| 753 | QMessageLogger(__FILE__, 1253, __PRETTY_FUNCTION__).warning("QCoreApplication::exec: The event loop is already running"); | - |
| 754 | return never executed: return -1; -1;never executed: return -1; | 0 |
| 755 | } | - |
| 756 | | - |
| 757 | threadData->quitNow = false; | - |
| 758 | QEventLoop eventLoop; | - |
| 759 | self->d_func()->in_exec = true; | - |
| 760 | self->d_func()->aboutToQuitEmitted = false; | - |
| 761 | int returnCode = eventLoop.exec(); | - |
| 762 | threadData->quitNow = false; | - |
| 763 | if (self| TRUE | 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 |
| 764 | self->d_func()->in_exec = false; | - |
| 765 | if (!self->d_func()->aboutToQuitEmitted| TRUE | 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 |
| 766 | 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 |
| 767 | self->d_func()->aboutToQuitEmitted = true; | - |
| 768 | sendPostedEvents(0, QEvent::DeferredDelete); | - |
| 769 | }executed 84 times by 11 tests: end of blockExecuted 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 |
| 770 | | - |
| 771 | 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 |
| 772 | } | - |
| 773 | void QCoreApplication::exit(int returnCode) | - |
| 774 | { | - |
| 775 | if (!self| TRUE | 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 |
| 776 | return;executed 2 times by 2 tests: return;Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 777 | QThreadData *data = self->d_func()->threadData; | - |
| 778 | data->quitNow = true; | - |
| 779 | 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 |
| 780 | QEventLoop *eventLoop = data->eventLoops.at(i); | - |
| 781 | eventLoop->exit(returnCode); | - |
| 782 | }executed 91 times by 11 tests: end of blockExecuted 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 |
| 783 | }executed 92 times by 11 tests: end of blockExecuted 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 |
| 784 | void QCoreApplication::postEvent(QObject *receiver, QEvent *event, int priority) | - |
| 785 | { | - |
| 786 | if (receiver == 0| TRUE | never evaluated | | FALSE | evaluated 657414 times by 491 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-657414 |
| 787 | QMessageLogger(__FILE__, 1364, __PRETTY_FUNCTION__).warning("QCoreApplication::postEvent: Unexpected null receiver"); | - |
| 788 | delete event; | - |
| 789 | return; never executed: return; | 0 |
| 790 | } | - |
| 791 | | - |
| 792 | QThreadData * volatile * pdata = &receiver->d_func()->threadData; | - |
| 793 | QThreadData *data = *pdata; | - |
| 794 | if (!data| TRUE | never evaluated | | FALSE | evaluated 657414 times by 491 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-657414 |
| 795 | | - |
| 796 | delete event; | - |
| 797 | return; never executed: return; | 0 |
| 798 | } | - |
| 799 | | - |
| 800 | | - |
| 801 | data->postEventList.mutex.lock(); | - |
| 802 | | - |
| 803 | | - |
| 804 | while (data != *pdata| TRUE | never evaluated | | FALSE | evaluated 657414 times by 491 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-657414 |
| 805 | data->postEventList.mutex.unlock(); | - |
| 806 | | - |
| 807 | data = *pdata; | - |
| 808 | if (!data| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 809 | | - |
| 810 | delete event; | - |
| 811 | return; never executed: return; | 0 |
| 812 | } | - |
| 813 | | - |
| 814 | data->postEventList.mutex.lock(); | - |
| 815 | } never executed: end of block | 0 |
| 816 | | - |
| 817 | QMutexUnlocker locker(&data->postEventList.mutex); | - |
| 818 | | - |
| 819 | | - |
| 820 | if (receiver->d_func()->postedEvents| TRUE | evaluated 187930 times by 420 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 469484 times by 491 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
- ...
|
| 187930-469484 |
| 821 | && self| TRUE | evaluated 187137 times by 229 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 793 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 10704 times by 106 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 176433 times by 228 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
- ...
|
) { | 793-187137 |
| 822 | return;executed 10704 times by 106 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
- ...
| 10704 |
| 823 | } | - |
| 824 | | - |
| 825 | if (event->type() == QEvent::DeferredDelete| TRUE | evaluated 11591 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 635119 times by 466 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 10538 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-635119 |
| 826 | int loopLevel = data->loopLevel; | - |
| 827 | int scopeLevel = data->scopeLevel; | - |
| 828 | if (scopeLevel == 0| TRUE | evaluated 7943 times by 110 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDir
- tst_QDockWidget
- tst_QEventLoop
- tst_QFile
- tst_QFileDialog2
- ...
| | FALSE | evaluated 2595 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
- ...
|
&& loopLevel != 0| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 7941 times by 110 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDir
- tst_QDockWidget
- tst_QEventLoop
- tst_QFile
- tst_QFileDialog2
- ...
|
) | 2-7943 |
| 829 | scopeLevel = 1;executed 2 times by 1 test: scopeLevel = 1; | 2 |
| 830 | static_cast<QDeferredDeleteEvent *>(event)->level = loopLevel + scopeLevel; | - |
| 831 | }executed 10538 times by 192 tests: end of blockExecuted 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
- ...
| 10538 |
| 832 | | - |
| 833 | | - |
| 834 | | - |
| 835 | QScopedPointer<QEvent> eventDeleter(event); | - |
| 836 | data->postEventList.addEvent(QPostEvent(receiver, event, priority)); | - |
| 837 | eventDeleter.take(); | - |
| 838 | event->posted = true; | - |
| 839 | ++receiver->d_func()->postedEvents; | - |
| 840 | data->canWait = false; | - |
| 841 | locker.unlock(); | - |
| 842 | | - |
| 843 | QAbstractEventDispatcher* dispatcher = data->eventDispatcher.loadAcquire(); | - |
| 844 | if (dispatcher| TRUE | evaluated 643577 times by 400 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 3133 times by 385 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
- ...
|
) | 3133-643577 |
| 845 | dispatcher->wakeUp();executed 643577 times by 400 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
- ...
| 643577 |
| 846 | }executed 646710 times by 491 tests: end of blockExecuted 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
- ...
| 646710 |
| 847 | | - |
| 848 | | - |
| 849 | | - |
| 850 | | - |
| 851 | | - |
| 852 | bool QCoreApplication::compressEvent(QEvent *event, QObject *receiver, QPostEventList *postedEvents) | - |
| 853 | { | - |
| 854 | if ((event->type() == QEvent::DeferredDelete| TRUE | evaluated 882 times by 35 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- 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
- tst_QTcpServer
- ...
| | FALSE | evaluated 152752 times by 221 testsEvaluated by:- tst_Gestures
- 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
- tst_QCoreApplication
- ...
|
| 882-152752 |
| 855 | || event->type() == QEvent::Quit| TRUE | never evaluated | | FALSE | evaluated 152752 times by 221 testsEvaluated by:- tst_Gestures
- 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
- tst_QCoreApplication
- ...
|
) | 0-152752 |
| 856 | && receiver->d_func()->postedEvents > 0| TRUE | evaluated 882 times by 35 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- 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
- tst_QTcpServer
- ...
| | FALSE | never evaluated |
) { | 0-882 |
| 857 | for (int i = 0; i < postedEvents->size()| TRUE | evaluated 16710 times by 35 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- 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
- tst_QTcpServer
- ...
| | FALSE | evaluated 722 times by 33 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- 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
- ...
|
; ++i) { | 722-16710 |
| 858 | const QPostEvent &cur = postedEvents->at(i); | - |
| 859 | if (cur.receiver != receiver| TRUE | evaluated 15004 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 1706 times by 35 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- 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
- tst_QTcpServer
- ...
|
| 1706-15004 |
| 860 | || cur.event == 0| TRUE | evaluated 397 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 1309 times by 35 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- 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
- tst_QTcpServer
- ...
|
| 397-1309 |
| 861 | || cur.event->type() != event->type()| TRUE | evaluated 1149 times by 33 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- 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
- ...
| | FALSE | evaluated 160 times by 9 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
|
) | 160-1149 |
| 862 | continue;executed 16550 times by 33 tests: continue;Executed by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- 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
- ...
| 16550 |
| 863 | | - |
| 864 | delete event; | - |
| 865 | returnexecuted 160 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 160 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
| 160 |
| 866 | } | - |
| 867 | }executed 722 times by 33 tests: end of blockExecuted by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- 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
- ...
| 722 |
| 868 | returnexecuted 153474 times by 222 tests: return false;Executed by:- tst_Gestures
- 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
- tst_QCoreApplication
- ...
false;executed 153474 times by 222 tests: return false;Executed by:- tst_Gestures
- 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
- tst_QCoreApplication
- ...
| 153474 |
| 869 | } | - |
| 870 | void QCoreApplication::sendPostedEvents(QObject *receiver, int event_type) | - |
| 871 | { | - |
| 872 | | - |
| 873 | | - |
| 874 | | - |
| 875 | QThreadData *data = QThreadData::current(); | - |
| 876 | | - |
| 877 | QCoreApplicationPrivate::sendPostedEvents(receiver, event_type, data); | - |
| 878 | }executed 1066841 times by 738 tests: end of blockExecuted 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
- ...
| 1066841 |
| 879 | | - |
| 880 | void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type, | - |
| 881 | QThreadData *data) | - |
| 882 | { | - |
| 883 | if (event_type == -1| TRUE | never evaluated | | FALSE | evaluated 1066841 times by 740 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-1066841 |
| 884 | | - |
| 885 | event_type = 0; | - |
| 886 | } never executed: end of block | 0 |
| 887 | | - |
| 888 | if (receiver| TRUE | evaluated 1811 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 1065030 times by 740 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 != data| TRUE | never evaluated | | FALSE | evaluated 1811 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-1065030 |
| 889 | QMessageLogger(__FILE__, 1515, __PRETTY_FUNCTION__).warning("QCoreApplication::sendPostedEvents: Cannot send " | - |
| 890 | "posted events for objects in another thread"); | - |
| 891 | return; never executed: return; | 0 |
| 892 | } | - |
| 893 | | - |
| 894 | ++data->postEventList.recursion; | - |
| 895 | | - |
| 896 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 897 | | - |
| 898 | | - |
| 899 | | - |
| 900 | | - |
| 901 | data->canWait = (data->postEventList.size() == 0); | - |
| 902 | | - |
| 903 | if (data->postEventList.size() == 0| TRUE | evaluated 685786 times by 708 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 381055 times by 352 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| TRUE | evaluated 1811 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 379244 times by 352 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()->postedEvents| TRUE | 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 1759 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-685786 |
| 904 | --data->postEventList.recursion; | - |
| 905 | return;executed 685838 times by 708 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
- ...
| 685838 |
| 906 | } | - |
| 907 | | - |
| 908 | data->canWait = true; | - |
| 909 | | - |
| 910 | | - |
| 911 | | - |
| 912 | int startOffset = data->postEventList.startOffset; | - |
| 913 | int &i = (!event_type| TRUE | evaluated 376528 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
- ...
| | FALSE | evaluated 4475 times by 116 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
- ...
|
&& !receiver| TRUE | evaluated 376495 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
- ...
| | FALSE | evaluated 33 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
) ? data->postEventList.startOffset : startOffset; | 33-376528 |
| 914 | data->postEventList.insertionOffset = data->postEventList.size(); | - |
| 915 | | - |
| 916 | | - |
| 917 | struct CleanUp { | - |
| 918 | QObject *receiver; | - |
| 919 | int event_type; | - |
| 920 | QThreadData *data; | - |
| 921 | bool exceptionCaught; | - |
| 922 | | - |
| 923 | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) : | - |
| 924 | receiver(receiver), event_type(event_type), data(data), exceptionCaught(true) | - |
| 925 | {}executed 381003 times by 352 tests: end of blockExecuted 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
- ...
| 381003 |
| 926 | inline ~CleanUp() | - |
| 927 | { | - |
| 928 | if (exceptionCaught| TRUE | never evaluated | | FALSE | evaluated 381003 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
- ...
|
) { | 0-381003 |
| 929 | | - |
| 930 | data->canWait = false; | - |
| 931 | } never executed: end of block | 0 |
| 932 | | - |
| 933 | --data->postEventList.recursion; | - |
| 934 | if (!data->postEventList.recursion| TRUE | evaluated 378014 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 2989 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->canWait| TRUE | evaluated 29494 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 348520 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
- ...
|
&& data->hasEventDispatcher()| TRUE | evaluated 29494 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-378014 |
| 935 | data->eventDispatcher.load()->wakeUp();executed 29494 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
- ...
| 29494 |
| 936 | | - |
| 937 | | - |
| 938 | | - |
| 939 | if (!event_type| TRUE | evaluated 376528 times by 352 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 4475 times by 116 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
- ...
|
&& !receiver| TRUE | evaluated 376495 times by 352 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 33 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
&& data->postEventList.startOffset >= 0| TRUE | evaluated 376495 times by 352 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-376528 |
| 940 | const QPostEventList::iterator it = data->postEventList.begin(); | - |
| 941 | data->postEventList.erase(it, it + data->postEventList.startOffset); | - |
| 942 | data->postEventList.insertionOffset -= data->postEventList.startOffset; | - |
| 943 | ((!(data->postEventList.insertionOffset >= 0)) ? qt_assert("data->postEventList.insertionOffset >= 0",__FILE__,1569) : qt_noop()); | - |
| 944 | data->postEventList.startOffset = 0; | - |
| 945 | }executed 376495 times by 352 tests: end of blockExecuted 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
- ...
| 376495 |
| 946 | }executed 381003 times by 353 tests: end of blockExecuted 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
- ...
| 381003 |
| 947 | }; | - |
| 948 | CleanUp cleanup(receiver, event_type, data); | - |
| 949 | | - |
| 950 | while (i < data->postEventList.size()| TRUE | evaluated 666141 times by 352 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 352105 times by 352 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
- ...
|
) { | 352105-666141 |
| 951 | | - |
| 952 | if (i >= data->postEventList.insertionOffset| TRUE | evaluated 28898 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 637243 times by 352 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
- ...
|
) | 28898-637243 |
| 953 | break;executed 28898 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
- ...
| 28898 |
| 954 | | - |
| 955 | const QPostEvent &pe = data->postEventList.at(i); | - |
| 956 | ++i; | - |
| 957 | | - |
| 958 | if (!pe.event| TRUE | evaluated 45969 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 591274 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
- ...
|
) | 45969-591274 |
| 959 | continue;executed 45969 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
- ...
| 45969 |
| 960 | if ((receiver| TRUE | evaluated 28700 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 562574 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
- ...
|
&& receiver != pe.receiver| TRUE | evaluated 24733 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 3967 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_type| TRUE | evaluated 13239 times by 72 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 553302 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
- ...
|
&& event_type != pe.event->type()| TRUE | evaluated 10672 times by 49 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- 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
- tst_QGraphicsWidget
- ...
| | FALSE | evaluated 2567 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
- ...
|
)) { | 2567-562574 |
| 961 | data->canWait = false; | - |
| 962 | continue;executed 35405 times by 53 tests: continue;Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- 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
- tst_QGraphicsView
- ...
| 35405 |
| 963 | } | - |
| 964 | | - |
| 965 | if (pe.event->type() == QEvent::DeferredDelete| TRUE | evaluated 5745 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
- ...
| | FALSE | evaluated 550124 times by 349 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
- ...
|
) { | 5745-550124 |
| 966 | | - |
| 967 | | - |
| 968 | | - |
| 969 | | - |
| 970 | | - |
| 971 | | - |
| 972 | int eventLevel = static_cast<QDeferredDeleteEvent *>(pe.event)->loopLevel(); | - |
| 973 | int loopLevel = data->loopLevel + data->scopeLevel; | - |
| 974 | const bool allowDeferredDelete = | - |
| 975 | (eventLevel > loopLevel| TRUE | evaluated 2239 times by 150 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 3506 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
- ...
|
| 2239-3506 |
| 976 | || (!eventLevel| TRUE | evaluated 3374 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 132 times by 4 testsEvaluated by:- tst_QApplication
- tst_QItemDelegate
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QTcpSocket
|
&& loopLevel > 0| TRUE | 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 2167 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
- ...
|
) | 132-3374 |
| 977 | || (event_type == QEvent::DeferredDelete| TRUE | evaluated 808 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 1491 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
- ...
|
| 808-1491 |
| 978 | && eventLevel == loopLevel| TRUE | evaluated 807 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-807 |
| 979 | if (!allowDeferredDelete| TRUE | evaluated 1492 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 4253 times by 172 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
- ...
|
) { | 1492-4253 |
| 980 | | - |
| 981 | if (!event_type| TRUE | evaluated 1491 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 |
&& !receiver| TRUE | evaluated 1491 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-1491 |
| 982 | | - |
| 983 | | - |
| 984 | | - |
| 985 | | - |
| 986 | QPostEvent pe_copy = pe; | - |
| 987 | | - |
| 988 | | - |
| 989 | | - |
| 990 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 991 | | - |
| 992 | | - |
| 993 | data->postEventList.addEvent(pe_copy); | - |
| 994 | }executed 1491 times by 34 tests: end of blockExecuted 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
- ...
| 1491 |
| 995 | continue;executed 1492 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
- ...
| 1492 |
| 996 | } | - |
| 997 | }executed 4253 times by 172 tests: end of blockExecuted 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
- ...
| 4253 |
| 998 | | - |
| 999 | | - |
| 1000 | | - |
| 1001 | pe.event->posted = false; | - |
| 1002 | QEvent *e = pe.event; | - |
| 1003 | QObject * r = pe.receiver; | - |
| 1004 | | - |
| 1005 | --r->d_func()->postedEvents; | - |
| 1006 | ((!(r->d_func()->postedEvents >= 0)) ? qt_assert("r->d_func()->postedEvents >= 0",__FILE__,1632) : qt_noop()); | - |
| 1007 | | - |
| 1008 | | - |
| 1009 | | - |
| 1010 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1011 | | - |
| 1012 | struct MutexUnlocker | - |
| 1013 | { | - |
| 1014 | QMutexLocker &m; | - |
| 1015 | MutexUnlocker(QMutexLocker &m) : m(m) { m.unlock(); }executed 554377 times by 350 tests: end of blockExecuted 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
- ...
| 554377 |
| 1016 | ~MutexUnlocker() { m.relock(); }executed 554377 times by 351 tests: end of blockExecuted 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
- ...
| 554377 |
| 1017 | }; | - |
| 1018 | MutexUnlocker unlocker(locker); | - |
| 1019 | | - |
| 1020 | QScopedPointer<QEvent> event_deleter(e); | - |
| 1021 | | - |
| 1022 | | - |
| 1023 | QCoreApplication::sendEvent(r, e); | - |
| 1024 | | - |
| 1025 | | - |
| 1026 | | - |
| 1027 | | - |
| 1028 | }executed 554376 times by 350 tests: end of blockExecuted 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
- ...
| 554376 |
| 1029 | | - |
| 1030 | cleanup.exceptionCaught = false; | - |
| 1031 | }executed 381003 times by 353 tests: end of blockExecuted 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
- ...
| 381003 |
| 1032 | void QCoreApplication::removePostedEvents(QObject *receiver, int eventType) | - |
| 1033 | { | - |
| 1034 | QThreadData *data = receiver| TRUE | evaluated 78885 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-78885 |
| 1035 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 1036 | | - |
| 1037 | | - |
| 1038 | | - |
| 1039 | | - |
| 1040 | | - |
| 1041 | if (receiver| TRUE | evaluated 78885 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()->postedEvents| TRUE | evaluated 26136 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 52749 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-78885 |
| 1042 | return;executed 26136 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
- ...
| 26136 |
| 1043 | | - |
| 1044 | | - |
| 1045 | | - |
| 1046 | QVarLengthArray<QEvent*> events; | - |
| 1047 | int n = data->postEventList.size(); | - |
| 1048 | int j = 0; | - |
| 1049 | | - |
| 1050 | for (int i = 0; i < n| TRUE | evaluated 7024883 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 52753 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) { | 52753-7024883 |
| 1051 | const QPostEvent &pe = data->postEventList.at(i); | - |
| 1052 | | - |
| 1053 | if ((!receiver| TRUE | evaluated 24 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 7024859 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 == receiver| TRUE | evaluated 82520 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 6942339 times by 207 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-7024859 |
| 1054 | && (pe.event| TRUE | evaluated 81429 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 1115 times by 36 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_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
- tst_QStyleSheetStyle
- ...
|
&& (eventType == 0| TRUE | evaluated 81133 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 296 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
|| pe.event->type() == eventType| TRUE | evaluated 163 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
| | FALSE | evaluated 133 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
))) { | 133-81429 |
| 1055 | --pe.receiver->d_func()->postedEvents; | - |
| 1056 | pe.event->posted = false; | - |
| 1057 | events.append(pe.event); | - |
| 1058 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1059 | }executed 81296 times by 456 tests: end of blockExecuted 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.recursion| TRUE | evaluated 6932042 times by 190 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 11545 times by 54 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_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- tst_QStyleSheetStyle
- ...
|
) { | 11545-6932042 |
| 1060 | if (i != j| TRUE | evaluated 1150973 times by 168 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 5781069 times by 176 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
- ...
|
) | 1150973-5781069 |
| 1061 | qSwap(data->postEventList[i], data->postEventList[j]);executed 1150973 times by 168 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
- ...
| 1150973 |
| 1062 | ++j; | - |
| 1063 | }executed 6932042 times by 190 tests: end of blockExecuted 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
- ...
| 6932042 |
| 1064 | }executed 7024883 times by 456 tests: end of blockExecuted 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
- ...
| 7024883 |
| 1065 | | - |
| 1066 | | - |
| 1067 | if (receiver| TRUE | evaluated 52749 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 == 0| TRUE | evaluated 52618 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-52749 |
| 1068 | ((!(!receiver->d_func()->postedEvents)) ? qt_assert("!receiver->d_func()->postedEvents",__FILE__,1715) : qt_noop()); | - |
| 1069 | }executed 52618 times by 455 tests: end of blockExecuted 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
- ...
| 52618 |
| 1070 | | - |
| 1071 | | - |
| 1072 | if (!data->postEventList.recursion| TRUE | evaluated 51554 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 1199 times by 54 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_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- tst_QStyleSheetStyle
- ...
|
) { | 1199-51554 |
| 1073 | | - |
| 1074 | data->postEventList.erase(data->postEventList.begin() + j, data->postEventList.end()); | - |
| 1075 | }executed 51554 times by 453 tests: end of blockExecuted 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
- ...
| 51554 |
| 1076 | | - |
| 1077 | locker.unlock(); | - |
| 1078 | for (int i = 0; i < events.count()| TRUE | evaluated 81296 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 52753 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) { | 52753-81296 |
| 1079 | delete events[i]; | - |
| 1080 | }executed 81296 times by 456 tests: end of blockExecuted 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
- ...
| 81296 |
| 1081 | }executed 52753 times by 456 tests: end of blockExecuted 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
- ...
| 52753 |
| 1082 | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | - |
| 1083 | { | - |
| 1084 | if (!event| TRUE | never evaluated | | FALSE | never evaluated |
|| !event->posted| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1085 | return; never executed: return; | 0 |
| 1086 | | - |
| 1087 | QThreadData *data = QThreadData::current(); | - |
| 1088 | | - |
| 1089 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 1090 | | - |
| 1091 | if (data->postEventList.size() == 0| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1092 | | - |
| 1093 | QMessageLogger(__FILE__, 1751, __PRETTY_FUNCTION__).debug("QCoreApplication::removePostedEvent: Internal error: %p %d is posted", | - |
| 1094 | (void*)event, event->type()); | - |
| 1095 | return; never executed: return; | 0 |
| 1096 | | - |
| 1097 | } | - |
| 1098 | | - |
| 1099 | for (int i = 0; i < data->postEventList.size()| TRUE | never evaluated | | FALSE | never evaluated |
; ++i) { | 0 |
| 1100 | const QPostEvent & pe = data->postEventList.at(i); | - |
| 1101 | if (pe.event == event| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1102 | | - |
| 1103 | QMessageLogger(__FILE__, 1761, __PRETTY_FUNCTION__).warning("QCoreApplication::removePostedEvent: Event of type %d deleted while posted to %s %s", | - |
| 1104 | event->type(), | - |
| 1105 | pe.receiver->metaObject()->className(), | - |
| 1106 | pe.receiver->objectName().toLocal8Bit().data()); | - |
| 1107 | | - |
| 1108 | --pe.receiver->d_func()->postedEvents; | - |
| 1109 | pe.event->posted = false; | - |
| 1110 | delete pe.event; | - |
| 1111 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1112 | return; never executed: return; | 0 |
| 1113 | } | - |
| 1114 | } never executed: end of block | 0 |
| 1115 | } never executed: end of block | 0 |
| 1116 | | - |
| 1117 | | - |
| 1118 | | - |
| 1119 | | - |
| 1120 | bool QCoreApplication::event(QEvent *e) | - |
| 1121 | { | - |
| 1122 | if (e->type() == QEvent::Quit| TRUE | evaluated 17 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| | FALSE | evaluated 2716 times by 254 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
) { | 17-2716 |
| 1123 | quit(); | - |
| 1124 | 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 |
| 1125 | } | - |
| 1126 | returnexecuted 2716 times by 254 tests: return QObject::event(e);Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
QObject::event(e);executed 2716 times by 254 tests: return QObject::event(e);Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- 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
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 2716 |
| 1127 | } | - |
| 1128 | void QCoreApplicationPrivate::ref() | - |
| 1129 | { | - |
| 1130 | quitLockRef.ref(); | - |
| 1131 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
| 1132 | | - |
| 1133 | void QCoreApplicationPrivate::deref() | - |
| 1134 | { | - |
| 1135 | 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 |
| 1136 | maybeQuit();executed 2 times by 2 tests: maybeQuit();Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 1137 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
| 1138 | | - |
| 1139 | void QCoreApplicationPrivate::maybeQuit() | - |
| 1140 | { | - |
| 1141 | if (quitLockRef.load() == 0| TRUE | evaluated 2919 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_exec| TRUE | evaluated 22 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| | FALSE | evaluated 2897 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
- ...
|
&& quitLockRefEnabled| TRUE | 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-2919 |
| 1142 | 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 |
| 1143 | }executed 2919 times by 120 tests: end of blockExecuted 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
- ...
| 2919 |
| 1144 | void QCoreApplication::quit() | - |
| 1145 | { | - |
| 1146 | 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 |
| 1147 | } | - |
| 1148 | bool QCoreApplication::installTranslator(QTranslator *translationFile) | - |
| 1149 | { | - |
| 1150 | if (!translationFile| TRUE | never evaluated | | FALSE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 0-35 |
| 1151 | return never executed: return false; false;never executed: return false; | 0 |
| 1152 | | - |
| 1153 | 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 |
| 1154 | return never executed: return false; false;never executed: return false; | 0 |
| 1155 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1156 | d->translators.prepend(translationFile); | - |
| 1157 | | - |
| 1158 | | - |
| 1159 | 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 |
| 1160 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
| 1161 | | - |
| 1162 | | - |
| 1163 | | - |
| 1164 | QEvent ev(QEvent::LanguageChange); | - |
| 1165 | QCoreApplication::sendEvent(self, &ev); | - |
| 1166 | | - |
| 1167 | | - |
| 1168 | 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 |
| 1169 | } | - |
| 1170 | bool QCoreApplication::removeTranslator(QTranslator *translationFile) | - |
| 1171 | { | - |
| 1172 | if (!translationFile| 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 |
| 1173 | return never executed: return false; false;never executed: return false; | 0 |
| 1174 | 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 |
| 1175 | return never executed: return false; false;never executed: return false; | 0 |
| 1176 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1177 | 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 |
| 1178 | | - |
| 1179 | if (!self->closingDown()| TRUE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | never evaluated |
) { | 0-35 |
| 1180 | QEvent ev(QEvent::LanguageChange); | - |
| 1181 | QCoreApplication::sendEvent(self, &ev); | - |
| 1182 | }executed 35 times by 4 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 35 |
| 1183 | | - |
| 1184 | 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 |
| 1185 | } | - |
| 1186 | 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 |
| 1187 | } | - |
| 1188 | | - |
| 1189 | static void replacePercentN(QString *result, int n) | - |
| 1190 | { | - |
| 1191 | if (n >= 0| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 361258 times by 197 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-361258 |
| 1192 | int percentPos = 0; | - |
| 1193 | int len = 0; | - |
| 1194 | while ((| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 6 times by 1 test |
percentPos = result->indexOf(QLatin1Char('%'), percentPos + len)) != -1| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 6 times by 1 test |
) { | 6 |
| 1195 | len = 1; | - |
| 1196 | QString fmt; | - |
| 1197 | if (result->at(percentPos + len) == QLatin1Char('L')| TRUE | never evaluated | | FALSE | evaluated 6 times by 1 test |
) { | 0-6 |
| 1198 | ++len; | - |
| 1199 | fmt = QLatin1String("%L1"); | - |
| 1200 | } never executed: end of block else { | 0 |
| 1201 | fmt = QLatin1String("%1"); | - |
| 1202 | }executed 6 times by 1 test: end of block | 6 |
| 1203 | if (result->at(percentPos + len) == QLatin1Char('n')| TRUE | evaluated 6 times by 1 test | | FALSE | never evaluated |
) { | 0-6 |
| 1204 | fmt = fmt.arg(n); | - |
| 1205 | ++len; | - |
| 1206 | result->replace(percentPos, len, fmt); | - |
| 1207 | len = fmt.length(); | - |
| 1208 | }executed 6 times by 1 test: end of block | 6 |
| 1209 | }executed 6 times by 1 test: end of block | 6 |
| 1210 | }executed 6 times by 1 test: end of block | 6 |
| 1211 | }executed 361264 times by 197 tests: end of blockExecuted 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
- ...
| 361264 |
| 1212 | QString QCoreApplication::translate(const char *context, const char *sourceText, | - |
| 1213 | const char *disambiguation, int n) | - |
| 1214 | { | - |
| 1215 | QString result; | - |
| 1216 | | - |
| 1217 | if (!sourceText| TRUE | never evaluated | | FALSE | evaluated 361264 times by 197 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-361264 |
| 1218 | return never executed: return result; result;never executed: return result; | 0 |
| 1219 | | - |
| 1220 | if (self| TRUE | evaluated 361229 times by 193 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 35 times by 5 testsEvaluated by:- tst_QApplication
- tst_QDnsLookup_Appless
- tst_QPageLayout
- tst_QPageSize
- tst_qudpsocket - unknown status
|
&& !self->d_func()->translators.isEmpty()| TRUE | evaluated 386 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | evaluated 360843 times by 192 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
- ...
|
) { | 35-361229 |
| 1221 | QList<QTranslator*>::ConstIterator it; | - |
| 1222 | QTranslator *translationFile; | - |
| 1223 | for (it = self->d_func()->translators.constBegin(); it != self->d_func()->translators.constEnd()| TRUE | evaluated 431 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-431 |
| 1224 | translationFile = *it; | - |
| 1225 | result = translationFile->translate(context, sourceText, disambiguation, n); | - |
| 1226 | if (!result.isNull()| TRUE | evaluated 320 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-320 |
| 1227 | break;executed 320 times by 4 tests: break;Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 320 |
| 1228 | }executed 111 times by 2 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QTranslator
| 111 |
| 1229 | }executed 386 times by 4 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 386 |
| 1230 | | - |
| 1231 | if (result.isNull()| TRUE | evaluated 360944 times by 197 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 320 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
) | 320-360944 |
| 1232 | result = QString::fromUtf8(sourceText);executed 360944 times by 197 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
- ...
| 360944 |
| 1233 | | - |
| 1234 | replacePercentN(&result, n); | - |
| 1235 | returnexecuted 361264 times by 197 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 361264 times by 197 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
- ...
| 361264 |
| 1236 | } | - |
| 1237 | | - |
| 1238 | | - |
| 1239 | | - |
| 1240 | | - |
| 1241 | | - |
| 1242 | | - |
| 1243 | | - |
| 1244 | QString qtTrId(const char *id, int n) | - |
| 1245 | { | - |
| 1246 | 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 |
| 1247 | } | - |
| 1248 | | - |
| 1249 | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | - |
| 1250 | { | - |
| 1251 | 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::selfexecuted 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
| 38 |
| 1252 | && QCoreApplication::self->d_func()->translators.contains(translator);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
| 38 |
| 1253 | } | - |
| 1254 | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) | - |
| 1255 | { | - |
| 1256 | if (QCoreApplicationPrivate::cachedApplicationFilePath| TRUE | never evaluated | | FALSE | evaluated 954 times by 23 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_qdbusxml2cpp - 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-954 |
| 1257 | * never executed: *QCoreApplicationPrivate::cachedApplicationFilePath = path; QCoreApplicationPrivate::cachedApplicationFilePath = path;never executed: *QCoreApplicationPrivate::cachedApplicationFilePath = path; | 0 |
| 1258 | else | - |
| 1259 | QCoreApplicationPrivate::cachedApplicationFilePath = new QString(path);executed 954 times by 23 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_qdbusxml2cpp - 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
| 954 |
| 1260 | } | - |
| 1261 | QString QCoreApplication::applicationDirPath() | - |
| 1262 | { | - |
| 1263 | if (!self| TRUE | never evaluated | | FALSE | evaluated 2346 times by 93 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-2346 |
| 1264 | QMessageLogger(__FILE__, 2090, __PRETTY_FUNCTION__).warning("QCoreApplication::applicationDirPath: Please instantiate the QApplication object first"); | - |
| 1265 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
| 1266 | } | - |
| 1267 | | - |
| 1268 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1269 | if (d->cachedApplicationDirPath.isNull()| TRUE | evaluated 952 times by 23 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_qdbusxml2cpp - 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 1394 times by 74 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_QGraphicsScene
- tst_QIODevice
- tst_QIcoImageFormat
- tst_QImageReader
- tst_QImageWriter
- ...
|
) | 952-1394 |
| 1270 | d->cachedApplicationDirPath = QFileInfo(applicationFilePath()).path();executed 952 times by 23 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_qdbusxml2cpp - 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
| 952 |
| 1271 | returnexecuted 2346 times by 93 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 2346 times by 93 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
- ...
| 2346 |
| 1272 | } | - |
| 1273 | QString QCoreApplication::applicationFilePath() | - |
| 1274 | { | - |
| 1275 | if (!self| TRUE | never evaluated | | FALSE | evaluated 1036 times by 52 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-1036 |
| 1276 | QMessageLogger(__FILE__, 2118, __PRETTY_FUNCTION__).warning("QCoreApplication::applicationFilePath: Please instantiate the QApplication object first"); | - |
| 1277 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
| 1278 | } | - |
| 1279 | | - |
| 1280 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1281 | | - |
| 1282 | if (d->argc| TRUE | evaluated 954 times by 49 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-954 |
| 1283 | static const char *procName = d->argv[0]; | - |
| 1284 | if (qstrcmp(procName, d->argv[0]) != 0| TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
| | FALSE | evaluated 949 times by 49 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-949 |
| 1285 | | - |
| 1286 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
| 1287 | procName = d->argv[0]; | - |
| 1288 | }executed 5 times by 2 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
| 5 |
| 1289 | }executed 954 times by 49 tests: end of blockExecuted 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
- ...
| 954 |
| 1290 | | - |
| 1291 | if (QCoreApplicationPrivate::cachedApplicationFilePath| TRUE | evaluated 82 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 954 times by 23 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_qdbusxml2cpp - 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
|
) | 82-954 |
| 1292 | returnexecuted 82 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 82 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
- ...
| 82 |
| 1293 | QFileInfo pfi(QString::fromLatin1("/proc/%1/exe").arg(getpid())); | - |
| 1294 | if (pfi.exists()| TRUE | evaluated 954 times by 23 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_qdbusxml2cpp - 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 954 times by 23 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_qdbusxml2cpp - 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-954 |
| 1295 | QCoreApplicationPrivate::setApplicationFilePath(pfi.canonicalFilePath()); | - |
| 1296 | returnexecuted 954 times by 23 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_qdbusxml2cpp - 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 954 times by 23 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_qdbusxml2cpp - 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
| 954 |
| 1297 | } | - |
| 1298 | | - |
| 1299 | if (!arguments().isEmpty()| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1300 | QString argv0 = QFile::decodeName(arguments().at(0).toLocal8Bit()); | - |
| 1301 | QString absPath; | - |
| 1302 | | - |
| 1303 | if (!argv0.isEmpty()| TRUE | never evaluated | | FALSE | never evaluated |
&& argv0.at(0) == QLatin1Char('/')| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1304 | | - |
| 1305 | | - |
| 1306 | | - |
| 1307 | | - |
| 1308 | absPath = argv0; | - |
| 1309 | } never executed: end of block else if (argv0.contains(QLatin1Char('/'))| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1310 | | - |
| 1311 | | - |
| 1312 | | - |
| 1313 | | - |
| 1314 | absPath = QDir::current().absoluteFilePath(argv0); | - |
| 1315 | } never executed: end of block else { | 0 |
| 1316 | | - |
| 1317 | | - |
| 1318 | | - |
| 1319 | | - |
| 1320 | absPath = QStandardPaths::findExecutable(argv0); | - |
| 1321 | } never executed: end of block | 0 |
| 1322 | | - |
| 1323 | absPath = QDir::cleanPath(absPath); | - |
| 1324 | | - |
| 1325 | QFileInfo fi(absPath); | - |
| 1326 | if (fi.exists()| TRUE | never evaluated | | FALSE | never evaluated |
) { | 0 |
| 1327 | QCoreApplicationPrivate::setApplicationFilePath(fi.canonicalFilePath()); | - |
| 1328 | return never executed: return *QCoreApplicationPrivate::cachedApplicationFilePath; *QCoreApplicationPrivate::cachedApplicationFilePath;never executed: return *QCoreApplicationPrivate::cachedApplicationFilePath; | 0 |
| 1329 | } | - |
| 1330 | } never executed: end of block | 0 |
| 1331 | | - |
| 1332 | | - |
| 1333 | return never executed: return QString(); QString();never executed: return QString(); | 0 |
| 1334 | } | - |
| 1335 | | - |
| 1336 | | - |
| 1337 | | - |
| 1338 | | - |
| 1339 | | - |
| 1340 | | - |
| 1341 | qint64 QCoreApplication::applicationPid() | - |
| 1342 | { | - |
| 1343 | | - |
| 1344 | | - |
| 1345 | | - |
| 1346 | | - |
| 1347 | | - |
| 1348 | returnexecuted 2773 times by 29 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_QIcon
- tst_QImageReader
- tst_QImageWriter
- tst_QLockFile
- tst_QMimeDatabase
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPdfWriter
- tst_QPixmap
- tst_QSaveFile
- tst_QSettings
- tst_QStorageInfo
- ...
getpid();executed 2773 times by 29 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_QIcon
- tst_QImageReader
- tst_QImageWriter
- tst_QLockFile
- tst_QMimeDatabase
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPdfWriter
- tst_QPixmap
- tst_QSaveFile
- tst_QSettings
- tst_QStorageInfo
- ...
| 2773 |
| 1349 | | - |
| 1350 | } | - |
| 1351 | QStringList QCoreApplication::arguments() | - |
| 1352 | { | - |
| 1353 | QStringList list; | - |
| 1354 | | - |
| 1355 | if (!self| TRUE | never evaluated | | FALSE | evaluated 462 times by 131 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-462 |
| 1356 | QMessageLogger(__FILE__, 2248, __PRETTY_FUNCTION__).warning("QCoreApplication::arguments: Please instantiate the QApplication object first"); | - |
| 1357 | return never executed: return list; list;never executed: return list; | 0 |
| 1358 | } | - |
| 1359 | const int ac = self->d_func()->argc; | - |
| 1360 | char ** const av = self->d_func()->argv; | - |
| 1361 | list.reserve(ac); | - |
| 1362 | for (int a = 0; a < ac| TRUE | evaluated 856 times by 131 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 462 times by 131 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) { | 462-856 |
| 1363 | list << QString::fromLocal8Bit(av[a]); | - |
| 1364 | }executed 856 times by 131 tests: end of blockExecuted 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
- ...
| 856 |
| 1365 | | - |
| 1366 | returnexecuted 462 times by 131 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 462 times by 131 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
- ...
| 462 |
| 1367 | } | - |
| 1368 | void QCoreApplication::setOrganizationName(const QString &orgName) | - |
| 1369 | { | - |
| 1370 | if (coreappdata()->orgName == orgName| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 7 times by 3 testsEvaluated by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
|
) | 1-7 |
| 1371 | return;executed 1 time by 1 test: return; | 1 |
| 1372 | coreappdata()->orgName = orgName; | - |
| 1373 | | - |
| 1374 | if (QCoreApplication::self| TRUE | evaluated 7 times by 3 testsEvaluated by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| | FALSE | never evaluated |
) | 0-7 |
| 1375 | QCoreApplication::self->organizationNameChanged();executed 7 times by 3 tests: QCoreApplication::self->organizationNameChanged();Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
| 1376 | | - |
| 1377 | }executed 7 times by 3 tests: end of blockExecuted by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
| 1378 | | - |
| 1379 | QString QCoreApplication::organizationName() | - |
| 1380 | { | - |
| 1381 | 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 |
| 1382 | } | - |
| 1383 | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) | - |
| 1384 | { | - |
| 1385 | if (coreappdata()->orgDomain == orgDomain| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1386 | return; never executed: return; | 0 |
| 1387 | coreappdata()->orgDomain = orgDomain; | - |
| 1388 | | - |
| 1389 | if (QCoreApplication::self| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1390 | QCoreApplication::self->organizationDomainChanged(); never executed: QCoreApplication::self->organizationDomainChanged(); | 0 |
| 1391 | | - |
| 1392 | } never executed: end of block | 0 |
| 1393 | | - |
| 1394 | QString QCoreApplication::organizationDomain() | - |
| 1395 | { | - |
| 1396 | 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 |
| 1397 | } | - |
| 1398 | void QCoreApplication::setApplicationName(const QString &application) | - |
| 1399 | { | - |
| 1400 | coreappdata()->applicationNameSet = !application.isEmpty(); | - |
| 1401 | QString newAppName = application; | - |
| 1402 | if (newAppName.isEmpty()| TRUE | evaluated 10 times by 5 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qstandardpaths
| | FALSE | evaluated 147 times by 11 testsEvaluated by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
- tst_qdbusxml2cpp - unknown status
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
|
&& QCoreApplication::self| TRUE | 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-147 |
| 1403 | 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 |
| 1404 | if (coreappdata()->application == newAppName| TRUE | evaluated 130 times by 5 testsEvaluated by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
- tst_qdbusxml2cpp - unknown status
| | 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
|
) | 27-130 |
| 1405 | return;executed 130 times by 5 tests: return;Executed by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
- tst_qdbusxml2cpp - unknown status
| 130 |
| 1406 | coreappdata()->application = newAppName; | - |
| 1407 | | - |
| 1408 | if (QCoreApplication::self| TRUE | 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 |
| 1409 | 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 |
| 1410 | | - |
| 1411 | }executed 27 times by 8 tests: end of blockExecuted by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
| 27 |
| 1412 | | - |
| 1413 | QString QCoreApplication::applicationName() | - |
| 1414 | { | - |
| 1415 | returnexecuted 9967 times by 157 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() ? coreappdata()->application : QString();executed 9967 times by 157 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
- ...
| 9967 |
| 1416 | } | - |
| 1417 | | - |
| 1418 | | - |
| 1419 | __attribute__((visibility("default"))) QString qt_applicationName_noFallback() | - |
| 1420 | { | - |
| 1421 | returnexecuted 2 times by 1 test: return coreappdata()->applicationNameSet ? coreappdata()->application : QString(); coreappdata()->applicationNameSet ? coreappdata()->application : QString();executed 2 times by 1 test: return coreappdata()->applicationNameSet ? coreappdata()->application : QString(); | 2 |
| 1422 | } | - |
| 1423 | void QCoreApplication::setApplicationVersion(const QString &version) | - |
| 1424 | { | - |
| 1425 | if (coreappdata()->applicationVersion == version| TRUE | never evaluated | | FALSE | evaluated 124 times by 3 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
|
) | 0-124 |
| 1426 | return; never executed: return; | 0 |
| 1427 | coreappdata()->applicationVersion = version; | - |
| 1428 | | - |
| 1429 | if (QCoreApplication::self| TRUE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 4-120 |
| 1430 | QCoreApplication::self->applicationVersionChanged();executed 120 times by 1 test: QCoreApplication::self->applicationVersionChanged();Executed by:- tst_qdbusxml2cpp - unknown status
| 120 |
| 1431 | | - |
| 1432 | }executed 124 times by 3 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_qdbusxml2cpp - unknown status
| 124 |
| 1433 | | - |
| 1434 | QString QCoreApplication::applicationVersion() | - |
| 1435 | { | - |
| 1436 | 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 |
| 1437 | } | - |
| 1438 | | - |
| 1439 | | - |
| 1440 | | - |
| 1441 | 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::Initialized| TRUE | evaluated 273 times by 247 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 273 times by 247 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 273 times by 247 tests: end of blockExecuted 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 502 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 502 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-502 |
| 1442 | QStringList QCoreApplication::libraryPaths() | - |
| 1443 | { | - |
| 1444 | QMutexLocker locker(libraryPathMutex()); | - |
| 1445 | | - |
| 1446 | if (coreappdata()->manual_libpaths| TRUE | evaluated 52 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
- tst_QPluginLoader
| | FALSE | evaluated 434 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-434 |
| 1447 | 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 |
| 1448 | | - |
| 1449 | if (!coreappdata()->app_libpaths| TRUE | evaluated 78 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 356 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
- ...
|
) { | 78-356 |
| 1450 | QStringList *app_libpaths = new QStringList; | - |
| 1451 | coreappdata()->app_libpaths.reset(app_libpaths); | - |
| 1452 | | - |
| 1453 | const QByteArray libPathEnv = qgetenv("QT_PLUGIN_PATH"); | - |
| 1454 | if (!libPathEnv.isEmpty()| TRUE | evaluated 50 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 28 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
|
) { | 28-50 |
| 1455 | QStringList paths = QFile::decodeName(libPathEnv).split(QDir::listSeparator(), QString::SkipEmptyParts); | - |
| 1456 | for (QStringList::const_iterator it = paths.constBegin(); it != paths.constEnd()| TRUE | evaluated 52 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 50 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) { | 50-52 |
| 1457 | QString canonicalPath = QDir(*it).canonicalPath(); | - |
| 1458 | if (!canonicalPath.isEmpty()| TRUE | evaluated 50 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-50 |
| 1459 | && !app_libpaths->contains(canonicalPath)| TRUE | evaluated 50 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-50 |
| 1460 | app_libpaths->append(canonicalPath); | - |
| 1461 | }executed 50 times by 28 tests: end of blockExecuted 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
- ...
| 50 |
| 1462 | }executed 52 times by 28 tests: end of blockExecuted 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
- ...
| 52 |
| 1463 | }executed 50 times by 28 tests: end of blockExecuted 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
- ...
| 50 |
| 1464 | | - |
| 1465 | QString installPathPlugins = QLibraryInfo::location(QLibraryInfo::PluginsPath); | - |
| 1466 | if (QFile::exists(installPathPlugins)| TRUE | evaluated 78 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-78 |
| 1467 | | - |
| 1468 | installPathPlugins = QDir(installPathPlugins).canonicalPath(); | - |
| 1469 | if (!app_libpaths->contains(installPathPlugins)| TRUE | evaluated 31 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 47 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
- ...
|
) | 31-47 |
| 1470 | app_libpaths->append(installPathPlugins);executed 31 times by 3 tests: app_libpaths->append(installPathPlugins);Executed by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| 31 |
| 1471 | }executed 78 times by 30 tests: end of blockExecuted 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
- ...
| 78 |
| 1472 | | - |
| 1473 | | - |
| 1474 | | - |
| 1475 | if (self| TRUE | evaluated 74 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 74 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-74 |
| 1476 | }executed 78 times by 30 tests: end of blockExecuted 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
- ...
| 78 |
| 1477 | returnexecuted 434 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 434 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
- ...
| 434 |
| 1478 | } | - |
| 1479 | void QCoreApplication::setLibraryPaths(const QStringList &paths) | - |
| 1480 | { | - |
| 1481 | QMutexLocker locker(libraryPathMutex()); | - |
| 1482 | | - |
| 1483 | | - |
| 1484 | | - |
| 1485 | | - |
| 1486 | if (!coreappdata()->app_libpaths| TRUE | 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 |
| 1487 | libraryPaths();executed 2 times by 2 tests: libraryPaths();Executed by:- tst_QApplication
- tst_QFactoryLoader
| 2 |
| 1488 | | - |
| 1489 | if (coreappdata()->manual_libpaths| TRUE | 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 |
| 1490 | *(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 |
| 1491 | else | - |
| 1492 | 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 |
| 1493 | | - |
| 1494 | locker.unlock(); | - |
| 1495 | QFactoryLoader::refreshAll(); | - |
| 1496 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
| 5 |
| 1497 | void QCoreApplication::addLibraryPath(const QString &path) | - |
| 1498 | { | - |
| 1499 | if (path.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) | 0-9 |
| 1500 | return; never executed: return; | 0 |
| 1501 | | - |
| 1502 | QString canonicalPath = QDir(path).canonicalPath(); | - |
| 1503 | if (canonicalPath.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) | 0-9 |
| 1504 | return; never executed: return; | 0 |
| 1505 | | - |
| 1506 | QMutexLocker locker(libraryPathMutex()); | - |
| 1507 | | - |
| 1508 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
| 1509 | if (libpaths| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 8 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
) { | 1-8 |
| 1510 | if (libpaths->contains(canonicalPath)| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) | 0-1 |
| 1511 | return;executed 1 time by 1 test: return; | 1 |
| 1512 | } never executed: end of block else { | 0 |
| 1513 | | - |
| 1514 | libraryPaths(); | - |
| 1515 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 1516 | 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 |
| 1517 | return;executed 3 times by 1 test: return; | 3 |
| 1518 | | - |
| 1519 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
| 1520 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
| 1521 | | - |
| 1522 | libpaths->prepend(canonicalPath); | - |
| 1523 | locker.unlock(); | - |
| 1524 | QFactoryLoader::refreshAll(); | - |
| 1525 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
| 1526 | void QCoreApplication::removeLibraryPath(const QString &path) | - |
| 1527 | { | - |
| 1528 | if (path.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
| 1529 | return; never executed: return; | 0 |
| 1530 | | - |
| 1531 | QString canonicalPath = QDir(path).canonicalPath(); | - |
| 1532 | if (canonicalPath.isEmpty()| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
| 1533 | return; never executed: return; | 0 |
| 1534 | | - |
| 1535 | QMutexLocker locker(libraryPathMutex()); | - |
| 1536 | | - |
| 1537 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
| 1538 | if (libpaths| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | never evaluated |
) { | 0-2 |
| 1539 | if (libpaths->removeAll(canonicalPath) == 0| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
| 1540 | return; never executed: return; | 0 |
| 1541 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
else { | 2 |
| 1542 | | - |
| 1543 | libraryPaths(); | - |
| 1544 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 1545 | if (!app_libpaths->contains(canonicalPath)| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1546 | return; never executed: return; | 0 |
| 1547 | | - |
| 1548 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
| 1549 | libpaths->removeAll(canonicalPath); | - |
| 1550 | } never executed: end of block | 0 |
| 1551 | | - |
| 1552 | locker.unlock(); | - |
| 1553 | QFactoryLoader::refreshAll(); | - |
| 1554 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 1555 | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | - |
| 1556 | { | - |
| 1557 | if (QCoreApplication::testAttribute(Qt::AA_PluginApplication)| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
) { | 0-1 |
| 1558 | QMessageLogger(__FILE__, 2667, __PRETTY_FUNCTION__).warning("Native event filters are not applied when the Qt::AA_PluginApplication attribute is set"); | - |
| 1559 | return; never executed: return; | 0 |
| 1560 | } | - |
| 1561 | | - |
| 1562 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(QCoreApplicationPrivate::theMainThread); | - |
| 1563 | if (!filterObj| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
|| !eventDispatcher| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
) | 0-1 |
| 1564 | return; never executed: return; | 0 |
| 1565 | eventDispatcher->installNativeEventFilter(filterObj); | - |
| 1566 | }executed 1 time by 1 test: end of block | 1 |
| 1567 | void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) | - |
| 1568 | { | - |
| 1569 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
| 1570 | if (!filterObject| TRUE | never evaluated | | FALSE | never evaluated |
|| !eventDispatcher| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1571 | return; never executed: return; | 0 |
| 1572 | eventDispatcher->removeNativeEventFilter(filterObject); | - |
| 1573 | } never executed: end of block | 0 |
| 1574 | bool QCoreApplication::hasPendingEvents() | - |
| 1575 | { | - |
| 1576 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
| 1577 | if (eventDispatcher| TRUE | never evaluated | | FALSE | never evaluated |
) | 0 |
| 1578 | return never executed: return eventDispatcher->hasPendingEvents(); eventDispatcher->hasPendingEvents();never executed: return eventDispatcher->hasPendingEvents(); | 0 |
| 1579 | return never executed: return false; false;never executed: return false; | 0 |
| 1580 | } | - |
| 1581 | | - |
| 1582 | | - |
| 1583 | | - |
| 1584 | | - |
| 1585 | | - |
| 1586 | | - |
| 1587 | QAbstractEventDispatcher *QCoreApplication::eventDispatcher() | - |
| 1588 | { | - |
| 1589 | if (QCoreApplicationPrivate::theMainThread| TRUE | evaluated 190 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-190 |
| 1590 | returnexecuted 190 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 190 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
- ...
| 190 |
| 1591 | return never executed: return 0; 0;never executed: return 0; | 0 |
| 1592 | } | - |
| 1593 | | - |
| 1594 | | - |
| 1595 | | - |
| 1596 | | - |
| 1597 | | - |
| 1598 | | - |
| 1599 | | - |
| 1600 | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | - |
| 1601 | { | - |
| 1602 | QThread *mainThread = QCoreApplicationPrivate::theMainThread; | - |
| 1603 | if (!mainThread| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
) | 0-2 |
| 1604 | mainThread = QThread::currentThread(); never executed: mainThread = QThread::currentThread(); | 0 |
| 1605 | mainThread->setEventDispatcher(eventDispatcher); | - |
| 1606 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 1607 | | - |
| | |