| Line | Source | Count |
| 1 | | - |
| 2 | | - |
| 3 | | - |
| 4 | | - |
| 5 | | - |
| 6 | | - |
| 7 | | - |
| 8 | | - |
| 9 | | - |
| 10 | | - |
| 11 | | - |
| 12 | | - |
| 13 | | - |
| 14 | | - |
| 15 | | - |
| 16 | | - |
| 17 | | - |
| 18 | | - |
| 19 | | - |
| 20 | | - |
| 21 | | - |
| 22 | | - |
| 23 | | - |
| 24 | | - |
| 25 | | - |
| 26 | | - |
| 27 | | - |
| 28 | | - |
| 29 | | - |
| 30 | | - |
| 31 | | - |
| 32 | | - |
| 33 | | - |
| 34 | | - |
| 35 | #include "qcoreapplication.h" | - |
| 36 | #include "qcoreapplication_p.h" | - |
| 37 | | - |
| 38 | #ifndef QT_NO_QOBJECT | - |
| 39 | #include "qabstracteventdispatcher.h" | - |
| 40 | #include "qcoreevent.h" | - |
| 41 | #include "qeventloop.h" | - |
| 42 | #endif | - |
| 43 | #include "qcorecmdlineargs_p.h" | - |
| 44 | #include <qdatastream.h> | - |
| 45 | #include <qdebug.h> | - |
| 46 | #include <qdir.h> | - |
| 47 | #include <qfile.h> | - |
| 48 | #include <qfileinfo.h> | - |
| 49 | #include <qmutex.h> | - |
| 50 | #include <private/qloggingregistry_p.h> | - |
| 51 | #include <qstandardpaths.h> | - |
| 52 | #include <qtextcodec.h> | - |
| 53 | #ifndef QT_NO_QOBJECT | - |
| 54 | #include <qthread.h> | - |
| 55 | #include <qthreadpool.h> | - |
| 56 | #include <qthreadstorage.h> | - |
| 57 | #include <private/qthread_p.h> | - |
| 58 | #endif | - |
| 59 | #include <qelapsedtimer.h> | - |
| 60 | #include <qlibraryinfo.h> | - |
| 61 | #include <qvarlengtharray.h> | - |
| 62 | #include <private/qfactoryloader_p.h> | - |
| 63 | #include <private/qfunctions_p.h> | - |
| 64 | #include <private/qlocale_p.h> | - |
| 65 | #include <private/qhooks_p.h> | - |
| 66 | | - |
| 67 | #ifndef QT_NO_QOBJECT | - |
| 68 | #if defined(Q_OS_UNIX) | - |
| 69 | # if defined(Q_OS_BLACKBERRY) | - |
| 70 | # include "qeventdispatcher_blackberry_p.h" | - |
| 71 | # include <process.h> | - |
| 72 | # include <unistd.h> | - |
| 73 | # elif defined(Q_OS_OSX) | - |
| 74 | # include "qeventdispatcher_cf_p.h" | - |
| 75 | # include "qeventdispatcher_unix_p.h" | - |
| 76 | # else | - |
| 77 | # if !defined(QT_NO_GLIB) | - |
| 78 | # include "qeventdispatcher_glib_p.h" | - |
| 79 | # endif | - |
| 80 | # include "qeventdispatcher_unix_p.h" | - |
| 81 | # endif | - |
| 82 | #endif | - |
| 83 | #ifdef Q_OS_WIN | - |
| 84 | # ifdef Q_OS_WINRT | - |
| 85 | # include "qeventdispatcher_winrt_p.h" | - |
| 86 | # include "qfunctions_winrt.h" | - |
| 87 | # include <wrl.h> | - |
| 88 | # include <Windows.ApplicationModel.core.h> | - |
| 89 | using namespace ABI::Windows::ApplicationModel::Core; | - |
| 90 | using namespace Microsoft::WRL; | - |
| 91 | # else | - |
| 92 | # include "qeventdispatcher_win_p.h" | - |
| 93 | # endif | - |
| 94 | #endif | - |
| 95 | #endif // QT_NO_QOBJECT | - |
| 96 | | - |
| 97 | #ifdef Q_OS_MAC | - |
| 98 | # include "qcore_mac_p.h" | - |
| 99 | #endif | - |
| 100 | | - |
| 101 | #include <stdlib.h> | - |
| 102 | | - |
| 103 | #ifdef Q_OS_UNIX | - |
| 104 | # include <locale.h> | - |
| 105 | # include <unistd.h> | - |
| 106 | # include <sys/types.h> | - |
| 107 | #endif | - |
| 108 | | - |
| 109 | #ifdef Q_OS_VXWORKS | - |
| 110 | # include <taskLib.h> | - |
| 111 | #endif | - |
| 112 | | - |
| 113 | #include <algorithm> | - |
| 114 | | - |
| 115 | QT_BEGIN_NAMESPACE | - |
| 116 | | - |
| 117 | #ifndef QT_NO_QOBJECT | - |
| 118 | class QMutexUnlocker | - |
| 119 | { | - |
| 120 | public: | - |
| 121 | inline explicit QMutexUnlocker(QMutex *m) | - |
| 122 | : mtx(m) | - |
| 123 | { }executed 660847 times by 492 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
- ...
| 660847 |
| 124 | inline ~QMutexUnlocker() { unlock(); }executed 660847 times by 492 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
- ...
| 660847 |
| 125 | inline void unlock() { if (mtx) mtx->unlock(); mtx = 0; }executed 1310882 times by 492 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
- ...
executed 660847 times by 492 tests: mtx->unlock();Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| TRUE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| | FALSE | evaluated 650035 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 650035-1310882 |
| 126 | | - |
| 127 | private: | - |
| 128 | Q_DISABLE_COPY(QMutexUnlocker) | - |
| 129 | | - |
| 130 | QMutex *mtx; | - |
| 131 | }; | - |
| 132 | #endif | - |
| 133 | | - |
| 134 | #if defined(Q_OS_WIN) || defined(Q_OS_MAC) | - |
| 135 | extern QString qAppFileName(); | - |
| 136 | #endif | - |
| 137 | | - |
| 138 | #if QT_VERSION >= 0x060000 | - |
| 139 | # error "Bump QCoreApplicatoinPrivate::app_compile_version to 0x060000" | - |
| 140 | #endif | - |
| 141 | int QCoreApplicationPrivate::app_compile_version = 0x050000; | - |
| 142 | | - |
| 143 | bool QCoreApplicationPrivate::setuidAllowed = false; | - |
| 144 | | - |
| 145 | #if !defined(Q_OS_WIN) | - |
| 146 | #ifdef Q_OS_MAC | - |
| 147 | QString QCoreApplicationPrivate::macMenuBarName() | - |
| 148 | { | - |
| 149 | QString bundleName; | - |
| 150 | CFTypeRef string = CFBundleGetValueForInfoDictionaryKey(CFBundleGetMainBundle(), CFSTR("CFBundleName")); | - |
| 151 | if (string) | - |
| 152 | bundleName = QCFString::toQString(static_cast<CFStringRef>(string)); | - |
| 153 | return bundleName; | - |
| 154 | } | - |
| 155 | #endif | - |
| 156 | QString QCoreApplicationPrivate::appName() const | - |
| 157 | { | - |
| 158 | QString applicationName; | - |
| 159 | #ifdef Q_OS_MAC | - |
| 160 | applicationName = macMenuBarName(); | - |
| 161 | #endif | - |
| 162 | if (applicationName.isEmpty() && argv[0]) {| TRUE | evaluated 881 times by 26 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| | FALSE | never evaluated |
| TRUE | evaluated 881 times by 26 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| | FALSE | never evaluated |
| 0-881 |
| 163 | char *p = strrchr(argv[0], '/'); | - |
| 164 | applicationName = QString::fromLocal8Bit(p ? p + 1 : argv[0]); | - |
| 165 | }executed 881 times by 26 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_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| 881 |
| 166 | | - |
| 167 | return applicationName;executed 881 times by 26 tests: return applicationName;Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QLockFile
- tst_QNetworkConfigurationManager
- tst_QSettings
- tst_QSql
- tst_QWidget_window
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qstandardpaths
- tst_qsystemsemaphore - unknown status
- ...
| 881 |
| 168 | } | - |
| 169 | #endif | - |
| 170 | | - |
| 171 | QString *QCoreApplicationPrivate::cachedApplicationFilePath = 0; | - |
| 172 | | - |
| 173 | bool QCoreApplicationPrivate::checkInstance(const char *function) | - |
| 174 | { | - |
| 175 | bool b = (QCoreApplication::self != 0); | - |
| 176 | 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 |
| 177 | qWarning("QApplication::%s: Please instantiate the QApplication object first", function); never executed: QMessageLogger(__FILE__, 177, __PRETTY_FUNCTION__).warning("QApplication::%s: Please instantiate the QApplication object first", function); | 0 |
| 178 | return 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 |
| 179 | } | - |
| 180 | | - |
| 181 | void QCoreApplicationPrivate::processCommandLineArguments() | - |
| 182 | { | - |
| 183 | int j = argc ? 1 : 0;| TRUE | evaluated 769 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 98 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
|
| 98-769 |
| 184 | for (int i = 1; i < argc; ++i) {| TRUE | evaluated 1628 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 867-1628 |
| 185 | if (!argv[i])| TRUE | never evaluated | | FALSE | evaluated 1628 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-1628 |
| 186 | continue; never executed: continue; | 0 |
| 187 | if (*argv[i] != '-') {| TRUE | evaluated 539 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 1089 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
| 539-1089 |
| 188 | argv[j++] = argv[i]; | - |
| 189 | continue;executed 539 times by 7 tests: continue;Executed by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 539 |
| 190 | } | - |
| 191 | const char *arg = argv[i]; | - |
| 192 | if (arg[1] == '-') | TRUE | never evaluated | | FALSE | evaluated 1089 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
| 0-1089 |
| 193 | ++arg; never executed: ++arg; | 0 |
| 194 | if (strncmp(arg, "-qmljsdebugger=", 15) == 0) {| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 1087 times by 3 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
| 2-1087 |
| 195 | qmljs_debug_arguments = QString::fromLocal8Bit(arg + 15); | - |
| 196 | } else if (strcmp(arg, "-qmljsdebugger") == 0 && i < argc - 1) {executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| TRUE | never evaluated | | FALSE | evaluated 1087 times by 3 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
|
| TRUE | never evaluated | | FALSE | never evaluated |
| 0-1087 |
| 197 | ++i; | - |
| 198 | qmljs_debug_arguments = QString::fromLocal8Bit(argv[i]); | - |
| 199 | } else { never executed: end of block | 0 |
| 200 | argv[j++] = argv[i]; | - |
| 201 | }executed 1087 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
- tst_selftests - unknown status
| 1087 |
| 202 | } | - |
| 203 | | - |
| 204 | if (j < argc) {| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 865 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 2-865 |
| 205 | argv[j] = 0; | - |
| 206 | argc = j; | - |
| 207 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 208 | }executed 867 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_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
| 209 | | - |
| 210 | | - |
| 211 | | - |
| 212 | #ifndef QT_NO_QOBJECT | - |
| 213 | QSignalSpyCallbackSet Q_CORE_EXPORT qt_signal_spy_callback_set = { 0, 0, 0, 0 }; | - |
| 214 | | - |
| 215 | void qt_register_signal_spy_callbacks(const QSignalSpyCallbackSet &callback_set) | - |
| 216 | { | - |
| 217 | qt_signal_spy_callback_set = callback_set; | - |
| 218 | }executed 1167 times by 541 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
- ...
| 1167 |
| 219 | #endif | - |
| 220 | | - |
| 221 | extern "C" void Q_CORE_EXPORT qt_startup_hook() | - |
| 222 | { | - |
| 223 | } | - |
| 224 | | - |
| 225 | typedef QList<QtStartUpFunction> QStartUpFuncList; | - |
| 226 | Q_GLOBAL_STATIC(QStartUpFuncList, preRList)executed 975 times by 420 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
- ...
executed 975 times by 420 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
executed 885 times by 37 tests: return &holder.value;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QSql
- tst_QTcpServer
- tst_QUdpSocket
- tst_QXmlInputSource
- ...
| TRUE | evaluated 975 times by 420 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
| | FALSE | never evaluated |
| 0-975 |
| 227 | typedef QList<QtCleanUpFunction> QVFuncList; | - |
| 228 | Q_GLOBAL_STATIC(QVFuncList, postRList)executed 971 times by 420 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
- ...
executed 971 times by 420 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
executed 1546 times by 485 tests: return &holder.value;Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDateTimeEdit
- tst_QDnsLookup_Appless
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGlobal
- ...
| TRUE | evaluated 971 times by 420 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qanimationgroup - unknown status
- tst_qapplication - unknown status
- ...
| | FALSE | never evaluated |
| 0-1546 |
| 229 | #ifndef QT_NO_QOBJECT | - |
| 230 | static QBasicMutex globalPreRoutinesMutex; | - |
| 231 | #endif | - |
| 232 | | - |
| 233 | | - |
| 234 | | - |
| 235 | | - |
| 236 | | - |
| 237 | | - |
| 238 | | - |
| 239 | void qAddPreRoutine(QtStartUpFunction p) | - |
| 240 | { | - |
| 241 | QStartUpFuncList *list = preRList(); | - |
| 242 | 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 |
| 243 | return; never executed: return; | 0 |
| 244 | | - |
| 245 | | - |
| 246 | #ifndef QT_NO_THREAD | - |
| 247 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
| 248 | #endif | - |
| 249 | 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 |
| 250 | 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 |
| 251 | list->prepend(p); | - |
| 252 | }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 |
| 253 | | - |
| 254 | void qAddPostRoutine(QtCleanUpFunction p) | - |
| 255 | { | - |
| 256 | QVFuncList *list = postRList(); | - |
| 257 | if (!list)| TRUE | never evaluated | | FALSE | evaluated 107 times by 69 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileIconProvider
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFtp
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QIcon
- ...
|
| 0-107 |
| 258 | return; never executed: return; | 0 |
| 259 | list->prepend(p); | - |
| 260 | }executed 107 times by 69 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
- ...
| 107 |
| 261 | | - |
| 262 | void qRemovePostRoutine(QtCleanUpFunction p) | - |
| 263 | { | - |
| 264 | QVFuncList *list = postRList(); | - |
| 265 | if (!list)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 266 | return; never executed: return; | 0 |
| 267 | list->removeAll(p); | - |
| 268 | } never executed: end of block | 0 |
| 269 | | - |
| 270 | static void qt_call_pre_routines() | - |
| 271 | { | - |
| 272 | QStartUpFuncList *list = preRList(); | - |
| 273 | if (!list)| TRUE | never evaluated | | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-867 |
| 274 | return; never executed: return; | 0 |
| 275 | #ifndef QT_NO_THREAD | - |
| 276 | QMutexLocker locker(&globalPreRoutinesMutex); | - |
| 277 | #endif | - |
| 278 | | - |
| 279 | | - |
| 280 | | - |
| 281 | for (int i = 0; i < list->count(); ++i)| TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 4-867 |
| 282 | list->at(i)();executed 4 times by 2 tests: list->at(i)();Executed by:- tst_QGlobal
- tst_QNetworkConfigurationManager
| 4 |
| 283 | }executed 867 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_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
| 284 | | - |
| 285 | void Q_CORE_EXPORT qt_call_post_routines() | - |
| 286 | { | - |
| 287 | QVFuncList *list = 0; | - |
| 288 | QT_TRY { | - |
| 289 | list = postRList(); | - |
| 290 | } QT_CATCH(const std::bad_alloc &) {executed 1439 times by 421 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
- ...
| 1439 |
| 291 | | - |
| 292 | | - |
| 293 | | - |
| 294 | } never executed: end of block | 0 |
| 295 | if (!list)| TRUE | never evaluated | | FALSE | evaluated 1439 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
| 0-1439 |
| 296 | return; never executed: return; | 0 |
| 297 | while (!list->isEmpty())| TRUE | evaluated 263 times by 185 testsEvaluated by:- tst_QApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- ...
| | FALSE | evaluated 1439 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
| 263-1439 |
| 298 | (list->takeFirst())();executed 263 times by 185 tests: (list->takeFirst())();Executed by:- tst_QApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- ...
| 263 |
| 299 | }executed 1439 times by 421 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
- ...
| 1439 |
| 300 | | - |
| 301 | | - |
| 302 | | - |
| 303 | static bool qt_locale_initialized = false; | - |
| 304 | | - |
| 305 | #ifndef QT_NO_QOBJECT | - |
| 306 | | - |
| 307 | | - |
| 308 | bool QCoreApplicationPrivate::is_app_running = false; | - |
| 309 | | - |
| 310 | bool QCoreApplicationPrivate::is_app_closing = false; | - |
| 311 | | - |
| 312 | Q_CORE_EXPORT uint qGlobalPostedEventsCount() | - |
| 313 | { | - |
| 314 | QThreadData *currentThreadData = QThreadData::current(); | - |
| 315 | return 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 |
| 316 | } | - |
| 317 | | - |
| 318 | QAbstractEventDispatcher *QCoreApplicationPrivate::eventDispatcher = 0; | - |
| 319 | | - |
| 320 | #ifdef Q_OS_UNIX | - |
| 321 | Qt::HANDLE qt_application_thread_id = 0; | - |
| 322 | #endif | - |
| 323 | | - |
| 324 | #endif // QT_NO_QOBJECT | - |
| 325 | | - |
| 326 | QCoreApplication *QCoreApplication::self = 0; | - |
| 327 | uint QCoreApplicationPrivate::attribs = (1 << Qt::AA_SynthesizeMouseForUnhandledTouchEvents); | - |
| 328 | | - |
| 329 | struct QCoreApplicationData { | - |
| 330 | QCoreApplicationData() Q_DECL_NOTHROW { | - |
| 331 | applicationNameSet = false; | - |
| 332 | }executed 641 times by 24 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_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 641 |
| 333 | ~QCoreApplicationData() { | - |
| 334 | #ifndef QT_NO_QOBJECT | - |
| 335 | | - |
| 336 | if (QCoreApplicationPrivate::theMainThread) {| TRUE | evaluated 976 times by 422 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| | FALSE | never evaluated |
| 0-976 |
| 337 | QThreadData *data = QThreadData::get2(QCoreApplicationPrivate::theMainThread); | - |
| 338 | data->deref(); | - |
| 339 | }executed 976 times by 422 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
- ...
| 976 |
| 340 | #endif | - |
| 341 | }executed 976 times by 422 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
- ...
| 976 |
| 342 | | - |
| 343 | #ifdef Q_OS_BLACKBERRY | - |
| 344 | | - |
| 345 | | - |
| 346 | void loadManifest() { | - |
| 347 | static bool manifestLoadAttempt = false; | - |
| 348 | if (manifestLoadAttempt) | - |
| 349 | return; | - |
| 350 | | - |
| 351 | manifestLoadAttempt = true; | - |
| 352 | | - |
| 353 | QFile metafile(QStringLiteral("app/META-INF/MANIFEST.MF")); | - |
| 354 | if (!metafile.open(QIODevice::ReadOnly)) { | - |
| 355 | qWarning("Could not open application metafile for reading") | - |
| 356 | } else { | - |
| 357 | while (!metafile.atEnd() && (application.isEmpty() || applicationVersion.isEmpty() || orgName.isEmpty())) { | - |
| 358 | QByteArray line = metafile.readLine(); | - |
| 359 | if (line.startsWith("Application-Name:")) | - |
| 360 | application = QString::fromUtf8(line.mid(18).trimmed()); | - |
| 361 | else if (line.startsWith("Application-Version:")) | - |
| 362 | applicationVersion = QString::fromUtf8(line.mid(21).trimmed()); | - |
| 363 | else if (line.startsWith("Package-Author:")) | - |
| 364 | orgName = QString::fromUtf8(line.mid(16).trimmed()); | - |
| 365 | } | - |
| 366 | metafile.close(); | - |
| 367 | } | - |
| 368 | } | - |
| 369 | #endif | - |
| 370 | | - |
| 371 | QString orgName, orgDomain; | - |
| 372 | QString application; | - |
| 373 | QString applicationVersion; | - |
| 374 | bool applicationNameSet; | - |
| 375 | | - |
| 376 | #ifndef QT_NO_LIBRARY | - |
| 377 | QScopedPointer<QStringList> app_libpaths; | - |
| 378 | QScopedPointer<QStringList> manual_libpaths; | - |
| 379 | #endif | - |
| 380 | | - |
| 381 | }; | - |
| 382 | | - |
| 383 | Q_GLOBAL_STATIC(QCoreApplicationData, coreappdata)executed 976 times by 422 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
- ...
executed 976 times by 422 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
executed 27777 times by 602 tests: return &holder.value;Executed by:- tst_Gestures
- tst_LargeFile
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- ...
| TRUE | evaluated 976 times by 422 testsEvaluated by:- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- ...
| | FALSE | never evaluated |
| 0-27777 |
| 384 | | - |
| 385 | #ifndef QT_NO_QOBJECT | - |
| 386 | static bool quitLockRefEnabled = true; | - |
| 387 | #endif | - |
| 388 | | - |
| 389 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 390 | | - |
| 391 | | - |
| 392 | | - |
| 393 | | - |
| 394 | static inline bool isArgvModified(int argc, char **argv) | - |
| 395 | { | - |
| 396 | if (__argc != argc || !__argv ) | - |
| 397 | return true; | - |
| 398 | if (__argv == argv) | - |
| 399 | return false; | - |
| 400 | for (int a = 0; a < argc; ++a) { | - |
| 401 | if (argv[a] != __argv[a] && strcmp(argv[a], __argv[a])) | - |
| 402 | return true; | - |
| 403 | } | - |
| 404 | return false; | - |
| 405 | } | - |
| 406 | | - |
| 407 | static inline bool contains(int argc, char **argv, const char *needle) | - |
| 408 | { | - |
| 409 | for (int a = 0; a < argc; ++a) { | - |
| 410 | if (!strcmp(argv[a], needle)) | - |
| 411 | return true; | - |
| 412 | } | - |
| 413 | return false; | - |
| 414 | } | - |
| 415 | #endif // Q_OS_WIN && !Q_OS_WINRT | - |
| 416 | | - |
| 417 | QCoreApplicationPrivate::QCoreApplicationPrivate(int &aargc, char **aargv, uint flags) | - |
| 418 | : | - |
| 419 | #ifndef QT_NO_QOBJECT | - |
| 420 | QObjectPrivate(), | - |
| 421 | #endif | - |
| 422 | argc(aargc) | - |
| 423 | , argv(aargv) | - |
| 424 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 425 | , origArgc(0) | - |
| 426 | , origArgv(Q_NULLPTR) | - |
| 427 | #endif | - |
| 428 | , application_type(QCoreApplicationPrivate::Tty) | - |
| 429 | #ifndef QT_NO_QOBJECT | - |
| 430 | , in_exec(false) | - |
| 431 | , aboutToQuitEmitted(false) | - |
| 432 | , threadData_clean(false) | - |
| 433 | #else | - |
| 434 | , q_ptr(0) | - |
| 435 | #endif | - |
| 436 | { | - |
| 437 | app_compile_version = flags & 0xffffff; | - |
| 438 | static const char *const empty = ""; | - |
| 439 | if (argc == 0 || argv == 0) {| TRUE | evaluated 98 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| | FALSE | evaluated 770 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| TRUE | never evaluated | | FALSE | evaluated 770 times by 19 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-770 |
| 440 | argc = 0; | - |
| 441 | argv = const_cast<char **>(&empty); | - |
| 442 | }executed 98 times by 6 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
| 98 |
| 443 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 444 | if (!isArgvModified(argc, argv)) { | - |
| 445 | origArgc = argc; | - |
| 446 | origArgv = new char *[argc]; | - |
| 447 | std::copy(argv, argv + argc, QT_MAKE_CHECKED_ARRAY_ITERATOR(origArgv, argc)); | - |
| 448 | } | - |
| 449 | #endif // Q_OS_WIN && !Q_OS_WINRT | - |
| 450 | | - |
| 451 | #ifndef QT_NO_QOBJECT | - |
| 452 | QCoreApplicationPrivate::is_app_closing = false; | - |
| 453 | | - |
| 454 | # if defined(Q_OS_UNIX) | - |
| 455 | if (!setuidAllowed && (geteuid() != getuid()))| TRUE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-868 |
| 456 | qFatal("FATAL: The application binary appears to be running setuid, this is a security hole."); never executed: QMessageLogger(__FILE__, 456, __PRETTY_FUNCTION__).fatal("FATAL: The application binary appears to be running setuid, this is a security hole."); | 0 |
| 457 | # endif // Q_OS_UNIX | - |
| 458 | | - |
| 459 | # if defined(Q_OS_UNIX) | - |
| 460 | qt_application_thread_id = QThread::currentThreadId(); | - |
| 461 | # endif | - |
| 462 | | - |
| 463 | QThread *cur = QThread::currentThread(); | - |
| 464 | if (cur != theMainThread)| TRUE | never evaluated | | FALSE | evaluated 868 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-868 |
| 465 | qWarning("WARNING: QApplication was not created in the main() thread."); never executed: QMessageLogger(__FILE__, 465, __PRETTY_FUNCTION__).warning("WARNING: QApplication was not created in the main() thread."); | 0 |
| 466 | #endif | - |
| 467 | }executed 868 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_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 868 |
| 468 | | - |
| 469 | QCoreApplicationPrivate::~QCoreApplicationPrivate() | - |
| 470 | { | - |
| 471 | #ifndef QT_NO_QOBJECT | - |
| 472 | cleanupThreadData(); | - |
| 473 | #endif | - |
| 474 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 475 | delete [] origArgv; | - |
| 476 | #endif | - |
| 477 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
| 478 | }executed 1199 times by 421 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
- ...
| 1199 |
| 479 | | - |
| 480 | #ifndef QT_NO_QOBJECT | - |
| 481 | | - |
| 482 | void QCoreApplicationPrivate::cleanupThreadData() | - |
| 483 | { | - |
| 484 | if (threadData && !threadData_clean) {| TRUE | evaluated 1540 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| | FALSE | never evaluated |
| TRUE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| | FALSE | evaluated 341 times by 220 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
|
| 0-1540 |
| 485 | #ifndef QT_NO_THREAD | - |
| 486 | void *data = &threadData->tls; | - |
| 487 | QThreadStorageData::finish((void **)data); | - |
| 488 | #endif | - |
| 489 | | - |
| 490 | | - |
| 491 | QMutexLocker locker(&threadData->postEventList.mutex); | - |
| 492 | for (int i = 0; i < threadData->postEventList.size(); ++i) {| TRUE | evaluated 11233 times by 140 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- ...
| | FALSE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
|
| 1199-11233 |
| 493 | const QPostEvent &pe = threadData->postEventList.at(i); | - |
| 494 | if (pe.event) {| TRUE | evaluated 11115 times by 137 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- ...
| | FALSE | evaluated 118 times by 10 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_networkselftest - unknown status
- tst_qcolumnview - unknown status
- tst_qdbusthreading - unknown status
- tst_qheaderview - unknown status
- tst_qhttpsocketengine - unknown status
- tst_qnetworkaccessmanager - unknown status
- tst_qnetworkinterface - unknown status
|
| 118-11115 |
| 495 | --pe.receiver->d_func()->postedEvents; | - |
| 496 | pe.event->posted = false; | - |
| 497 | delete pe.event; | - |
| 498 | }executed 11115 times by 137 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
- ...
| 11115 |
| 499 | }executed 11233 times by 140 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
- ...
| 11233 |
| 500 | threadData->postEventList.clear(); | - |
| 501 | threadData->postEventList.recursion = 0; | - |
| 502 | threadData->quitNow = false; | - |
| 503 | threadData_clean = true; | - |
| 504 | }executed 1199 times by 421 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
- ...
| 1199 |
| 505 | }executed 1540 times by 421 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
- ...
| 1540 |
| 506 | | - |
| 507 | void QCoreApplicationPrivate::createEventDispatcher() | - |
| 508 | { | - |
| 509 | Q_Q(QCoreApplication); | - |
| 510 | #if defined(Q_OS_UNIX) | - |
| 511 | # if defined(Q_OS_BLACKBERRY) | - |
| 512 | eventDispatcher = new QEventDispatcherBlackberry(q); | - |
| 513 | # elif defined(Q_OS_OSX) | - |
| 514 | bool ok = false; | - |
| 515 | int value = qEnvironmentVariableIntValue("QT_EVENT_DISPATCHER_CORE_FOUNDATION", &ok); | - |
| 516 | if (ok && value > 0) | - |
| 517 | eventDispatcher = new QEventDispatcherCoreFoundation(q); | - |
| 518 | else | - |
| 519 | eventDispatcher = new QEventDispatcherUNIX(q); | - |
| 520 | # elif !defined(QT_NO_GLIB) | - |
| 521 | if (qEnvironmentVariableIsEmpty("QT_NO_GLIB") && QEventDispatcherGlib::versionSupported())| TRUE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| TRUE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| 0-736 |
| 522 | eventDispatcher = new QEventDispatcherGlib(q);executed 736 times by 21 tests: eventDispatcher = new QEventDispatcherGlib(q);Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 736 |
| 523 | else | - |
| 524 | eventDispatcher = new QEventDispatcherUNIX(q); never executed: eventDispatcher = new QEventDispatcherUNIX(q); | 0 |
| 525 | # else | - |
| 526 | eventDispatcher = new QEventDispatcherUNIX(q); | - |
| 527 | # endif | - |
| 528 | #elif defined(Q_OS_WINRT) | - |
| 529 | eventDispatcher = new QEventDispatcherWinRT(q); | - |
| 530 | #elif defined(Q_OS_WIN) | - |
| 531 | eventDispatcher = new QEventDispatcherWin32(q); | - |
| 532 | #else | - |
| 533 | # error "QEventDispatcher not yet ported to this platform" | - |
| 534 | #endif | - |
| 535 | } | - |
| 536 | | - |
| 537 | void QCoreApplicationPrivate::eventDispatcherReady() | - |
| 538 | { | - |
| 539 | } | - |
| 540 | | - |
| 541 | QBasicAtomicPointer<QThread> QCoreApplicationPrivate::theMainThread = Q_BASIC_ATOMIC_INITIALIZER(0); | - |
| 542 | QThread *QCoreApplicationPrivate::mainThread() | - |
| 543 | { | - |
| 544 | Q_ASSERT(theMainThread.load() != 0); | - |
| 545 | return theMainThread.load();executed 3399309 times by 383 tests: return theMainThread.load();Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QBuffer
- ...
| 3399309 |
| 546 | } | - |
| 547 | | - |
| 548 | bool QCoreApplicationPrivate::threadRequiresCoreApplication() | - |
| 549 | { | - |
| 550 | QThreadData *data = QThreadData::current(false); | - |
| 551 | if (!data)| TRUE | never evaluated | | FALSE | evaluated 2915631 times by 528 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 0-2915631 |
| 552 | return true; never executed: return true; | 0 |
| 553 | return data->requiresCoreApplication;executed 2915631 times by 528 tests: return data->requiresCoreApplication;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 2915631 |
| 554 | } | - |
| 555 | | - |
| 556 | void QCoreApplicationPrivate::checkReceiverThread(QObject *receiver) | - |
| 557 | { | - |
| 558 | QThread *currentThread = QThread::currentThread(); | - |
| 559 | QThread *thr = receiver->thread(); | - |
| 560 | Q_ASSERT_X(currentThread == thr || !thr, | - |
| 561 | "QCoreApplication::sendEvent", | - |
| 562 | QString::fromLatin1("Cannot send events to objects owned by a different thread. " | - |
| 563 | "Current thread %1. Receiver '%2' (of type '%3') was created in thread %4") | - |
| 564 | .arg(QString::number((quintptr) currentThread, 16)) | - |
| 565 | .arg(receiver->objectName()) | - |
| 566 | .arg(QLatin1String(receiver->metaObject()->className())) | - |
| 567 | .arg(QString::number((quintptr) thr, 16)) | - |
| 568 | .toLocal8Bit().data()); | - |
| 569 | Q_UNUSED(currentThread); | - |
| 570 | Q_UNUSED(thr); | - |
| 571 | }executed 1794232 times by 490 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
- ...
| 1794232 |
| 572 | | - |
| 573 | #endif // QT_NO_QOBJECT | - |
| 574 | | - |
| 575 | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | - |
| 576 | { | - |
| 577 | #ifndef QT_NO_LIBRARY | - |
| 578 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 579 | if (!app_libpaths)| TRUE | never evaluated | | FALSE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
| 0-69 |
| 580 | coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); never executed: coreappdata()->app_libpaths.reset(app_libpaths = new QStringList); | 0 |
| 581 | QString app_location = QCoreApplication::applicationFilePath(); | - |
| 582 | app_location.truncate(app_location.lastIndexOf(QLatin1Char('/'))); | - |
| 583 | #ifdef Q_OS_WINRT | - |
| 584 | if (app_location.isEmpty()) | - |
| 585 | app_location.append(QLatin1Char('/')); | - |
| 586 | #endif | - |
| 587 | app_location = QDir(app_location).canonicalPath(); | - |
| 588 | if (QFile::exists(app_location) && !app_libpaths->contains(app_location))| TRUE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | never evaluated |
| TRUE | evaluated 68 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | evaluated 1 time by 1 test |
| 0-69 |
| 589 | app_libpaths->append(app_location);executed 68 times by 30 tests: app_libpaths->append(app_location);Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| 68 |
| 590 | #endif | - |
| 591 | }executed 69 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
- ...
| 69 |
| 592 | | - |
| 593 | QString qAppName() | - |
| 594 | { | - |
| 595 | 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 |
| 596 | return QString(); never executed: return QString(); | 0 |
| 597 | return 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 |
| 598 | } | - |
| 599 | | - |
| 600 | void QCoreApplicationPrivate::initLocale() | - |
| 601 | { | - |
| 602 | if (qt_locale_initialized)| TRUE | evaluated 229 times by 8 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| | FALSE | evaluated 639 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 229-639 |
| 603 | return;executed 229 times by 8 tests: return;Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
| 229 |
| 604 | qt_locale_initialized = true; | - |
| 605 | #ifdef Q_OS_UNIX | - |
| 606 | setlocale(LC_ALL, ""); | - |
| 607 | #endif | - |
| 608 | }executed 639 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_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 639 |
| 609 | | - |
| 610 | | - |
| 611 | | - |
| 612 | | - |
| 613 | | - |
| 614 | | - |
| 615 | | - |
| 616 | | - |
| 617 | | - |
| 618 | | - |
| 619 | | - |
| 620 | | - |
| 621 | | - |
| 622 | | - |
| 623 | | - |
| 624 | | - |
| 625 | | - |
| 626 | | - |
| 627 | | - |
| 628 | | - |
| 629 | | - |
| 630 | | - |
| 631 | | - |
| 632 | | - |
| 633 | | - |
| 634 | | - |
| 635 | | - |
| 636 | | - |
| 637 | | - |
| 638 | | - |
| 639 | | - |
| 640 | | - |
| 641 | | - |
| 642 | | - |
| 643 | | - |
| 644 | | - |
| 645 | | - |
| 646 | | - |
| 647 | | - |
| 648 | | - |
| 649 | | - |
| 650 | | - |
| 651 | | - |
| 652 | | - |
| 653 | | - |
| 654 | | - |
| 655 | | - |
| 656 | | - |
| 657 | | - |
| 658 | | - |
| 659 | | - |
| 660 | | - |
| 661 | | - |
| 662 | | - |
| 663 | | - |
| 664 | | - |
| 665 | | - |
| 666 | | - |
| 667 | | - |
| 668 | | - |
| 669 | | - |
| 670 | | - |
| 671 | | - |
| 672 | | - |
| 673 | | - |
| 674 | | - |
| 675 | | - |
| 676 | | - |
| 677 | | - |
| 678 | | - |
| 679 | | - |
| 680 | | - |
| 681 | | - |
| 682 | | - |
| 683 | | - |
| 684 | | - |
| 685 | | - |
| 686 | | - |
| 687 | | - |
| 688 | | - |
| 689 | | - |
| 690 | | - |
| 691 | | - |
| 692 | | - |
| 693 | | - |
| 694 | | - |
| 695 | | - |
| 696 | | - |
| 697 | | - |
| 698 | | - |
| 699 | QCoreApplication::QCoreApplication(QCoreApplicationPrivate &p) | - |
| 700 | #ifdef QT_NO_QOBJECT | - |
| 701 | : d_ptr(&p) | - |
| 702 | #else | - |
| 703 | : QObject(p, 0) | - |
| 704 | #endif | - |
| 705 | { | - |
| 706 | d_func()->q_ptr = this; | - |
| 707 | | - |
| 708 | | - |
| 709 | }executed 130 times by 5 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 130 |
| 710 | | - |
| 711 | #ifndef QT_NO_QOBJECT | - |
| 712 | | - |
| 713 | | - |
| 714 | | - |
| 715 | | - |
| 716 | | - |
| 717 | | - |
| 718 | | - |
| 719 | | - |
| 720 | | - |
| 721 | | - |
| 722 | | - |
| 723 | void QCoreApplication::flush() | - |
| 724 | { | - |
| 725 | if (self && 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 |
| 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 |
| 726 | 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 |
| 727 | }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 |
| 728 | #endif | - |
| 729 | | - |
| 730 | | - |
| 731 | | - |
| 732 | | - |
| 733 | | - |
| 734 | | - |
| 735 | | - |
| 736 | | - |
| 737 | | - |
| 738 | | - |
| 739 | | - |
| 740 | | - |
| 741 | | - |
| 742 | | - |
| 743 | | - |
| 744 | QCoreApplication::QCoreApplication(int &argc, char **argv | - |
| 745 | #ifndef Q_QDOC | - |
| 746 | , int _internal | - |
| 747 | #endif | - |
| 748 | ) | - |
| 749 | #ifdef QT_NO_QOBJECT | - |
| 750 | : d_ptr(new QCoreApplicationPrivate(argc, argv, _internal)) | - |
| 751 | #else | - |
| 752 | : QObject(*new QCoreApplicationPrivate(argc, argv, _internal)) | - |
| 753 | #endif | - |
| 754 | { | - |
| 755 | d_func()->q_ptr = this; | - |
| 756 | d_func()->init(); | - |
| 757 | #ifndef QT_NO_QOBJECT | - |
| 758 | QCoreApplicationPrivate::eventDispatcher->startingUp(); | - |
| 759 | #endif | - |
| 760 | }executed 738 times by 21 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_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 738 |
| 761 | | - |
| 762 | | - |
| 763 | void QCoreApplicationPrivate::init() | - |
| 764 | { | - |
| 765 | Q_Q(QCoreApplication); | - |
| 766 | | - |
| 767 | initLocale(); | - |
| 768 | | - |
| 769 | Q_ASSERT_X(!QCoreApplication::self, "QCoreApplication", "there should be only one application object"); | - |
| 770 | QCoreApplication::self = q; | - |
| 771 | | - |
| 772 | | - |
| 773 | if (!coreappdata()->applicationNameSet)| TRUE | evaluated 866 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 2-866 |
| 774 | coreappdata()->application = appName();executed 866 times by 22 tests: coreappdata()->application = appName();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 866 |
| 775 | | - |
| 776 | QLoggingRegistry::instance()->init(); | - |
| 777 | | - |
| 778 | #ifndef QT_NO_LIBRARY | - |
| 779 | | - |
| 780 | | - |
| 781 | | - |
| 782 | QStringList *appPaths = coreappdata()->app_libpaths.take(); | - |
| 783 | QStringList *manualPaths = coreappdata()->manual_libpaths.take(); | - |
| 784 | if (appPaths) {| TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 863 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 4-863 |
| 785 | if (manualPaths) {| TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | never evaluated |
| 0-4 |
| 786 | | - |
| 787 | | - |
| 788 | | - |
| 789 | | - |
| 790 | QStringList newPaths(q->libraryPaths()); | - |
| 791 | for (int i = manualPaths->length(), j = appPaths->length(); i > 0 || j > 0; qt_noop()) {| 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
|
| TRUE | never evaluated | | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-8 |
| 792 | if (--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 |
| 793 | newPaths.prepend((*manualPaths)[--i]); | - |
| 794 | } else if (--i < 0) {executed 4 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| TRUE | never evaluated | | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-4 |
| 795 | newPaths.removeAll((*appPaths)[j]); | - |
| 796 | } else if ((*manualPaths)[i] != (*appPaths)[j]) { never executed: end of block | TRUE | evaluated 3 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 1 time by 1 test |
| 0-3 |
| 797 | newPaths.removeAll((*appPaths)[j]); | - |
| 798 | ++i; | - |
| 799 | }executed 3 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 3 |
| 800 | }executed 8 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 8 |
| 801 | delete manualPaths; | - |
| 802 | coreappdata()->manual_libpaths.reset(new QStringList(newPaths)); | - |
| 803 | }executed 4 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
| 804 | delete appPaths; | - |
| 805 | }executed 4 times by 3 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
| 806 | #endif | - |
| 807 | | - |
| 808 | #ifndef QT_NO_QOBJECT | - |
| 809 | | - |
| 810 | if (!eventDispatcher)| TRUE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| 0-867 |
| 811 | eventDispatcher = threadData->eventDispatcher.load();executed 867 times by 22 tests: eventDispatcher = threadData->eventDispatcher.load();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
| 812 | | - |
| 813 | if (!eventDispatcher)| TRUE | evaluated 865 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 2-865 |
| 814 | createEventDispatcher();executed 865 times by 22 tests: createEventDispatcher();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 865 |
| 815 | Q_ASSERT(eventDispatcher); | - |
| 816 | | - |
| 817 | if (!eventDispatcher->parent()) {| TRUE | evaluated 131 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 736 times by 21 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 131-736 |
| 818 | eventDispatcher->moveToThread(threadData->thread); | - |
| 819 | eventDispatcher->setParent(q); | - |
| 820 | }executed 131 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
| 131 |
| 821 | | - |
| 822 | threadData->eventDispatcher = eventDispatcher; | - |
| 823 | eventDispatcherReady(); | - |
| 824 | #endif | - |
| 825 | | - |
| 826 | #ifdef QT_EVAL | - |
| 827 | extern void qt_core_eval_init(QCoreApplicationPrivate::Type); | - |
| 828 | qt_core_eval_init(application_type); | - |
| 829 | #endif | - |
| 830 | | - |
| 831 | processCommandLineArguments(); | - |
| 832 | | - |
| 833 | qt_call_pre_routines(); | - |
| 834 | qt_startup_hook(); | - |
| 835 | #ifndef QT_BOOTSTRAPPED | - |
| 836 | if (Q_UNLIKELY(qtHookData[QHooks::Startup]))| TRUE | never evaluated | | FALSE | evaluated 867 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-867 |
| 837 | reinterpret_cast<QHooks::StartupCallback>(qtHookData[QHooks::Startup])(); never executed: reinterpret_cast<QHooks::StartupCallback>(qtHookData[QHooks::Startup])(); | 0 |
| 838 | #endif | - |
| 839 | | - |
| 840 | #ifndef QT_NO_QOBJECT | - |
| 841 | is_app_running = true; | - |
| 842 | #endif | - |
| 843 | }executed 867 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_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 867 |
| 844 | | - |
| 845 | | - |
| 846 | | - |
| 847 | | - |
| 848 | QCoreApplication::~QCoreApplication() | - |
| 849 | { | - |
| 850 | qt_call_post_routines(); | - |
| 851 | | - |
| 852 | self = 0; | - |
| 853 | #ifndef QT_NO_QOBJECT | - |
| 854 | QCoreApplicationPrivate::is_app_closing = true; | - |
| 855 | QCoreApplicationPrivate::is_app_running = false; | - |
| 856 | #endif | - |
| 857 | | - |
| 858 | #if !defined(QT_NO_THREAD) | - |
| 859 | | - |
| 860 | QThreadPool *globalThreadPool = 0; | - |
| 861 | QT_TRY { | - |
| 862 | globalThreadPool = QThreadPool::globalInstance(); | - |
| 863 | } QT_CATCH (...) {executed 1199 times by 421 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
- ...
| 1199 |
| 864 | | - |
| 865 | } never executed: end of block | 0 |
| 866 | if (globalThreadPool)| TRUE | evaluated 1199 times by 421 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| | FALSE | never evaluated |
| 0-1199 |
| 867 | globalThreadPool->waitForDone();executed 1199 times by 421 tests: globalThreadPool->waitForDone();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- ...
| 1199 |
| 868 | #endif | - |
| 869 | | - |
| 870 | #ifndef QT_NO_QOBJECT | - |
| 871 | d_func()->threadData->eventDispatcher = 0; | - |
| 872 | if (QCoreApplicationPrivate::eventDispatcher)| TRUE | evaluated 858 times by 205 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractsocket - unknown status
- tst_qanimationgroup - unknown status
- tst_qasn1element - unknown status
- tst_qatomicint - unknown status
- tst_qauthenticator - unknown status
- tst_qbuffer - unknown status
- tst_qbytearray - unknown status
- ...
| | FALSE | evaluated 341 times by 220 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
|
| 341-858 |
| 873 | QCoreApplicationPrivate::eventDispatcher->closingDown();executed 858 times by 205 tests: QCoreApplicationPrivate::eventDispatcher->closingDown();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_compiler - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractsocket - unknown status
- tst_qanimationgroup - unknown status
- tst_qasn1element - unknown status
- tst_qatomicint - unknown status
- tst_qauthenticator - unknown status
- tst_qbuffer - unknown status
- tst_qbytearray - unknown status
- ...
| 858 |
| 874 | QCoreApplicationPrivate::eventDispatcher = 0; | - |
| 875 | #endif | - |
| 876 | | - |
| 877 | #ifndef QT_NO_LIBRARY | - |
| 878 | coreappdata()->app_libpaths.reset(); | - |
| 879 | coreappdata()->manual_libpaths.reset(); | - |
| 880 | #endif | - |
| 881 | }executed 1199 times by 421 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
- ...
| 1199 |
| 882 | | - |
| 883 | | - |
| 884 | | - |
| 885 | | - |
| 886 | | - |
| 887 | | - |
| 888 | | - |
| 889 | | - |
| 890 | | - |
| 891 | | - |
| 892 | | - |
| 893 | | - |
| 894 | | - |
| 895 | | - |
| 896 | | - |
| 897 | | - |
| 898 | | - |
| 899 | | - |
| 900 | | - |
| 901 | | - |
| 902 | | - |
| 903 | void QCoreApplication::setSetuidAllowed(bool allow) | - |
| 904 | { | - |
| 905 | QCoreApplicationPrivate::setuidAllowed = allow; | - |
| 906 | } never executed: end of block | 0 |
| 907 | | - |
| 908 | | - |
| 909 | | - |
| 910 | | - |
| 911 | | - |
| 912 | | - |
| 913 | | - |
| 914 | | - |
| 915 | | - |
| 916 | bool QCoreApplication::isSetuidAllowed() | - |
| 917 | { | - |
| 918 | return QCoreApplicationPrivate::setuidAllowed; never executed: return QCoreApplicationPrivate::setuidAllowed; | 0 |
| 919 | } | - |
| 920 | | - |
| 921 | | - |
| 922 | | - |
| 923 | | - |
| 924 | | - |
| 925 | | - |
| 926 | | - |
| 927 | | - |
| 928 | void QCoreApplication::setAttribute(Qt::ApplicationAttribute attribute, bool on) | - |
| 929 | { | - |
| 930 | if (on)| TRUE | evaluated 625 times by 9 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 9 times by 5 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
|
| 9-625 |
| 931 | QCoreApplicationPrivate::attribs |= 1 << attribute;executed 625 times by 9 tests: QCoreApplicationPrivate::attribs |= 1 << attribute;Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QTextDocument
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 625 |
| 932 | else | - |
| 933 | QCoreApplicationPrivate::attribs &= ~(1 << attribute);executed 9 times by 5 tests: QCoreApplicationPrivate::attribs &= ~(1 << attribute);Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
| 9 |
| 934 | } | - |
| 935 | | - |
| 936 | | - |
| 937 | | - |
| 938 | | - |
| 939 | | - |
| 940 | | - |
| 941 | | - |
| 942 | bool QCoreApplication::testAttribute(Qt::ApplicationAttribute attribute) | - |
| 943 | { | - |
| 944 | return QCoreApplicationPrivate::testAttribute(attribute);executed 1146365 times by 167 tests: return QCoreApplicationPrivate::testAttribute(attribute);Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCssParser
- ...
| 1146365 |
| 945 | } | - |
| 946 | | - |
| 947 | | - |
| 948 | #ifndef QT_NO_QOBJECT | - |
| 949 | | - |
| 950 | | - |
| 951 | | - |
| 952 | | - |
| 953 | | - |
| 954 | | - |
| 955 | | - |
| 956 | | - |
| 957 | | - |
| 958 | | - |
| 959 | | - |
| 960 | | - |
| 961 | bool QCoreApplication::isQuitLockEnabled() | - |
| 962 | { | - |
| 963 | return quitLockRefEnabled;executed 186 times by 25 tests: return quitLockRefEnabled;Executed by:- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QDialog
- tst_QGuiApplication
- tst_QKeyEvent
- tst_QLineEdit
- tst_QMdiArea
- tst_QMouseEvent
- tst_QOpenGLWindow
- tst_QRasterWindow
- tst_QTouchEvent
- tst_QWidget
- tst_QWidget_window
- tst_QWindow
- tst_QWindowContainer
- tst_qdoublespinbox - unknown status
- tst_qgraphicsgridlayout - unknown status
- tst_qgraphicsscene - unknown status
- tst_qinputmethod
- tst_qpainter - unknown status
- tst_qpushbutton - unknown status
- tst_qsizegrip - unknown status
- tst_qsplitter - unknown status
- tst_qtreewidget - unknown status
| 186 |
| 964 | } | - |
| 965 | | - |
| 966 | static bool doNotify(QObject *, QEvent *); | - |
| 967 | | - |
| 968 | void QCoreApplication::setQuitLockEnabled(bool enabled) | - |
| 969 | { | - |
| 970 | quitLockRefEnabled = enabled; | - |
| 971 | }executed 5 times by 2 tests: end of blockExecuted by:- tst_QGuiApplication
- tst_QWidget_window
| 5 |
| 972 | | - |
| 973 | | - |
| 974 | | - |
| 975 | | - |
| 976 | | - |
| 977 | | - |
| 978 | | - |
| 979 | | - |
| 980 | bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event) | - |
| 981 | { | - |
| 982 | return notifyInternal2(receiver, event); never executed: return notifyInternal2(receiver, event); | 0 |
| 983 | } | - |
| 984 | | - |
| 985 | | - |
| 986 | | - |
| 987 | | - |
| 988 | | - |
| 989 | | - |
| 990 | | - |
| 991 | | - |
| 992 | bool QCoreApplication::notifyInternal2(QObject *receiver, QEvent *event) | - |
| 993 | { | - |
| 994 | bool selfRequired = QCoreApplicationPrivate::threadRequiresCoreApplication(); | - |
| 995 | if (!self && selfRequired)| TRUE | evaluated 1607 times by 169 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
| | FALSE | evaluated 1773351 times by 517 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 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 1559 times by 167 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
|
| 48-1773351 |
| 996 | return 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 |
| 997 | | - |
| 998 | | - |
| 999 | | - |
| 1000 | bool result = false; | - |
| 1001 | void *cbdata[] = { receiver, event, &result }; | - |
| 1002 | if (QInternal::activateCallbacks(QInternal::EventNotifyCallback, cbdata)) {| TRUE | never evaluated | | FALSE | evaluated 1774910 times by 526 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 0-1774910 |
| 1003 | return result; never executed: return result; | 0 |
| 1004 | } | - |
| 1005 | | - |
| 1006 | | - |
| 1007 | | - |
| 1008 | | - |
| 1009 | | - |
| 1010 | QObjectPrivate *d = receiver->d_func(); | - |
| 1011 | QThreadData *threadData = d->threadData; | - |
| 1012 | QScopedLoopLevelCounter loopLevelCounter(threadData); | - |
| 1013 | if (!selfRequired)| TRUE | evaluated 22369 times by 325 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| | FALSE | evaluated 1752541 times by 494 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 22369-1752541 |
| 1014 | return doNotify(receiver, event);executed 22369 times by 325 tests: return doNotify(receiver, event);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 22369 |
| 1015 | return self->notify(receiver, event);executed 1752541 times by 494 tests: return self->notify(receiver, event);Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1752541 |
| 1016 | } | - |
| 1017 | | - |
| 1018 | | - |
| 1019 | | - |
| 1020 | | - |
| 1021 | | - |
| 1022 | | - |
| 1023 | | - |
| 1024 | | - |
| 1025 | | - |
| 1026 | | - |
| 1027 | | - |
| 1028 | | - |
| 1029 | | - |
| 1030 | | - |
| 1031 | | - |
| 1032 | | - |
| 1033 | | - |
| 1034 | | - |
| 1035 | | - |
| 1036 | | - |
| 1037 | | - |
| 1038 | | - |
| 1039 | | - |
| 1040 | | - |
| 1041 | | - |
| 1042 | | - |
| 1043 | | - |
| 1044 | | - |
| 1045 | | - |
| 1046 | | - |
| 1047 | | - |
| 1048 | | - |
| 1049 | | - |
| 1050 | | - |
| 1051 | | - |
| 1052 | | - |
| 1053 | | - |
| 1054 | | - |
| 1055 | | - |
| 1056 | | - |
| 1057 | | - |
| 1058 | | - |
| 1059 | | - |
| 1060 | | - |
| 1061 | | - |
| 1062 | | - |
| 1063 | | - |
| 1064 | | - |
| 1065 | | - |
| 1066 | | - |
| 1067 | | - |
| 1068 | | - |
| 1069 | | - |
| 1070 | | - |
| 1071 | bool QCoreApplication::notify(QObject *receiver, QEvent *event) | - |
| 1072 | { | - |
| 1073 | | - |
| 1074 | if (QCoreApplicationPrivate::is_app_closing)| TRUE | evaluated 240 times by 158 testsEvaluated by:- tst_QApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- tst_qdatetimeedit - unknown status
- ...
| | FALSE | evaluated 635952 times by 197 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
|
| 240-635952 |
| 1075 | return true;executed 240 times by 158 tests: return true;Executed by:- tst_QApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- tst_qcompleter - unknown status
- tst_qdatawidgetmapper - unknown status
- tst_qdatetimeedit - unknown status
- ...
| 240 |
| 1076 | return doNotify(receiver, event);executed 635952 times by 197 tests: return doNotify(receiver, event);Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
| 635952 |
| 1077 | } | - |
| 1078 | | - |
| 1079 | static bool doNotify(QObject *receiver, QEvent *event) | - |
| 1080 | { | - |
| 1081 | if (receiver == 0) { | TRUE | never evaluated | | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
| 0-658321 |
| 1082 | qWarning("QCoreApplication::notify: Unexpected null receiver"); | - |
| 1083 | return true; never executed: return true; | 0 |
| 1084 | } | - |
| 1085 | | - |
| 1086 | #ifndef QT_NO_DEBUG | - |
| 1087 | QCoreApplicationPrivate::checkReceiverThread(receiver); | - |
| 1088 | #endif | - |
| 1089 | | - |
| 1090 | return receiver->isWidgetType() ? false : QCoreApplicationPrivate::notify_helper(receiver, event);executed 658321 times by 468 tests: return receiver->isWidgetType() ? false : QCoreApplicationPrivate::notify_helper(receiver, event);Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| TRUE | never evaluated | | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
| 0-658321 |
| 1091 | } | - |
| 1092 | | - |
| 1093 | bool QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject *receiver, QEvent *event) | - |
| 1094 | { | - |
| 1095 | | - |
| 1096 | Q_ASSERT(receiver->d_func()->threadData->thread == mainThread()); | - |
| 1097 | | - |
| 1098 | if (extraData) {| TRUE | evaluated 186455 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| | FALSE | evaluated 1376052 times by 337 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 186455-1376052 |
| 1099 | | - |
| 1100 | for (int i = 0; i < extraData->eventFilters.size(); ++i) {| TRUE | evaluated 218310 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| | FALSE | evaluated 186440 times by 22 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
|
| 186440-218310 |
| 1101 | QObject *obj = extraData->eventFilters.at(i); | - |
| 1102 | if (!obj)| TRUE | evaluated 74936 times by 17 testsEvaluated by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| | FALSE | evaluated 143374 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
| 74936-143374 |
| 1103 | continue;executed 74936 times by 17 tests: continue;Executed by:- tst_QAccessibility
- tst_QCalendarWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| 74936 |
| 1104 | if (obj->d_func()->threadData != threadData) {| TRUE | never evaluated | | FALSE | evaluated 143374 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
| 0-143374 |
| 1105 | qWarning("QCoreApplication: Application event filter cannot be in a different thread."); | - |
| 1106 | continue; never executed: continue; | 0 |
| 1107 | } | - |
| 1108 | if (obj->eventFilter(receiver, event))| TRUE | evaluated 15 times by 2 testsEvaluated by:- tst_QCalendarWidget
- tst_QMdiArea
| | FALSE | evaluated 143359 times by 20 testsEvaluated by:- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCoreApplication
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
|
| 15-143359 |
| 1109 | return true;executed 15 times by 2 tests: return true;Executed by:- tst_QCalendarWidget
- tst_QMdiArea
| 15 |
| 1110 | }executed 143359 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_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
| 143359 |
| 1111 | }executed 186440 times by 22 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_QPushButton
- tst_QSizeGrip
- tst_QSplitter
- tst_QStateMachine
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTranslator
- tst_QWidget
- tst_QWindow
- tst_qpushbutton - unknown status
- tst_qwindow - unknown status
| 186440 |
| 1112 | return false;executed 1562492 times by 340 tests: return false;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1562492 |
| 1113 | } | - |
| 1114 | | - |
| 1115 | bool QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject *receiver, QEvent *event) | - |
| 1116 | { | - |
| 1117 | if (receiver != QCoreApplication::instance() && receiver->d_func()->extraData) {| TRUE | evaluated 1796653 times by 427 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| | FALSE | evaluated 2323 times by 235 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
|
| TRUE | evaluated 638916 times by 358 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| | FALSE | evaluated 1157737 times by 423 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
|
| 2323-1796653 |
| 1118 | for (int i = 0; i < receiver->d_func()->extraData->eventFilters.size(); ++i) {| TRUE | evaluated 218334 times by 91 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- ...
| | FALSE | evaluated 620547 times by 358 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
|
| 218334-620547 |
| 1119 | QObject *obj = receiver->d_func()->extraData->eventFilters.at(i); | - |
| 1120 | if (!obj)| TRUE | evaluated 16575 times by 84 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
| | FALSE | evaluated 201759 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
| 16575-201759 |
| 1121 | continue;executed 16575 times by 84 tests: continue;Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusFrame
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
| 16575 |
| 1122 | if (obj->d_func()->threadData != receiver->d_func()->threadData) {| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 201758 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
| 1-201758 |
| 1123 | qWarning("QCoreApplication: Object event filter cannot be in a different thread."); | - |
| 1124 | continue;executed 1 time by 1 test: continue; | 1 |
| 1125 | } | - |
| 1126 | if (obj->eventFilter(receiver, event))| TRUE | evaluated 18369 times by 67 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
| | FALSE | evaluated 183389 times by 90 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDirModel
- tst_QDockWidget
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontComboBox
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- ...
|
| 18369-183389 |
| 1127 | return true;executed 18369 times by 67 tests: return true;Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
| 18369 |
| 1128 | }executed 183389 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
- ...
| 183389 |
| 1129 | }executed 620547 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
- ...
| 620547 |
| 1130 | return false;executed 1780607 times by 490 tests: return false;Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- ...
| 1780607 |
| 1131 | } | - |
| 1132 | | - |
| 1133 | | - |
| 1134 | | - |
| 1135 | | - |
| 1136 | | - |
| 1137 | | - |
| 1138 | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | - |
| 1139 | { | - |
| 1140 | | - |
| 1141 | if (QCoreApplication::self| TRUE | evaluated 656762 times by 341 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| | FALSE | evaluated 1559 times by 167 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- ...
|
| 1559-656762 |
| 1142 | && receiver->d_func()->threadData->thread == mainThread()| TRUE | evaluated 424134 times by 195 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
| | FALSE | evaluated 232628 times by 205 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
| 232628-424134 |
| 1143 | && QCoreApplication::self->d_func()->sendThroughApplicationEventFilters(receiver, event))| TRUE | never evaluated | | FALSE | evaluated 424134 times by 195 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractItemModel
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractTextDocumentLayout
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBuffer
- tst_QClipboard
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- tst_QDBusContext
- tst_QDBusInterface
- tst_QDBusLocalCalls
- tst_QDBusMarshall
- ...
|
| 0-424134 |
| 1144 | return true; never executed: return true; | 0 |
| 1145 | | - |
| 1146 | if (sendThroughObjectEventFilters(receiver, event))| TRUE | never evaluated | | FALSE | evaluated 658321 times by 468 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
|
| 0-658321 |
| 1147 | return true; never executed: return true; | 0 |
| 1148 | | - |
| 1149 | return receiver->event(event);executed 658321 times by 468 tests: return receiver->event(event);Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- ...
| 658321 |
| 1150 | } | - |
| 1151 | | - |
| 1152 | | - |
| 1153 | | - |
| 1154 | | - |
| 1155 | | - |
| 1156 | | - |
| 1157 | | - |
| 1158 | | - |
| 1159 | bool QCoreApplication::startingUp() | - |
| 1160 | { | - |
| 1161 | return !QCoreApplicationPrivate::is_app_running;executed 267 times by 6 tests: return !QCoreApplicationPrivate::is_app_running;Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_QScreen
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 267 |
| 1162 | } | - |
| 1163 | | - |
| 1164 | | - |
| 1165 | | - |
| 1166 | | - |
| 1167 | | - |
| 1168 | | - |
| 1169 | | - |
| 1170 | | - |
| 1171 | bool QCoreApplication::closingDown() | - |
| 1172 | { | - |
| 1173 | return QCoreApplicationPrivate::is_app_closing;executed 78069 times by 278 tests: return QCoreApplicationPrivate::is_app_closing;Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 78069 |
| 1174 | } | - |
| 1175 | | - |
| 1176 | | - |
| 1177 | | - |
| 1178 | | - |
| 1179 | | - |
| 1180 | | - |
| 1181 | | - |
| 1182 | | - |
| 1183 | | - |
| 1184 | | - |
| 1185 | | - |
| 1186 | | - |
| 1187 | | - |
| 1188 | | - |
| 1189 | | - |
| 1190 | | - |
| 1191 | | - |
| 1192 | | - |
| 1193 | | - |
| 1194 | | - |
| 1195 | | - |
| 1196 | | - |
| 1197 | | - |
| 1198 | | - |
| 1199 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags) | - |
| 1200 | { | - |
| 1201 | QThreadData *data = QThreadData::current(); | - |
| 1202 | if (!data->hasEventDispatcher())| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 2085783 times by 98 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventDispatcher
- tst_QEventLoop
- ...
|
| 1-2085783 |
| 1203 | return;executed 1 time by 1 test: return; | 1 |
| 1204 | data->eventDispatcher.load()->processEvents(flags); | - |
| 1205 | }executed 2085783 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
- ...
| 2085783 |
| 1206 | | - |
| 1207 | | - |
| 1208 | | - |
| 1209 | | - |
| 1210 | | - |
| 1211 | | - |
| 1212 | | - |
| 1213 | | - |
| 1214 | | - |
| 1215 | | - |
| 1216 | | - |
| 1217 | | - |
| 1218 | | - |
| 1219 | | - |
| 1220 | | - |
| 1221 | | - |
| 1222 | | - |
| 1223 | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | - |
| 1224 | { | - |
| 1225 | QThreadData *data = QThreadData::current(); | - |
| 1226 | if (!data->hasEventDispatcher())| TRUE | never evaluated | | FALSE | evaluated 1250722 times by 147 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
| 0-1250722 |
| 1227 | return; never executed: return; | 0 |
| 1228 | QElapsedTimer start; | - |
| 1229 | start.start(); | - |
| 1230 | while (data->eventDispatcher.load()->processEvents(flags & ~QEventLoop::WaitForMoreEvents)) {| TRUE | evaluated 41723 times by 147 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
| | FALSE | evaluated 1250449 times by 146 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
| 41723-1250449 |
| 1231 | if (start.elapsed() > maxtime)| TRUE | evaluated 273 times by 48 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| | FALSE | evaluated 41450 times by 146 testsEvaluated by:- tst_Gestures
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusThreading
- tst_QDataWidgetMapper
- ...
|
| 273-41450 |
| 1232 | break;executed 273 times by 48 tests: break;Executed by:- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QHttpNetworkConnection
- tst_QItemDelegate
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 273 |
| 1233 | }executed 41450 times by 146 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
- ...
| 41450 |
| 1234 | }executed 1250722 times by 147 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
- ...
| 1250722 |
| 1235 | | - |
| 1236 | | - |
| 1237 | | - |
| 1238 | | - |
| 1239 | | - |
| 1240 | | - |
| 1241 | | - |
| 1242 | | - |
| 1243 | | - |
| 1244 | | - |
| 1245 | | - |
| 1246 | | - |
| 1247 | | - |
| 1248 | | - |
| 1249 | | - |
| 1250 | | - |
| 1251 | | - |
| 1252 | | - |
| 1253 | | - |
| 1254 | | - |
| 1255 | | - |
| 1256 | | - |
| 1257 | | - |
| 1258 | | - |
| 1259 | | - |
| 1260 | | - |
| 1261 | | - |
| 1262 | | - |
| 1263 | | - |
| 1264 | | - |
| 1265 | | - |
| 1266 | int QCoreApplication::exec() | - |
| 1267 | { | - |
| 1268 | 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 |
| 1269 | return -1; never executed: return -1; | 0 |
| 1270 | | - |
| 1271 | QThreadData *threadData = self->d_func()->threadData; | - |
| 1272 | 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 |
| 1273 | qWarning("%s::exec: Must be called from the main thread", self->metaObject()->className()); | - |
| 1274 | return -1; never executed: return -1; | 0 |
| 1275 | } | - |
| 1276 | 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 |
| 1277 | qWarning("QCoreApplication::exec: The event loop is already running"); | - |
| 1278 | return -1; never executed: return -1; | 0 |
| 1279 | } | - |
| 1280 | | - |
| 1281 | threadData->quitNow = false; | - |
| 1282 | QEventLoop eventLoop; | - |
| 1283 | self->d_func()->in_exec = true; | - |
| 1284 | self->d_func()->aboutToQuitEmitted = false; | - |
| 1285 | int returnCode = eventLoop.exec(); | - |
| 1286 | threadData->quitNow = false; | - |
| 1287 | 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 |
| 1288 | self->d_func()->in_exec = false; | - |
| 1289 | 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 |
| 1290 | emit 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 |
| 1291 | self->d_func()->aboutToQuitEmitted = true; | - |
| 1292 | sendPostedEvents(0, QEvent::DeferredDelete); | - |
| 1293 | }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 |
| 1294 | | - |
| 1295 | return 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 |
| 1296 | } | - |
| 1297 | | - |
| 1298 | | - |
| 1299 | | - |
| 1300 | | - |
| 1301 | | - |
| 1302 | | - |
| 1303 | | - |
| 1304 | | - |
| 1305 | | - |
| 1306 | | - |
| 1307 | | - |
| 1308 | | - |
| 1309 | | - |
| 1310 | | - |
| 1311 | | - |
| 1312 | | - |
| 1313 | | - |
| 1314 | | - |
| 1315 | | - |
| 1316 | void QCoreApplication::exit(int returnCode) | - |
| 1317 | { | - |
| 1318 | 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 |
| 1319 | return;executed 2 times by 2 tests: return;Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 1320 | QThreadData *data = self->d_func()->threadData; | - |
| 1321 | data->quitNow = true; | - |
| 1322 | for (int i = 0; i < data->eventLoops.size(); ++i) {| 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
|
| 91-92 |
| 1323 | QEventLoop *eventLoop = data->eventLoops.at(i); | - |
| 1324 | eventLoop->exit(returnCode); | - |
| 1325 | }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 |
| 1326 | #ifdef Q_OS_WINRT | - |
| 1327 | qWarning("QCoreApplication::exit: It is not recommended to explicitly exit an application on Windows Store Apps"); | - |
| 1328 | ComPtr<ICoreApplication> app; | - |
| 1329 | HRESULT hr = RoGetActivationFactory(Wrappers::HString::MakeReference(RuntimeClass_Windows_ApplicationModel_Core_CoreApplication).Get(), | - |
| 1330 | IID_PPV_ARGS(&app)); | - |
| 1331 | RETURN_VOID_IF_FAILED("Could not acquire ICoreApplication object"); | - |
| 1332 | ComPtr<ICoreApplicationExit> appExit; | - |
| 1333 | | - |
| 1334 | hr = app.As(&appExit); | - |
| 1335 | RETURN_VOID_IF_FAILED("Could not acquire ICoreApplicationExit object"); | - |
| 1336 | hr = appExit->Exit(); | - |
| 1337 | RETURN_VOID_IF_FAILED("Could not exit application"); | - |
| 1338 | #endif // Q_OS_WINRT | - |
| 1339 | }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 |
| 1340 | | - |
| 1341 | | - |
| 1342 | | - |
| 1343 | | - |
| 1344 | | - |
| 1345 | | - |
| 1346 | | - |
| 1347 | | - |
| 1348 | | - |
| 1349 | | - |
| 1350 | | - |
| 1351 | | - |
| 1352 | | - |
| 1353 | | - |
| 1354 | | - |
| 1355 | | - |
| 1356 | | - |
| 1357 | | - |
| 1358 | | - |
| 1359 | | - |
| 1360 | | - |
| 1361 | | - |
| 1362 | | - |
| 1363 | | - |
| 1364 | | - |
| 1365 | | - |
| 1366 | | - |
| 1367 | | - |
| 1368 | | - |
| 1369 | | - |
| 1370 | | - |
| 1371 | | - |
| 1372 | | - |
| 1373 | | - |
| 1374 | | - |
| 1375 | | - |
| 1376 | | - |
| 1377 | | - |
| 1378 | | - |
| 1379 | | - |
| 1380 | | - |
| 1381 | | - |
| 1382 | | - |
| 1383 | | - |
| 1384 | | - |
| 1385 | void QCoreApplication::postEvent(QObject *receiver, QEvent *event, int priority) | - |
| 1386 | { | - |
| 1387 | if (receiver == 0) {| TRUE | never evaluated | | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 0-660847 |
| 1388 | qWarning("QCoreApplication::postEvent: Unexpected null receiver"); | - |
| 1389 | delete event; | - |
| 1390 | return; never executed: return; | 0 |
| 1391 | } | - |
| 1392 | | - |
| 1393 | QThreadData * volatile * pdata = &receiver->d_func()->threadData; | - |
| 1394 | QThreadData *data = *pdata; | - |
| 1395 | if (!data) {| TRUE | never evaluated | | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 0-660847 |
| 1396 | | - |
| 1397 | delete event; | - |
| 1398 | return; never executed: return; | 0 |
| 1399 | } | - |
| 1400 | | - |
| 1401 | | - |
| 1402 | data->postEventList.mutex.lock(); | - |
| 1403 | | - |
| 1404 | | - |
| 1405 | while (data != *pdata) {| TRUE | never evaluated | | FALSE | evaluated 660847 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 0-660847 |
| 1406 | data->postEventList.mutex.unlock(); | - |
| 1407 | | - |
| 1408 | data = *pdata; | - |
| 1409 | if (!data) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 1410 | | - |
| 1411 | delete event; | - |
| 1412 | return; never executed: return; | 0 |
| 1413 | } | - |
| 1414 | | - |
| 1415 | data->postEventList.mutex.lock(); | - |
| 1416 | } never executed: end of block | 0 |
| 1417 | | - |
| 1418 | QMutexUnlocker locker(&data->postEventList.mutex); | - |
| 1419 | | - |
| 1420 | | - |
| 1421 | if (receiver->d_func()->postedEvents| TRUE | evaluated 192986 times by 422 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| | FALSE | evaluated 467861 times by 492 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
|
| 192986-467861 |
| 1422 | && self && self->compressEvent(event, receiver, &data->postEventList)) {| TRUE | evaluated 192248 times by 224 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| | FALSE | evaluated 738 times by 221 testsEvaluated by:- tst_QApplication
- tst_QDBusConnection_NoApplication
- tst_QGuiApplication
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- ...
|
| TRUE | evaluated 10812 times by 107 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| | FALSE | evaluated 181436 times by 223 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
| 738-192248 |
| 1423 | return;executed 10812 times by 107 tests: return;Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- ...
| 10812 |
| 1424 | } | - |
| 1425 | | - |
| 1426 | if (event->type() == QEvent::DeferredDelete && data == QThreadData::current()) {| TRUE | evaluated 11043 times by 213 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| | FALSE | evaluated 638992 times by 468 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- ...
|
| TRUE | evaluated 9990 times by 192 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| | FALSE | evaluated 1053 times by 37 testsEvaluated by:- tst_QAbstractNetworkCache
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QHttpNetworkConnection
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPointer
- tst_Spdy
- tst_networkselftest - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qftp - unknown status
- tst_qhostinfo - unknown status
- tst_qhttpnetworkconnection - unknown status
- tst_qnetworkaccessmanager - unknown status
- ...
|
| 1053-638992 |
| 1427 | | - |
| 1428 | | - |
| 1429 | static_cast<QDeferredDeleteEvent *>(event)->level = data->loopLevel; | - |
| 1430 | }executed 9990 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
- ...
| 9990 |
| 1431 | | - |
| 1432 | | - |
| 1433 | | - |
| 1434 | QScopedPointer<QEvent> eventDeleter(event); | - |
| 1435 | data->postEventList.addEvent(QPostEvent(receiver, event, priority)); | - |
| 1436 | eventDeleter.take(); | - |
| 1437 | event->posted = true; | - |
| 1438 | ++receiver->d_func()->postedEvents; | - |
| 1439 | data->canWait = false; | - |
| 1440 | locker.unlock(); | - |
| 1441 | | - |
| 1442 | QAbstractEventDispatcher* dispatcher = data->eventDispatcher.loadAcquire(); | - |
| 1443 | if (dispatcher)| TRUE | evaluated 646015 times by 399 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| | FALSE | evaluated 4020 times by 386 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
|
| 4020-646015 |
| 1444 | dispatcher->wakeUp();executed 646015 times by 399 tests: dispatcher->wakeUp();Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAnimationGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- ...
| 646015 |
| 1445 | }executed 650035 times by 492 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
- ...
| 650035 |
| 1446 | | - |
| 1447 | | - |
| 1448 | | - |
| 1449 | | - |
| 1450 | | - |
| 1451 | bool QCoreApplication::compressEvent(QEvent *event, QObject *receiver, QPostEventList *postedEvents) | - |
| 1452 | { | - |
| 1453 | #ifdef Q_OS_WIN | - |
| 1454 | Q_ASSERT(event); | - |
| 1455 | Q_ASSERT(receiver); | - |
| 1456 | Q_ASSERT(postedEvents); | - |
| 1457 | | - |
| 1458 | | - |
| 1459 | if (event->type() == QEvent::Timer && receiver->d_func()->postedEvents > 0) { | - |
| 1460 | int timerId = ((QTimerEvent *) event)->timerId(); | - |
| 1461 | for (int i=0; i<postedEvents->size(); ++i) { | - |
| 1462 | const QPostEvent &e = postedEvents->at(i); | - |
| 1463 | if (e.receiver == receiver && e.event && e.event->type() == QEvent::Timer | - |
| 1464 | && ((QTimerEvent *) e.event)->timerId() == timerId) { | - |
| 1465 | delete event; | - |
| 1466 | return true; | - |
| 1467 | } | - |
| 1468 | } | - |
| 1469 | } else | - |
| 1470 | #endif | - |
| 1471 | if ((event->type() == QEvent::DeferredDelete| TRUE | evaluated 881 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| | FALSE | evaluated 157460 times by 217 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
| 881-157460 |
| 1472 | || event->type() == QEvent::Quit)| TRUE | never evaluated | | FALSE | evaluated 157460 times by 217 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
|
| 0-157460 |
| 1473 | && receiver->d_func()->postedEvents > 0) {| TRUE | evaluated 881 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| | FALSE | never evaluated |
| 0-881 |
| 1474 | for (int i = 0; i < postedEvents->size(); ++i) {| TRUE | evaluated 17125 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
| | FALSE | evaluated 712 times by 34 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
|
| 712-17125 |
| 1475 | const QPostEvent &cur = postedEvents->at(i); | - |
| 1476 | if (cur.receiver != receiver| TRUE | evaluated 15415 times by 31 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- tst_QToolBar
- tst_QToolBox
- ...
| | FALSE | evaluated 1710 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
|
| 1710-15415 |
| 1477 | || cur.event == 0| TRUE | evaluated 420 times by 9 testsEvaluated by:- tst_QApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDialog
- tst_QMainWindow
- tst_QNetworkConfigurationManager
- tst_QNetworkReply
- tst_QTreeView
- tst_Spdy
| | FALSE | evaluated 1290 times by 36 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- ...
|
| 420-1290 |
| 1478 | || cur.event->type() != event->type())| TRUE | evaluated 1121 times by 34 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| | FALSE | evaluated 169 times by 9 testsEvaluated by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
|
| 169-1121 |
| 1479 | continue;executed 16956 times by 34 tests: continue;Executed by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| 16956 |
| 1480 | | - |
| 1481 | delete event; | - |
| 1482 | return true;executed 169 times by 9 tests: return true;Executed by:- tst_QApplication
- tst_QColumnView
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QToolTip
- tst_QTreeView
- tst_Spdy
| 169 |
| 1483 | } | - |
| 1484 | }executed 712 times by 34 tests: end of blockExecuted by:- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QDBusThreading
- tst_QDialog
- tst_QGridLayout
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QStyleSheetStyle
- tst_QTableWidget
- tst_QTcpServer
- tst_QTextEdit
- ...
| 712 |
| 1485 | return false;executed 158172 times by 218 tests: return false;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 158172 |
| 1486 | } | - |
| 1487 | | - |
| 1488 | | - |
| 1489 | | - |
| 1490 | | - |
| 1491 | | - |
| 1492 | | - |
| 1493 | | - |
| 1494 | | - |
| 1495 | | - |
| 1496 | | - |
| 1497 | | - |
| 1498 | | - |
| 1499 | | - |
| 1500 | | - |
| 1501 | | - |
| 1502 | | - |
| 1503 | | - |
| 1504 | void QCoreApplication::sendPostedEvents(QObject *receiver, int event_type) | - |
| 1505 | { | - |
| 1506 | QThreadData *data = QThreadData::current(); | - |
| 1507 | | - |
| 1508 | QCoreApplicationPrivate::sendPostedEvents(receiver, event_type, data); | - |
| 1509 | }executed 1087000 times by 772 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
- ...
| 1087000 |
| 1510 | | - |
| 1511 | void QCoreApplicationPrivate::sendPostedEvents(QObject *receiver, int event_type, | - |
| 1512 | QThreadData *data) | - |
| 1513 | { | - |
| 1514 | if (event_type == -1) {| TRUE | never evaluated | | FALSE | evaluated 1087000 times by 774 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
| 0-1087000 |
| 1515 | | - |
| 1516 | event_type = 0; | - |
| 1517 | } never executed: end of block | 0 |
| 1518 | | - |
| 1519 | if (receiver && receiver->d_func()->threadData != data) {| TRUE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| | FALSE | evaluated 1085087 times by 774 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- ...
|
| TRUE | never evaluated | | FALSE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
| 0-1085087 |
| 1520 | qWarning("QCoreApplication::sendPostedEvents: Cannot send " | - |
| 1521 | "posted events for objects in another thread"); | - |
| 1522 | return; never executed: return; | 0 |
| 1523 | } | - |
| 1524 | | - |
| 1525 | ++data->postEventList.recursion; | - |
| 1526 | | - |
| 1527 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 1528 | | - |
| 1529 | | - |
| 1530 | | - |
| 1531 | | - |
| 1532 | data->canWait = (data->postEventList.size() == 0); | - |
| 1533 | | - |
| 1534 | if (data->postEventList.size() == 0 || (receiver && !receiver->d_func()->postedEvents)) {| TRUE | evaluated 706752 times by 741 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| | FALSE | evaluated 380248 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| TRUE | evaluated 1913 times by 30 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| | FALSE | evaluated 378335 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 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 1861 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
| 52-706752 |
| 1535 | --data->postEventList.recursion; | - |
| 1536 | return;executed 706804 times by 741 tests: return;Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QAtomicInt
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- ...
| 706804 |
| 1537 | } | - |
| 1538 | | - |
| 1539 | data->canWait = true; | - |
| 1540 | | - |
| 1541 | | - |
| 1542 | | - |
| 1543 | int startOffset = data->postEventList.startOffset; | - |
| 1544 | int &i = (!event_type && !receiver) ? data->postEventList.startOffset : startOffset;| TRUE | evaluated 375636 times by 353 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 4560 times by 118 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
| TRUE | evaluated 375598 times by 353 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 38 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
| 38-375636 |
| 1545 | data->postEventList.insertionOffset = data->postEventList.size(); | - |
| 1546 | | - |
| 1547 | | - |
| 1548 | struct CleanUp { | - |
| 1549 | QObject *receiver; | - |
| 1550 | int event_type; | - |
| 1551 | QThreadData *data; | - |
| 1552 | bool exceptionCaught; | - |
| 1553 | | - |
| 1554 | inline CleanUp(QObject *receiver, int event_type, QThreadData *data) : | - |
| 1555 | receiver(receiver), event_type(event_type), data(data), exceptionCaught(true) | - |
| 1556 | {}executed 380196 times by 354 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
- ...
| 380196 |
| 1557 | inline ~CleanUp() | - |
| 1558 | { | - |
| 1559 | if (exceptionCaught) {| TRUE | never evaluated | | FALSE | evaluated 380196 times by 355 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 0-380196 |
| 1560 | | - |
| 1561 | data->canWait = false; | - |
| 1562 | } never executed: end of block | 0 |
| 1563 | | - |
| 1564 | --data->postEventList.recursion; | - |
| 1565 | if (!data->postEventList.recursion && !data->canWait && data->hasEventDispatcher())| TRUE | evaluated 377125 times by 355 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 3071 times by 29 testsEvaluated by:- tst_Gestures
- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QDialog
- tst_QEventLoop
- tst_QFontDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QGuiEventLoop
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkReply
- tst_QObject
- tst_QOpenGLWidget
- ...
|
| TRUE | evaluated 30205 times by 202 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| | FALSE | evaluated 346920 times by 355 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| TRUE | evaluated 30205 times by 202 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| | FALSE | never evaluated |
| 0-377125 |
| 1566 | data->eventDispatcher.load()->wakeUp();executed 30205 times by 202 tests: data->eventDispatcher.load()->wakeUp();Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 30205 |
| 1567 | | - |
| 1568 | | - |
| 1569 | | - |
| 1570 | if (!event_type && !receiver && data->postEventList.startOffset >= 0) {| TRUE | evaluated 375636 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 4560 times by 118 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
|
| TRUE | evaluated 375598 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 38 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QTreeView
|
| TRUE | evaluated 375598 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | never evaluated |
| 0-375636 |
| 1571 | const QPostEventList::iterator it = data->postEventList.begin(); | - |
| 1572 | data->postEventList.erase(it, it + data->postEventList.startOffset); | - |
| 1573 | data->postEventList.insertionOffset -= data->postEventList.startOffset; | - |
| 1574 | Q_ASSERT(data->postEventList.insertionOffset >= 0); | - |
| 1575 | data->postEventList.startOffset = 0; | - |
| 1576 | }executed 375598 times by 354 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
- ...
| 375598 |
| 1577 | }executed 380196 times by 355 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
- ...
| 380196 |
| 1578 | }; | - |
| 1579 | CleanUp cleanup(receiver, event_type, data); | - |
| 1580 | | - |
| 1581 | while (i < data->postEventList.size()) {| TRUE | evaluated 697487 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 350698 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 350698-697487 |
| 1582 | | - |
| 1583 | if (i >= data->postEventList.insertionOffset)| TRUE | evaluated 29498 times by 204 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| | FALSE | evaluated 667989 times by 354 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 29498-667989 |
| 1584 | break;executed 29498 times by 204 tests: break;Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 29498 |
| 1585 | | - |
| 1586 | const QPostEvent &pe = data->postEventList.at(i); | - |
| 1587 | ++i; | - |
| 1588 | | - |
| 1589 | if (!pe.event)| TRUE | evaluated 68943 times by 131 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- ...
| | FALSE | evaluated 599046 times by 353 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 68943-599046 |
| 1590 | continue;executed 68943 times by 131 tests: continue;Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusPendingCall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QEventLoop
- tst_QFileDialog2
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsAnchorLayout
- ...
| 68943 |
| 1591 | if ((receiver && receiver != pe.receiver) || (event_type && event_type != pe.event->type())) {| TRUE | evaluated 32659 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
| | FALSE | evaluated 566387 times by 353 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| TRUE | evaluated 28394 times by 26 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- tst_QTouchEvent
- tst_QTreeView
- ...
| | FALSE | evaluated 4265 times by 28 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QCoreApplication
- tst_QDBusPendingCall
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGuiApplication
- tst_QItemDelegate
- tst_QItemView
- tst_QMainWindow
- tst_QObject
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPrinter
- ...
|
| TRUE | evaluated 13843 times by 75 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- ...
| | FALSE | evaluated 556809 times by 353 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| TRUE | evaluated 11190 times by 55 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- ...
| | FALSE | evaluated 2653 times by 58 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusPendingCall
- tst_QDBusThreading
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- ...
|
| 2653-566387 |
| 1592 | data->canWait = false; | - |
| 1593 | continue;executed 39584 times by 58 tests: continue;Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QBackingStore
- tst_QCalendarWidget
- tst_QCompleter
- tst_QCoreApplication
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
| 39584 |
| 1594 | } | - |
| 1595 | | - |
| 1596 | if (pe.event->type() == QEvent::DeferredDelete) {| TRUE | evaluated 5870 times by 174 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- ...
| | FALSE | evaluated 553592 times by 351 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- ...
|
| 5870-553592 |
| 1597 | | - |
| 1598 | | - |
| 1599 | | - |
| 1600 | int loopLevel = static_cast<QDeferredDeleteEvent *>(pe.event)->loopLevel(); | - |
| 1601 | const bool allowDeferredDelete = | - |
| 1602 | (loopLevel > data->loopLevel| TRUE | evaluated 2273 times by 151 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_SpyHook
- ...
| | FALSE | evaluated 3597 times by 73 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- ...
|
| 2273-3597 |
| 1603 | || (!loopLevel && data->loopLevel > 0)| TRUE | evaluated 3513 times by 72 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- ...
| | FALSE | evaluated 84 times by 4 testsEvaluated by:- tst_QApplication
- tst_QItemDelegate
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QTcpSocket
|
| 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 2306 times by 39 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- ...
|
| 84-3513 |
| 1604 | || (event_type == QEvent::DeferredDelete| TRUE | evaluated 794 times by 37 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- tst_QShortcut
- ...
| | FALSE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
|
| 794-1596 |
| 1605 | && loopLevel == data->loopLevel));| TRUE | evaluated 793 times by 37 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QPrinter
- tst_QProcess
- tst_QShortcut
- ...
| | FALSE | evaluated 1 time by 1 test |
| 1-793 |
| 1606 | if (!allowDeferredDelete) {| TRUE | evaluated 1597 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| | FALSE | evaluated 4273 times by 173 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_Delayed
- tst_QDBusConnection_NoApplication
- ...
|
| 1597-4273 |
| 1607 | | - |
| 1608 | if (!event_type && !receiver) {| TRUE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| | FALSE | evaluated 1 time by 1 test |
| TRUE | evaluated 1596 times by 34 testsEvaluated by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| | FALSE | never evaluated |
| 0-1596 |
| 1609 | | - |
| 1610 | | - |
| 1611 | | - |
| 1612 | | - |
| 1613 | QPostEvent pe_copy = pe; | - |
| 1614 | | - |
| 1615 | | - |
| 1616 | | - |
| 1617 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1618 | | - |
| 1619 | | - |
| 1620 | data->postEventList.addEvent(pe_copy); | - |
| 1621 | }executed 1596 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
- ...
| 1596 |
| 1622 | continue;executed 1597 times by 34 tests: continue;Executed by:- tst_Gestures
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QColumnView
- tst_QComboBox
- tst_QDBusAbstractAdaptor
- tst_QDBusThreading
- tst_QDockWidget
- tst_QFileDialog2
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QLocalSocket
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QNetworkAccessManager_And_QProgressDialog
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPrinter
- tst_QProcess
- tst_QProcess_and_GuiEventLoop
- tst_QShortcut
- ...
| 1597 |
| 1623 | } | - |
| 1624 | }executed 4273 times by 173 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
- ...
| 4273 |
| 1625 | | - |
| 1626 | | - |
| 1627 | | - |
| 1628 | pe.event->posted = false; | - |
| 1629 | QEvent *e = pe.event; | - |
| 1630 | QObject * r = pe.receiver; | - |
| 1631 | | - |
| 1632 | --r->d_func()->postedEvents; | - |
| 1633 | Q_ASSERT(r->d_func()->postedEvents >= 0); | - |
| 1634 | | - |
| 1635 | | - |
| 1636 | | - |
| 1637 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1638 | | - |
| 1639 | struct MutexUnlocker | - |
| 1640 | { | - |
| 1641 | QMutexLocker &m; | - |
| 1642 | MutexUnlocker(QMutexLocker &m) : m(m) { m.unlock(); }executed 557865 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
- ...
| 557865 |
| 1643 | ~MutexUnlocker() { m.relock(); }executed 557865 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
- ...
| 557865 |
| 1644 | }; | - |
| 1645 | MutexUnlocker unlocker(locker); | - |
| 1646 | | - |
| 1647 | QScopedPointer<QEvent> event_deleter(e); | - |
| 1648 | | - |
| 1649 | | - |
| 1650 | QCoreApplication::sendEvent(r, e); | - |
| 1651 | | - |
| 1652 | | - |
| 1653 | | - |
| 1654 | | - |
| 1655 | }executed 557864 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
- ...
| 557864 |
| 1656 | | - |
| 1657 | cleanup.exceptionCaught = false; | - |
| 1658 | }executed 380196 times by 355 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
- ...
| 380196 |
| 1659 | | - |
| 1660 | | - |
| 1661 | | - |
| 1662 | | - |
| 1663 | | - |
| 1664 | | - |
| 1665 | | - |
| 1666 | | - |
| 1667 | | - |
| 1668 | | - |
| 1669 | | - |
| 1670 | | - |
| 1671 | | - |
| 1672 | | - |
| 1673 | | - |
| 1674 | | - |
| 1675 | | - |
| 1676 | | - |
| 1677 | | - |
| 1678 | | - |
| 1679 | | - |
| 1680 | void QCoreApplication::removePostedEvents(QObject *receiver, int eventType) | - |
| 1681 | { | - |
| 1682 | QThreadData *data = receiver ? receiver->d_func()->threadData : QThreadData::current();| TRUE | evaluated 78902 times by 474 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- ...
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 4-78902 |
| 1683 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 1684 | | - |
| 1685 | | - |
| 1686 | | - |
| 1687 | | - |
| 1688 | | - |
| 1689 | if (receiver && !receiver->d_func()->postedEvents)| TRUE | evaluated 78902 times by 474 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- ...
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| TRUE | evaluated 26697 times by 276 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| | FALSE | evaluated 52205 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
| 4-78902 |
| 1690 | return;executed 26697 times by 276 tests: return;Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 26697 |
| 1691 | | - |
| 1692 | | - |
| 1693 | | - |
| 1694 | QVarLengthArray<QEvent*> events; | - |
| 1695 | int n = data->postEventList.size(); | - |
| 1696 | int j = 0; | - |
| 1697 | | - |
| 1698 | for (int i = 0; i < n; ++i) {| TRUE | evaluated 7008461 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 52209 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
| 52209-7008461 |
| 1699 | const QPostEvent &pe = data->postEventList.at(i); | - |
| 1700 | | - |
| 1701 | if ((!receiver || pe.receiver == receiver)| TRUE | evaluated 24 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | evaluated 7008437 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
| TRUE | evaluated 82218 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 6926219 times by 210 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
| 24-7008437 |
| 1702 | && (pe.event && (eventType == 0 || pe.event->type() == eventType))) {| TRUE | evaluated 81187 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 1055 times by 37 testsEvaluated by:- tst_QAbstractItemView
- tst_QApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFtp
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QHttpSocketEngine
- tst_QItemDelegate
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
| TRUE | evaluated 80894 times by 455 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 293 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
| TRUE | evaluated 162 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
| | FALSE | evaluated 131 times by 6 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
| 131-81187 |
| 1703 | --pe.receiver->d_func()->postedEvents; | - |
| 1704 | pe.event->posted = false; | - |
| 1705 | events.append(pe.event); | - |
| 1706 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1707 | } else if (!data->postEventList.recursion) {executed 81056 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
- ...
| TRUE | evaluated 6915131 times by 192 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| | FALSE | evaluated 12274 times by 55 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
| 12274-6915131 |
| 1708 | if (i != j)| TRUE | evaluated 1151376 times by 167 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| | FALSE | evaluated 5763755 times by 178 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
|
| 1151376-5763755 |
| 1709 | qSwap(data->postEventList[i], data->postEventList[j]);executed 1151376 times by 167 tests: qSwap(data->postEventList[i], data->postEventList[j]);Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- ...
| 1151376 |
| 1710 | ++j; | - |
| 1711 | }executed 6915131 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_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractAdaptor
- ...
| 6915131 |
| 1712 | }executed 7008461 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
- ...
| 7008461 |
| 1713 | | - |
| 1714 | #ifdef QT_DEBUG | - |
| 1715 | if (receiver && eventType == 0) {| TRUE | evaluated 52205 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| TRUE | evaluated 52074 times by 455 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 131 times by 7 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QDBusConnection_SpyHook
- tst_QFutureWatcher
- tst_QGuiApplication
- tst_QMessageBox
- tst_QWidget
|
| 4-52205 |
| 1716 | Q_ASSERT(!receiver->d_func()->postedEvents); | - |
| 1717 | }executed 52074 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
- ...
| 52074 |
| 1718 | #endif | - |
| 1719 | | - |
| 1720 | if (!data->postEventList.recursion) {| TRUE | evaluated 51027 times by 453 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 1182 times by 55 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnection_NoApplication
- tst_QDBusConnection_SpyHook
- tst_QDBusServiceWatcher
- tst_QDBusThreading
- tst_QFontDialog
- tst_QFtp
- tst_QGraphicsItem
- tst_QGuiApplication
- tst_QHttpSocketEngine
- tst_QInputDialog
- tst_QLabel
- tst_QLineEdit
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiSubWindow
- tst_QMessageBox
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QProgressBar
- ...
|
| 1182-51027 |
| 1721 | | - |
| 1722 | data->postEventList.erase(data->postEventList.begin() + j, data->postEventList.end()); | - |
| 1723 | }executed 51027 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
- ...
| 51027 |
| 1724 | | - |
| 1725 | locker.unlock(); | - |
| 1726 | for (int i = 0; i < events.count(); ++i) {| TRUE | evaluated 81056 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
| | FALSE | evaluated 52209 times by 456 testsEvaluated by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- ...
|
| 52209-81056 |
| 1727 | delete events[i]; | - |
| 1728 | }executed 81056 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
- ...
| 81056 |
| 1729 | }executed 52209 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
- ...
| 52209 |
| 1730 | | - |
| 1731 | | - |
| 1732 | | - |
| 1733 | | - |
| 1734 | | - |
| 1735 | | - |
| 1736 | | - |
| 1737 | | - |
| 1738 | | - |
| 1739 | | - |
| 1740 | | - |
| 1741 | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | - |
| 1742 | { | - |
| 1743 | if (!event || !event->posted)| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 1744 | return; never executed: return; | 0 |
| 1745 | | - |
| 1746 | QThreadData *data = QThreadData::current(); | - |
| 1747 | | - |
| 1748 | QMutexLocker locker(&data->postEventList.mutex); | - |
| 1749 | | - |
| 1750 | if (data->postEventList.size() == 0) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 1751 | #if defined(QT_DEBUG) | - |
| 1752 | qDebug("QCoreApplication::removePostedEvent: Internal error: %p %d is posted", | - |
| 1753 | (void*)event, event->type()); | - |
| 1754 | return; never executed: return; | 0 |
| 1755 | #endif | - |
| 1756 | } | - |
| 1757 | | - |
| 1758 | for (int i = 0; i < data->postEventList.size(); ++i) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 1759 | const QPostEvent & pe = data->postEventList.at(i); | - |
| 1760 | if (pe.event == event) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 1761 | #ifndef QT_NO_DEBUG | - |
| 1762 | qWarning("QCoreApplication::removePostedEvent: Event of type %d deleted while posted to %s %s", | - |
| 1763 | event->type(), | - |
| 1764 | pe.receiver->metaObject()->className(), | - |
| 1765 | pe.receiver->objectName().toLocal8Bit().data()); | - |
| 1766 | #endif | - |
| 1767 | --pe.receiver->d_func()->postedEvents; | - |
| 1768 | pe.event->posted = false; | - |
| 1769 | delete pe.event; | - |
| 1770 | const_cast<QPostEvent &>(pe).event = 0; | - |
| 1771 | return; never executed: return; | 0 |
| 1772 | } | - |
| 1773 | } never executed: end of block | 0 |
| 1774 | } never executed: end of block | 0 |
| 1775 | | - |
| 1776 | | - |
| 1777 | | - |
| 1778 | | - |
| 1779 | bool QCoreApplication::event(QEvent *e) | - |
| 1780 | { | - |
| 1781 | 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 2306 times by 235 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
|
| 17-2306 |
| 1782 | quit(); | - |
| 1783 | return true;executed 17 times by 6 tests: return true;Executed by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| 17 |
| 1784 | } | - |
| 1785 | return QObject::event(e);executed 2306 times by 235 tests: return QObject::event(e);Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- tst_QDBusConnectionNoBus
- ...
| 2306 |
| 1786 | } | - |
| 1787 | | - |
| 1788 | | - |
| 1789 | | - |
| 1790 | | - |
| 1791 | | - |
| 1792 | | - |
| 1793 | | - |
| 1794 | | - |
| 1795 | | - |
| 1796 | | - |
| 1797 | | - |
| 1798 | | - |
| 1799 | | - |
| 1800 | | - |
| 1801 | | - |
| 1802 | | - |
| 1803 | void QCoreApplicationPrivate::ref() | - |
| 1804 | { | - |
| 1805 | quitLockRef.ref(); | - |
| 1806 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
| 1807 | | - |
| 1808 | void QCoreApplicationPrivate::deref() | - |
| 1809 | { | - |
| 1810 | 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 |
| 1811 | maybeQuit();executed 2 times by 2 tests: maybeQuit();Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 1812 | }executed 12 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 12 |
| 1813 | | - |
| 1814 | void QCoreApplicationPrivate::maybeQuit() | - |
| 1815 | { | - |
| 1816 | if (quitLockRef.load() == 0 && in_exec && quitLockRefEnabled && shouldQuit())| TRUE | evaluated 2992 times by 120 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| | FALSE | never evaluated |
| TRUE | evaluated 22 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| | FALSE | evaluated 2970 times by 117 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QErrorMessage
- ...
|
| TRUE | evaluated 22 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| | FALSE | never evaluated |
| TRUE | evaluated 21 times by 6 testsEvaluated by:- tst_QApplication
- tst_QColorDialog
- tst_QCoreApplication
- tst_QFontDialog
- tst_QGuiApplication
- tst_QSystemTrayIcon
| | FALSE | evaluated 1 time by 1 test |
| 0-2992 |
| 1817 | 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 |
| 1818 | }executed 2992 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
- ...
| 2992 |
| 1819 | | - |
| 1820 | | - |
| 1821 | | - |
| 1822 | | - |
| 1823 | | - |
| 1824 | | - |
| 1825 | | - |
| 1826 | | - |
| 1827 | | - |
| 1828 | | - |
| 1829 | | - |
| 1830 | | - |
| 1831 | | - |
| 1832 | | - |
| 1833 | | - |
| 1834 | | - |
| 1835 | void QCoreApplication::quit() | - |
| 1836 | { | - |
| 1837 | 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 |
| 1838 | } | - |
| 1839 | | - |
| 1840 | | - |
| 1841 | | - |
| 1842 | | - |
| 1843 | | - |
| 1844 | | - |
| 1845 | | - |
| 1846 | | - |
| 1847 | | - |
| 1848 | | - |
| 1849 | | - |
| 1850 | | - |
| 1851 | | - |
| 1852 | | - |
| 1853 | | - |
| 1854 | | - |
| 1855 | #endif // QT_NO_QOBJECT | - |
| 1856 | | - |
| 1857 | #ifndef QT_NO_TRANSLATION | - |
| 1858 | | - |
| 1859 | | - |
| 1860 | | - |
| 1861 | | - |
| 1862 | | - |
| 1863 | | - |
| 1864 | | - |
| 1865 | | - |
| 1866 | | - |
| 1867 | | - |
| 1868 | | - |
| 1869 | | - |
| 1870 | | - |
| 1871 | | - |
| 1872 | | - |
| 1873 | | - |
| 1874 | | - |
| 1875 | | - |
| 1876 | | - |
| 1877 | | - |
| 1878 | | - |
| 1879 | | - |
| 1880 | | - |
| 1881 | | - |
| 1882 | | - |
| 1883 | bool QCoreApplication::installTranslator(QTranslator *translationFile) | - |
| 1884 | { | - |
| 1885 | if (!translationFile)| TRUE | never evaluated | | FALSE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
| 0-35 |
| 1886 | return false; never executed: return false; | 0 |
| 1887 | | - |
| 1888 | 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 |
| 1889 | return false; never executed: return false; | 0 |
| 1890 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1891 | d->translators.prepend(translationFile); | - |
| 1892 | | - |
| 1893 | #ifndef QT_NO_TRANSLATION_BUILDER | - |
| 1894 | 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 |
| 1895 | return false;executed 1 time by 1 test: return false; | 1 |
| 1896 | #endif | - |
| 1897 | | - |
| 1898 | #ifndef QT_NO_QOBJECT | - |
| 1899 | QEvent ev(QEvent::LanguageChange); | - |
| 1900 | QCoreApplication::sendEvent(self, &ev); | - |
| 1901 | #endif | - |
| 1902 | | - |
| 1903 | return true;executed 34 times by 4 tests: return true;Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 34 |
| 1904 | } | - |
| 1905 | | - |
| 1906 | | - |
| 1907 | | - |
| 1908 | | - |
| 1909 | | - |
| 1910 | | - |
| 1911 | | - |
| 1912 | | - |
| 1913 | | - |
| 1914 | | - |
| 1915 | | - |
| 1916 | bool QCoreApplication::removeTranslator(QTranslator *translationFile) | - |
| 1917 | { | - |
| 1918 | 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 |
| 1919 | return false; never executed: return false; | 0 |
| 1920 | 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 |
| 1921 | return false; never executed: return false; | 0 |
| 1922 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 1923 | 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 |
| 1924 | #ifndef QT_NO_QOBJECT | - |
| 1925 | if (!self->closingDown()) {| TRUE | evaluated 35 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | never evaluated |
| 0-35 |
| 1926 | QEvent ev(QEvent::LanguageChange); | - |
| 1927 | QCoreApplication::sendEvent(self, &ev); | - |
| 1928 | }executed 35 times by 4 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 35 |
| 1929 | #endif | - |
| 1930 | return true;executed 35 times by 4 tests: return true;Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 35 |
| 1931 | } | - |
| 1932 | return false;executed 12 times by 3 tests: return false;Executed by:- tst_QProgressDialog
- tst_QTranslator
- tst_qkeysequence - unknown status
| 12 |
| 1933 | } | - |
| 1934 | | - |
| 1935 | static void replacePercentN(QString *result, int n) | - |
| 1936 | { | - |
| 1937 | if (n >= 0) {| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 358502 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
| 6-358502 |
| 1938 | int percentPos = 0; | - |
| 1939 | int len = 0; | - |
| 1940 | while ((percentPos = result->indexOf(QLatin1Char('%'), percentPos + len)) != -1) {| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 6 times by 1 test |
| 6 |
| 1941 | len = 1; | - |
| 1942 | QString fmt; | - |
| 1943 | if (result->at(percentPos + len) == QLatin1Char('L')) {| TRUE | never evaluated | | FALSE | evaluated 6 times by 1 test |
| 0-6 |
| 1944 | ++len; | - |
| 1945 | fmt = QLatin1String("%L1"); | - |
| 1946 | } else { never executed: end of block | 0 |
| 1947 | fmt = QLatin1String("%1"); | - |
| 1948 | }executed 6 times by 1 test: end of block | 6 |
| 1949 | if (result->at(percentPos + len) == QLatin1Char('n')) {| TRUE | evaluated 6 times by 1 test | | FALSE | never evaluated |
| 0-6 |
| 1950 | fmt = fmt.arg(n); | - |
| 1951 | ++len; | - |
| 1952 | result->replace(percentPos, len, fmt); | - |
| 1953 | len = fmt.length(); | - |
| 1954 | }executed 6 times by 1 test: end of block | 6 |
| 1955 | }executed 6 times by 1 test: end of block | 6 |
| 1956 | }executed 6 times by 1 test: end of block | 6 |
| 1957 | }executed 358508 times by 194 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
- ...
| 358508 |
| 1958 | | - |
| 1959 | | - |
| 1960 | | - |
| 1961 | | - |
| 1962 | | - |
| 1963 | | - |
| 1964 | | - |
| 1965 | | - |
| 1966 | | - |
| 1967 | | - |
| 1968 | | - |
| 1969 | | - |
| 1970 | | - |
| 1971 | | - |
| 1972 | | - |
| 1973 | | - |
| 1974 | | - |
| 1975 | | - |
| 1976 | | - |
| 1977 | | - |
| 1978 | | - |
| 1979 | | - |
| 1980 | | - |
| 1981 | | - |
| 1982 | | - |
| 1983 | | - |
| 1984 | | - |
| 1985 | | - |
| 1986 | | - |
| 1987 | | - |
| 1988 | | - |
| 1989 | | - |
| 1990 | | - |
| 1991 | | - |
| 1992 | | - |
| 1993 | | - |
| 1994 | | - |
| 1995 | | - |
| 1996 | | - |
| 1997 | QString QCoreApplication::translate(const char *context, const char *sourceText, | - |
| 1998 | const char *disambiguation, int n) | - |
| 1999 | { | - |
| 2000 | QString result; | - |
| 2001 | | - |
| 2002 | if (!sourceText)| TRUE | never evaluated | | FALSE | evaluated 358508 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
| 0-358508 |
| 2003 | return result; never executed: return result; | 0 |
| 2004 | | - |
| 2005 | if (self && !self->d_func()->translators.isEmpty()) {| TRUE | evaluated 358474 times by 191 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| | FALSE | evaluated 34 times by 4 testsEvaluated by:- tst_QApplication
- tst_QDnsLookup_Appless
- tst_QPageLayout
- tst_QPageSize
|
| TRUE | evaluated 377 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | evaluated 358097 times by 190 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
|
| 34-358474 |
| 2006 | QList<QTranslator*>::ConstIterator it; | - |
| 2007 | QTranslator *translationFile; | - |
| 2008 | for (it = self->d_func()->translators.constBegin(); it != self->d_func()->translators.constEnd(); ++it) {| TRUE | evaluated 422 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | evaluated 66 times by 2 testsEvaluated by:- tst_QKeySequence
- tst_QTranslator
|
| 66-422 |
| 2009 | translationFile = *it; | - |
| 2010 | result = translationFile->translate(context, sourceText, disambiguation, n); | - |
| 2011 | if (!result.isNull())| TRUE | evaluated 311 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| | FALSE | evaluated 111 times by 2 testsEvaluated by:- tst_QKeySequence
- tst_QTranslator
|
| 111-311 |
| 2012 | break;executed 311 times by 4 tests: break;Executed by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 311 |
| 2013 | }executed 111 times by 2 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QTranslator
| 111 |
| 2014 | }executed 377 times by 4 tests: end of blockExecuted by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
| 377 |
| 2015 | | - |
| 2016 | if (result.isNull())| TRUE | evaluated 358197 times by 194 testsEvaluated by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| | FALSE | evaluated 311 times by 4 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
|
| 311-358197 |
| 2017 | result = QString::fromUtf8(sourceText);executed 358197 times by 194 tests: result = QString::fromUtf8(sourceText);Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 358197 |
| 2018 | | - |
| 2019 | replacePercentN(&result, n); | - |
| 2020 | return result;executed 358508 times by 194 tests: return result;Executed by:- tst_Lancelot
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBoxLayout
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnection
- ...
| 358508 |
| 2021 | } | - |
| 2022 | | - |
| 2023 | | - |
| 2024 | | - |
| 2025 | | - |
| 2026 | | - |
| 2027 | | - |
| 2028 | | - |
| 2029 | QString qtTrId(const char *id, int n) | - |
| 2030 | { | - |
| 2031 | return QCoreApplication::translate(0, id, 0, n); never executed: return QCoreApplication::translate(0, id, 0, n); | 0 |
| 2032 | } | - |
| 2033 | | - |
| 2034 | bool QCoreApplicationPrivate::isTranslatorInstalled(QTranslator *translator) | - |
| 2035 | { | - |
| 2036 | return 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
| TRUE | evaluated 38 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
| | FALSE | never evaluated |
| 0-38 |
| 2037 | && 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
| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 35 times by 5 testsEvaluated by:- tst_QKeySequence
- tst_QProgressDialog
- tst_QTranslator
- tst_languageChange
- tst_qkeysequence - unknown status
|
| 3-38 |
| 2038 | } | - |
| 2039 | | - |
| 2040 | #else | - |
| 2041 | | - |
| 2042 | QString QCoreApplication::translate(const char *context, const char *sourceText, | - |
| 2043 | const char *disambiguation, int n) | - |
| 2044 | { | - |
| 2045 | Q_UNUSED(context) | - |
| 2046 | Q_UNUSED(disambiguation) | - |
| 2047 | QString ret = QString::fromUtf8(sourceText); | - |
| 2048 | if (n >= 0) | - |
| 2049 | ret.replace(QLatin1String("%n"), QString::number(n)); | - |
| 2050 | return ret; | - |
| 2051 | } | - |
| 2052 | | - |
| 2053 | #endif //QT_NO_TRANSLATE | - |
| 2054 | | - |
| 2055 | | - |
| 2056 | | - |
| 2057 | | - |
| 2058 | | - |
| 2059 | | - |
| 2060 | | - |
| 2061 | void QCoreApplicationPrivate::setApplicationFilePath(const QString &path) | - |
| 2062 | { | - |
| 2063 | if (QCoreApplicationPrivate::cachedApplicationFilePath)| TRUE | never evaluated | | FALSE | evaluated 744 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 0-744 |
| 2064 | *QCoreApplicationPrivate::cachedApplicationFilePath = path; never executed: *QCoreApplicationPrivate::cachedApplicationFilePath = path; | 0 |
| 2065 | else | - |
| 2066 | QCoreApplicationPrivate::cachedApplicationFilePath = new QString(path);executed 744 times by 22 tests: QCoreApplicationPrivate::cachedApplicationFilePath = new QString(path);Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 744 |
| 2067 | } | - |
| 2068 | | - |
| 2069 | | - |
| 2070 | | - |
| 2071 | | - |
| 2072 | | - |
| 2073 | | - |
| 2074 | | - |
| 2075 | | - |
| 2076 | | - |
| 2077 | | - |
| 2078 | | - |
| 2079 | | - |
| 2080 | | - |
| 2081 | | - |
| 2082 | | - |
| 2083 | | - |
| 2084 | | - |
| 2085 | | - |
| 2086 | | - |
| 2087 | | - |
| 2088 | QString QCoreApplication::applicationDirPath() | - |
| 2089 | { | - |
| 2090 | if (!self) {| TRUE | never evaluated | | FALSE | evaluated 1956 times by 91 testsEvaluated by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- ...
|
| 0-1956 |
| 2091 | qWarning("QCoreApplication::applicationDirPath: Please instantiate the QApplication object first"); | - |
| 2092 | return QString(); never executed: return QString(); | 0 |
| 2093 | } | - |
| 2094 | | - |
| 2095 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 2096 | if (d->cachedApplicationDirPath.isNull())| TRUE | evaluated 743 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 1213 times by 73 testsEvaluated by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- tst_QGlyphRun
- tst_QIODevice
- tst_QIcoImageFormat
- tst_QImageReader
- tst_QImageWriter
- tst_QLabel
- ...
|
| 743-1213 |
| 2097 | d->cachedApplicationDirPath = QFileInfo(applicationFilePath()).path();executed 743 times by 22 tests: d->cachedApplicationDirPath = QFileInfo(applicationFilePath()).path();Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 743 |
| 2098 | return d->cachedApplicationDirPath;executed 1955 times by 91 tests: return d->cachedApplicationDirPath;Executed by:- tst_Lancelot
- tst_QApplication
- tst_QByteArray
- tst_QClipboard
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QCryptographicHash
- tst_QDBusAbstractAdaptor
- tst_QDBusAbstractInterface
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDBusInterface
- tst_QDBusMarshall
- tst_QDataStream
- tst_QDirIterator
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileInfo
- tst_QFileSelector
- tst_QFontDialog
- tst_QFrame
- tst_QFtp
- ...
| 1955 |
| 2099 | } | - |
| 2100 | | - |
| 2101 | | - |
| 2102 | | - |
| 2103 | | - |
| 2104 | | - |
| 2105 | | - |
| 2106 | | - |
| 2107 | | - |
| 2108 | | - |
| 2109 | | - |
| 2110 | | - |
| 2111 | | - |
| 2112 | | - |
| 2113 | | - |
| 2114 | | - |
| 2115 | | - |
| 2116 | QString QCoreApplication::applicationFilePath() | - |
| 2117 | { | - |
| 2118 | if (!self) {| TRUE | never evaluated | | FALSE | evaluated 822 times by 51 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- ...
|
| 0-822 |
| 2119 | qWarning("QCoreApplication::applicationFilePath: Please instantiate the QApplication object first"); | - |
| 2120 | return QString(); never executed: return QString(); | 0 |
| 2121 | } | - |
| 2122 | | - |
| 2123 | QCoreApplicationPrivate *d = self->d_func(); | - |
| 2124 | | - |
| 2125 | if (d->argc) {| TRUE | evaluated 740 times by 48 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- ...
| | FALSE | evaluated 82 times by 5 testsEvaluated by:- tst_QApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDnsLookup_Appless
- tst_QGuiApplication
|
| 82-740 |
| 2126 | static const char *procName = d->argv[0]; | - |
| 2127 | if (qstrcmp(procName, d->argv[0]) != 0) {| TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
| | FALSE | evaluated 735 times by 48 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnection_Delayed
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGlobal
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- ...
|
| 5-735 |
| 2128 | | - |
| 2129 | QCoreApplicationPrivate::clearApplicationFilePath(); | - |
| 2130 | procName = d->argv[0]; | - |
| 2131 | }executed 5 times by 2 tests: end of blockExecuted by:- tst_QApplication
- tst_QGuiApplication
| 5 |
| 2132 | }executed 740 times by 48 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
- ...
| 740 |
| 2133 | | - |
| 2134 | if (QCoreApplicationPrivate::cachedApplicationFilePath)| TRUE | evaluated 77 times by 36 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- ...
| | FALSE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
| 77-745 |
| 2135 | return *QCoreApplicationPrivate::cachedApplicationFilePath;executed 77 times by 36 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath;Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QAccessibility
- tst_QApplication
- tst_QFactoryLoader
- tst_QFile
- tst_QFileIconProvider
- tst_QFileInfo
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- ...
| 77 |
| 2136 | | - |
| 2137 | #if defined(Q_OS_WIN) | - |
| 2138 | QCoreApplicationPrivate::setApplicationFilePath(QFileInfo(qAppFileName()).filePath()); | - |
| 2139 | return *QCoreApplicationPrivate::cachedApplicationFilePath; | - |
| 2140 | #elif defined(Q_OS_BLACKBERRY) | - |
| 2141 | if (!arguments().isEmpty()) { | - |
| 2142 | QFileInfo fileInfo(arguments().at(0)); | - |
| 2143 | const bool zygotized = fileInfo.exists(); | - |
| 2144 | if (zygotized) { | - |
| 2145 | | - |
| 2146 | QCoreApplicationPrivate::setApplicationFilePath(QDir::cleanPath(fileInfo.absoluteFilePath())); | - |
| 2147 | return *QCoreApplicationPrivate::cachedApplicationFilePath; | - |
| 2148 | } | - |
| 2149 | } | - |
| 2150 | | - |
| 2151 | | - |
| 2152 | const size_t maximum_path = static_cast<size_t>(pathconf("/",_PC_PATH_MAX)); | - |
| 2153 | char buff[maximum_path+1]; | - |
| 2154 | if (_cmdname(buff)) { | - |
| 2155 | QCoreApplicationPrivate::setApplicationFilePath(QDir::cleanPath(QString::fromLocal8Bit(buff))); | - |
| 2156 | } else { | - |
| 2157 | qWarning("QCoreApplication::applicationFilePath: _cmdname() failed"); | - |
| 2158 | | - |
| 2159 | QDir dir(QStringLiteral("./app/native/")); | - |
| 2160 | QStringList executables = dir.entryList(QDir::Executable | QDir::Files); | - |
| 2161 | if (!executables.empty()) { | - |
| 2162 | | - |
| 2163 | QCoreApplicationPrivate::setApplicationFilePath(dir.absoluteFilePath(executables.first())); | - |
| 2164 | } | - |
| 2165 | } | - |
| 2166 | return *QCoreApplicationPrivate::cachedApplicationFilePath; | - |
| 2167 | #elif defined(Q_OS_MAC) | - |
| 2168 | QString qAppFileName_str = qAppFileName(); | - |
| 2169 | if(!qAppFileName_str.isEmpty()) { | - |
| 2170 | QFileInfo fi(qAppFileName_str); | - |
| 2171 | if (fi.exists()) { | - |
| 2172 | QCoreApplicationPrivate::setApplicationFilePath(fi.canonicalFilePath()); | - |
| 2173 | return *QCoreApplicationPrivate::cachedApplicationFilePath; | - |
| 2174 | } | - |
| 2175 | return QString(); | - |
| 2176 | } | - |
| 2177 | #endif | - |
| 2178 | #if defined( Q_OS_UNIX ) | - |
| 2179 | # if defined(Q_OS_LINUX) && (!defined(Q_OS_ANDROID) || defined(Q_OS_ANDROID_NO_SDK)) | - |
| 2180 | | - |
| 2181 | | - |
| 2182 | QFileInfo pfi(QString::fromLatin1("/proc/%1/exe").arg(getpid())); | - |
| 2183 | if (pfi.exists() && pfi.isSymLink()) {| TRUE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| TRUE | evaluated 745 times by 22 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| | FALSE | never evaluated |
| 0-745 |
| 2184 | QCoreApplicationPrivate::setApplicationFilePath(pfi.canonicalFilePath()); | - |
| 2185 | return *QCoreApplicationPrivate::cachedApplicationFilePath;executed 744 times by 22 tests: return *QCoreApplicationPrivate::cachedApplicationFilePath;Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 744 |
| 2186 | } | - |
| 2187 | # endif | - |
| 2188 | if (!arguments().isEmpty()) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2189 | QString argv0 = QFile::decodeName(arguments().at(0).toLocal8Bit()); | - |
| 2190 | QString absPath; | - |
| 2191 | | - |
| 2192 | if (!argv0.isEmpty() && argv0.at(0) == QLatin1Char('/')) {| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2193 | | - |
| 2194 | | - |
| 2195 | | - |
| 2196 | | - |
| 2197 | absPath = argv0; | - |
| 2198 | } else if (argv0.contains(QLatin1Char('/'))) { never executed: end of block | TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2199 | | - |
| 2200 | | - |
| 2201 | | - |
| 2202 | | - |
| 2203 | absPath = QDir::current().absoluteFilePath(argv0); | - |
| 2204 | } else { never executed: end of block | 0 |
| 2205 | | - |
| 2206 | | - |
| 2207 | | - |
| 2208 | | - |
| 2209 | absPath = QStandardPaths::findExecutable(argv0); | - |
| 2210 | } never executed: end of block | 0 |
| 2211 | | - |
| 2212 | absPath = QDir::cleanPath(absPath); | - |
| 2213 | | - |
| 2214 | QFileInfo fi(absPath); | - |
| 2215 | if (fi.exists()) {| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2216 | QCoreApplicationPrivate::setApplicationFilePath(fi.canonicalFilePath()); | - |
| 2217 | return *QCoreApplicationPrivate::cachedApplicationFilePath; never executed: return *QCoreApplicationPrivate::cachedApplicationFilePath; | 0 |
| 2218 | } | - |
| 2219 | } never executed: end of block | 0 |
| 2220 | | - |
| 2221 | return QString(); never executed: return QString(); | 0 |
| 2222 | #endif | - |
| 2223 | Q_UNREACHABLE(); dead code: do { ((!(false)) ? qt_assert_x("Q_UNREACHABLE()", "Q_UNREACHABLE was reached",__FILE__,2223) : qt_noop()); __builtin_unreachable(); } while (0); | - |
| 2224 | } | - |
| 2225 | | - |
| 2226 | | - |
| 2227 | | - |
| 2228 | | - |
| 2229 | | - |
| 2230 | | - |
| 2231 | qint64 QCoreApplication::applicationPid() | - |
| 2232 | { | - |
| 2233 | #if defined(Q_OS_WIN) | - |
| 2234 | return GetCurrentProcessId(); | - |
| 2235 | #elif defined(Q_OS_VXWORKS) | - |
| 2236 | return (pid_t) taskIdCurrent; | - |
| 2237 | #else | - |
| 2238 | return getpid();executed 2767 times by 28 tests: return getpid();Executed by:- tst_QAbstractNetworkCache
- tst_QColorDialog
- tst_QCoreApplication
- tst_QDBusMarshall
- tst_QDir
- tst_QFile
- tst_QFileDialog2
- tst_QFileInfo
- tst_QFileSystemModel
- tst_QFileSystemWatcher
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGuiApplication
- tst_QImageReader
- tst_QImageWriter
- tst_QLockFile
- tst_QMimeDatabase
- tst_QNetworkDiskCache
- tst_QNetworkReply
- tst_QPdfWriter
- tst_QPixmap
- tst_QSaveFile
- tst_QSettings
- tst_QStorageInfo
- tst_QTemporaryFile
- ...
| 2767 |
| 2239 | #endif | - |
| 2240 | } | - |
| 2241 | | - |
| 2242 | | - |
| 2243 | | - |
| 2244 | | - |
| 2245 | | - |
| 2246 | | - |
| 2247 | | - |
| 2248 | | - |
| 2249 | | - |
| 2250 | | - |
| 2251 | | - |
| 2252 | | - |
| 2253 | | - |
| 2254 | | - |
| 2255 | | - |
| 2256 | | - |
| 2257 | | - |
| 2258 | | - |
| 2259 | | - |
| 2260 | | - |
| 2261 | | - |
| 2262 | | - |
| 2263 | | - |
| 2264 | | - |
| 2265 | | - |
| 2266 | | - |
| 2267 | | - |
| 2268 | | - |
| 2269 | | - |
| 2270 | | - |
| 2271 | | - |
| 2272 | | - |
| 2273 | QStringList QCoreApplication::arguments() | - |
| 2274 | { | - |
| 2275 | QStringList list; | - |
| 2276 | | - |
| 2277 | if (!self) {| TRUE | never evaluated | | FALSE | evaluated 336 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-336 |
| 2278 | qWarning("QCoreApplication::arguments: Please instantiate the QApplication object first"); | - |
| 2279 | return list; never executed: return list; | 0 |
| 2280 | } | - |
| 2281 | const int ac = self->d_func()->argc; | - |
| 2282 | char ** const av = self->d_func()->argv; | - |
| 2283 | list.reserve(ac); | - |
| 2284 | | - |
| 2285 | #if defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 2286 | | - |
| 2287 | | - |
| 2288 | | - |
| 2289 | | - |
| 2290 | QString cmdline = QString::fromWCharArray(GetCommandLine()); | - |
| 2291 | | - |
| 2292 | #if defined(Q_OS_WINCE) | - |
| 2293 | wchar_t tempFilename[MAX_PATH+1]; | - |
| 2294 | if (GetModuleFileName(0, tempFilename, MAX_PATH)) { | - |
| 2295 | tempFilename[MAX_PATH] = 0; | - |
| 2296 | cmdline.prepend(QLatin1Char('\"') + QString::fromWCharArray(tempFilename) + QLatin1String("\" ")); | - |
| 2297 | } | - |
| 2298 | #endif // Q_OS_WINCE | - |
| 2299 | | - |
| 2300 | const QCoreApplicationPrivate *d = self->d_func(); | - |
| 2301 | if (d->origArgv) { | - |
| 2302 | const QStringList allArguments = qWinCmdArgs(cmdline); | - |
| 2303 | Q_ASSERT(allArguments.size() == d->origArgc); | - |
| 2304 | for (int i = 0; i < d->origArgc; ++i) { | - |
| 2305 | if (contains(ac, av, d->origArgv[i])) | - |
| 2306 | list.append(allArguments.at(i)); | - |
| 2307 | } | - |
| 2308 | return list; | - |
| 2309 | } | - |
| 2310 | #endif // defined(Q_OS_WIN) && !defined(Q_OS_WINRT) | - |
| 2311 | | - |
| 2312 | for (int a = 0; a < ac; ++a) {| TRUE | evaluated 358 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 336 times by 130 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 336-358 |
| 2313 | list << QString::fromLocal8Bit(av[a]); | - |
| 2314 | }executed 358 times by 130 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
- ...
| 358 |
| 2315 | | - |
| 2316 | return list;executed 336 times by 130 tests: return list;Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLineParser
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 336 |
| 2317 | } | - |
| 2318 | | - |
| 2319 | | - |
| 2320 | | - |
| 2321 | | - |
| 2322 | | - |
| 2323 | | - |
| 2324 | | - |
| 2325 | | - |
| 2326 | | - |
| 2327 | | - |
| 2328 | | - |
| 2329 | | - |
| 2330 | | - |
| 2331 | | - |
| 2332 | | - |
| 2333 | | - |
| 2334 | | - |
| 2335 | | - |
| 2336 | | - |
| 2337 | | - |
| 2338 | | - |
| 2339 | | - |
| 2340 | | - |
| 2341 | | - |
| 2342 | | - |
| 2343 | | - |
| 2344 | | - |
| 2345 | | - |
| 2346 | void QCoreApplication::setOrganizationName(const QString &orgName) | - |
| 2347 | { | - |
| 2348 | 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 |
| 2349 | return;executed 1 time by 1 test: return; | 1 |
| 2350 | coreappdata()->orgName = orgName; | - |
| 2351 | #ifndef QT_NO_QOBJECT | - |
| 2352 | if (QCoreApplication::self)| TRUE | evaluated 7 times by 3 testsEvaluated by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| | FALSE | never evaluated |
| 0-7 |
| 2353 | emit QCoreApplication::self->organizationNameChanged();executed 7 times by 3 tests: QCoreApplication::self->organizationNameChanged();Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
| 2354 | #endif | - |
| 2355 | }executed 7 times by 3 tests: end of blockExecuted by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 7 |
| 2356 | | - |
| 2357 | QString QCoreApplication::organizationName() | - |
| 2358 | { | - |
| 2359 | #ifdef Q_OS_BLACKBERRY | - |
| 2360 | coreappdata()->loadManifest(); | - |
| 2361 | #endif | - |
| 2362 | return coreappdata()->orgName;executed 46 times by 3 tests: return coreappdata()->orgName;Executed by:- tst_QSettings
- tst_qdesktopservices
- tst_qstandardpaths
| 46 |
| 2363 | } | - |
| 2364 | | - |
| 2365 | | - |
| 2366 | | - |
| 2367 | | - |
| 2368 | | - |
| 2369 | | - |
| 2370 | | - |
| 2371 | | - |
| 2372 | | - |
| 2373 | | - |
| 2374 | | - |
| 2375 | | - |
| 2376 | | - |
| 2377 | | - |
| 2378 | | - |
| 2379 | | - |
| 2380 | | - |
| 2381 | | - |
| 2382 | | - |
| 2383 | | - |
| 2384 | | - |
| 2385 | | - |
| 2386 | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) | - |
| 2387 | { | - |
| 2388 | if (coreappdata()->orgDomain == orgDomain)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2389 | return; never executed: return; | 0 |
| 2390 | coreappdata()->orgDomain = orgDomain; | - |
| 2391 | #ifndef QT_NO_QOBJECT | - |
| 2392 | if (QCoreApplication::self)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2393 | emit QCoreApplication::self->organizationDomainChanged(); never executed: QCoreApplication::self->organizationDomainChanged(); | 0 |
| 2394 | #endif | - |
| 2395 | } never executed: end of block | 0 |
| 2396 | | - |
| 2397 | QString QCoreApplication::organizationDomain() | - |
| 2398 | { | - |
| 2399 | return coreappdata()->orgDomain;executed 8 times by 3 tests: return coreappdata()->orgDomain;Executed by:- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- tst_QSettings
| 8 |
| 2400 | } | - |
| 2401 | | - |
| 2402 | | - |
| 2403 | | - |
| 2404 | | - |
| 2405 | | - |
| 2406 | | - |
| 2407 | | - |
| 2408 | | - |
| 2409 | | - |
| 2410 | | - |
| 2411 | | - |
| 2412 | | - |
| 2413 | | - |
| 2414 | | - |
| 2415 | | - |
| 2416 | | - |
| 2417 | | - |
| 2418 | | - |
| 2419 | | - |
| 2420 | | - |
| 2421 | | - |
| 2422 | | - |
| 2423 | void QCoreApplication::setApplicationName(const QString &application) | - |
| 2424 | { | - |
| 2425 | coreappdata()->applicationNameSet = !application.isEmpty(); | - |
| 2426 | QString newAppName = application; | - |
| 2427 | if (newAppName.isEmpty() && QCoreApplication::self)| TRUE | evaluated 10 times by 5 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qstandardpaths
| | FALSE | evaluated 27 times by 10 testsEvaluated by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
|
| 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-27 |
| 2428 | 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 |
| 2429 | if (coreappdata()->application == newAppName)| TRUE | evaluated 10 times by 4 testsEvaluated by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
| | FALSE | evaluated 27 times by 8 testsEvaluated by:- tst_QAccessibility
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QSettings
- tst_QWidget_window
- tst_qdesktopservices
- tst_qlogging - unknown status
- tst_qstandardpaths
|
| 10-27 |
| 2430 | return;executed 10 times by 4 tests: return;Executed by:- tst_QSettings
- tst_QTemporaryDir
- tst_QTemporaryFile
- tst_QWidget_window
| 10 |
| 2431 | coreappdata()->application = newAppName; | - |
| 2432 | #ifndef QT_NO_QOBJECT | - |
| 2433 | 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 |
| 2434 | emit 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 |
| 2435 | #endif | - |
| 2436 | }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 |
| 2437 | | - |
| 2438 | QString QCoreApplication::applicationName() | - |
| 2439 | { | - |
| 2440 | #ifdef Q_OS_BLACKBERRY | - |
| 2441 | coreappdata()->loadManifest(); | - |
| 2442 | #endif | - |
| 2443 | return coreappdata() ? coreappdata()->application : QString();executed 10101 times by 156 tests: return coreappdata() ? coreappdata()->application : QString();Executed by:- tst_Gestures
- tst_LargeFile
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- ...
| TRUE | evaluated 10100 times by 155 testsEvaluated by:- tst_Gestures
- tst_LargeFile
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusConnection
- tst_QDBusConnection_SpyHook
- ...
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qlockfile - unknown status
|
| 1-10101 |
| 2444 | } | - |
| 2445 | | - |
| 2446 | | - |
| 2447 | Q_CORE_EXPORT QString qt_applicationName_noFallback() | - |
| 2448 | { | - |
| 2449 | return coreappdata()->applicationNameSet ? coreappdata()->application : QString();executed 2 times by 1 test: return coreappdata()->applicationNameSet ? coreappdata()->application : QString(); | TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1 time by 1 test |
| 1-2 |
| 2450 | } | - |
| 2451 | | - |
| 2452 | | - |
| 2453 | | - |
| 2454 | | - |
| 2455 | | - |
| 2456 | | - |
| 2457 | | - |
| 2458 | | - |
| 2459 | | - |
| 2460 | | - |
| 2461 | | - |
| 2462 | | - |
| 2463 | | - |
| 2464 | | - |
| 2465 | | - |
| 2466 | | - |
| 2467 | | - |
| 2468 | void QCoreApplication::setApplicationVersion(const QString &version) | - |
| 2469 | { | - |
| 2470 | if (coreappdata()->applicationVersion == version)| TRUE | never evaluated | | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-4 |
| 2471 | return; never executed: return; | 0 |
| 2472 | coreappdata()->applicationVersion = version; | - |
| 2473 | #ifndef QT_NO_QOBJECT | - |
| 2474 | if (QCoreApplication::self)| TRUE | never evaluated | | FALSE | evaluated 4 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-4 |
| 2475 | emit QCoreApplication::self->applicationVersionChanged(); never executed: QCoreApplication::self->applicationVersionChanged(); | 0 |
| 2476 | #endif | - |
| 2477 | }executed 4 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 4 |
| 2478 | | - |
| 2479 | QString QCoreApplication::applicationVersion() | - |
| 2480 | { | - |
| 2481 | #ifdef Q_OS_BLACKBERRY | - |
| 2482 | coreappdata()->loadManifest(); | - |
| 2483 | #endif | - |
| 2484 | return coreappdata()->applicationVersion;executed 8 times by 2 tests: return coreappdata()->applicationVersion;Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 8 |
| 2485 | } | - |
| 2486 | | - |
| 2487 | #ifndef QT_NO_LIBRARY | - |
| 2488 | | - |
| 2489 | Q_GLOBAL_STATIC_WITH_ARGS(QMutex, libraryPathMutex, (QMutex::Recursive))executed 270 times by 248 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
- ...
executed 270 times by 248 tests: guard.store(QtGlobalStatic::Destroyed);Executed by:- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
executed 479 times by 147 tests: return &holder.value;Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
| TRUE | evaluated 270 times by 248 testsEvaluated by:- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbrush - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qclipboard - unknown status
- ...
| | FALSE | never evaluated |
| 0-479 |
| 2490 | | - |
| 2491 | | - |
| 2492 | | - |
| 2493 | | - |
| 2494 | | - |
| 2495 | | - |
| 2496 | | - |
| 2497 | | - |
| 2498 | | - |
| 2499 | | - |
| 2500 | | - |
| 2501 | | - |
| 2502 | | - |
| 2503 | | - |
| 2504 | | - |
| 2505 | | - |
| 2506 | | - |
| 2507 | | - |
| 2508 | | - |
| 2509 | | - |
| 2510 | | - |
| 2511 | | - |
| 2512 | | - |
| 2513 | | - |
| 2514 | | - |
| 2515 | | - |
| 2516 | | - |
| 2517 | | - |
| 2518 | | - |
| 2519 | | - |
| 2520 | | - |
| 2521 | | - |
| 2522 | | - |
| 2523 | | - |
| 2524 | | - |
| 2525 | QStringList QCoreApplication::libraryPaths() | - |
| 2526 | { | - |
| 2527 | QMutexLocker locker(libraryPathMutex()); | - |
| 2528 | | - |
| 2529 | if (coreappdata()->manual_libpaths)| TRUE | evaluated 52 times by 5 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
- tst_QPluginLoader
| | FALSE | evaluated 411 times by 147 testsEvaluated by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
|
| 52-411 |
| 2530 | return *(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 |
| 2531 | | - |
| 2532 | if (!coreappdata()->app_libpaths) {| 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 338 times by 125 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- ...
|
| 73-338 |
| 2533 | QStringList *app_libpaths = new QStringList; | - |
| 2534 | coreappdata()->app_libpaths.reset(app_libpaths); | - |
| 2535 | | - |
| 2536 | const QByteArray libPathEnv = qgetenv("QT_PLUGIN_PATH"); | - |
| 2537 | if (!libPathEnv.isEmpty()) {| TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | evaluated 24 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
|
| 24-49 |
| 2538 | QStringList paths = QFile::decodeName(libPathEnv).split(QDir::listSeparator(), QString::SkipEmptyParts); | - |
| 2539 | for (QStringList::const_iterator it = paths.constBegin(); it != paths.constEnd(); ++it) {| TRUE | evaluated 51 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
| 49-51 |
| 2540 | QString canonicalPath = QDir(*it).canonicalPath(); | - |
| 2541 | if (!canonicalPath.isEmpty()| TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | evaluated 2 times by 1 test |
| 2-49 |
| 2542 | && !app_libpaths->contains(canonicalPath)) {| TRUE | evaluated 49 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | never evaluated |
| 0-49 |
| 2543 | app_libpaths->append(canonicalPath); | - |
| 2544 | }executed 49 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
- ...
| 49 |
| 2545 | }executed 51 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
- ...
| 51 |
| 2546 | }executed 49 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
- ...
| 49 |
| 2547 | | - |
| 2548 | QString installPathPlugins = QLibraryInfo::location(QLibraryInfo::PluginsPath); | - |
| 2549 | if (QFile::exists(installPathPlugins)) {| TRUE | evaluated 73 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | never evaluated |
| 0-73 |
| 2550 | | - |
| 2551 | installPathPlugins = QDir(installPathPlugins).canonicalPath(); | - |
| 2552 | if (!app_libpaths->contains(installPathPlugins))| TRUE | evaluated 27 times by 3 testsEvaluated by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| | FALSE | evaluated 46 times by 28 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
|
| 27-46 |
| 2553 | app_libpaths->append(installPathPlugins);executed 27 times by 3 tests: app_libpaths->append(installPathPlugins);Executed by:- tst_QApplication
- tst_qapplication - unknown status
- tst_selftests - unknown status
| 27 |
| 2554 | }executed 73 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
- ...
| 73 |
| 2555 | | - |
| 2556 | | - |
| 2557 | | - |
| 2558 | if (self) self->d_func()->appendApplicationPathToLibraryPaths();executed 69 times by 30 tests: self->d_func()->appendApplicationPathToLibraryPaths();Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| TRUE | evaluated 69 times by 30 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QFtp
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- tst_QNetworkConfigurationManager
- tst_QNetworkDiskCache
- tst_QNetworkInterface
- tst_QNetworkProxyFactory
- tst_QPluginLoader
- tst_QSql
- tst_QSqlDatabase
- tst_QSqlDriver
- tst_QSqlQuery
- tst_QSqlRelationalTableModel
- tst_QSqlThread
- tst_QTcpServer
- tst_QUdpSocket
- ...
| | FALSE | evaluated 4 times by 3 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
|
| 4-69 |
| 2559 | }executed 73 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
- ...
| 73 |
| 2560 | return *(coreappdata()->app_libpaths);executed 411 times by 147 tests: return *(coreappdata()->app_libpaths);Executed by:- tst_Gestures
- tst_NetworkSelfTest
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractScrollArea
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBrush
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDataStream
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QDoubleSpinBox
- ...
| 411 |
| 2561 | } | - |
| 2562 | | - |
| 2563 | | - |
| 2564 | | - |
| 2565 | | - |
| 2566 | | - |
| 2567 | | - |
| 2568 | | - |
| 2569 | | - |
| 2570 | | - |
| 2571 | | - |
| 2572 | | - |
| 2573 | | - |
| 2574 | | - |
| 2575 | | - |
| 2576 | void QCoreApplication::setLibraryPaths(const QStringList &paths) | - |
| 2577 | { | - |
| 2578 | QMutexLocker locker(libraryPathMutex()); | - |
| 2579 | | - |
| 2580 | | - |
| 2581 | | - |
| 2582 | | - |
| 2583 | 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 |
| 2584 | libraryPaths();executed 2 times by 2 tests: libraryPaths();Executed by:- tst_QApplication
- tst_QFactoryLoader
| 2 |
| 2585 | | - |
| 2586 | 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 |
| 2587 | *(coreappdata()->manual_libpaths) = paths;executed 2 times by 2 tests: *(coreappdata()->manual_libpaths) = paths;Executed by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 2588 | else | - |
| 2589 | 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 |
| 2590 | | - |
| 2591 | locker.unlock(); | - |
| 2592 | QFactoryLoader::refreshAll(); | - |
| 2593 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QFactoryLoader
- tst_QGuiApplication
| 5 |
| 2594 | | - |
| 2595 | | - |
| 2596 | | - |
| 2597 | | - |
| 2598 | | - |
| 2599 | | - |
| 2600 | | - |
| 2601 | | - |
| 2602 | | - |
| 2603 | | - |
| 2604 | | - |
| 2605 | | - |
| 2606 | | - |
| 2607 | | - |
| 2608 | | - |
| 2609 | | - |
| 2610 | void QCoreApplication::addLibraryPath(const QString &path) | - |
| 2611 | { | - |
| 2612 | if (path.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
| 0-9 |
| 2613 | return; never executed: return; | 0 |
| 2614 | | - |
| 2615 | QString canonicalPath = QDir(path).canonicalPath(); | - |
| 2616 | if (canonicalPath.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 9 times by 4 testsEvaluated by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
|
| 0-9 |
| 2617 | return; never executed: return; | 0 |
| 2618 | | - |
| 2619 | QMutexLocker locker(libraryPathMutex()); | - |
| 2620 | | - |
| 2621 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
| 2622 | 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 |
| 2623 | if (libpaths->contains(canonicalPath))| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
| 0-1 |
| 2624 | return;executed 1 time by 1 test: return; | 1 |
| 2625 | } else { never executed: end of block | 0 |
| 2626 | | - |
| 2627 | libraryPaths(); | - |
| 2628 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 2629 | 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 |
| 2630 | return;executed 3 times by 1 test: return; | 3 |
| 2631 | | - |
| 2632 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
| 2633 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
| 2634 | | - |
| 2635 | libpaths->prepend(canonicalPath); | - |
| 2636 | locker.unlock(); | - |
| 2637 | QFactoryLoader::refreshAll(); | - |
| 2638 | }executed 5 times by 4 tests: end of blockExecuted by:- tst_QApplication
- tst_QCoreApplication
- tst_QGuiApplication
- tst_QPluginLoader
| 5 |
| 2639 | | - |
| 2640 | | - |
| 2641 | | - |
| 2642 | | - |
| 2643 | | - |
| 2644 | | - |
| 2645 | | - |
| 2646 | | - |
| 2647 | | - |
| 2648 | | - |
| 2649 | void QCoreApplication::removeLibraryPath(const QString &path) | - |
| 2650 | { | - |
| 2651 | if (path.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-2 |
| 2652 | return; never executed: return; | 0 |
| 2653 | | - |
| 2654 | QString canonicalPath = QDir(path).canonicalPath(); | - |
| 2655 | if (canonicalPath.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-2 |
| 2656 | return; never executed: return; | 0 |
| 2657 | | - |
| 2658 | QMutexLocker locker(libraryPathMutex()); | - |
| 2659 | | - |
| 2660 | QStringList *libpaths = coreappdata()->manual_libpaths.data(); | - |
| 2661 | if (libpaths) {| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
| | FALSE | never evaluated |
| 0-2 |
| 2662 | if (libpaths->removeAll(canonicalPath) == 0)| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-2 |
| 2663 | return; never executed: return; | 0 |
| 2664 | } else {executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 2665 | | - |
| 2666 | libraryPaths(); | - |
| 2667 | QStringList *app_libpaths = coreappdata()->app_libpaths.data(); | - |
| 2668 | if (!app_libpaths->contains(canonicalPath))| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2669 | return; never executed: return; | 0 |
| 2670 | | - |
| 2671 | coreappdata()->manual_libpaths.reset(libpaths = new QStringList(*app_libpaths)); | - |
| 2672 | libpaths->removeAll(canonicalPath); | - |
| 2673 | } never executed: end of block | 0 |
| 2674 | | - |
| 2675 | locker.unlock(); | - |
| 2676 | QFactoryLoader::refreshAll(); | - |
| 2677 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 2678 | | - |
| 2679 | #endif //QT_NO_LIBRARY | - |
| 2680 | | - |
| 2681 | #ifndef QT_NO_QOBJECT | - |
| 2682 | | - |
| 2683 | | - |
| 2684 | | - |
| 2685 | | - |
| 2686 | | - |
| 2687 | | - |
| 2688 | | - |
| 2689 | | - |
| 2690 | | - |
| 2691 | | - |
| 2692 | | - |
| 2693 | | - |
| 2694 | | - |
| 2695 | | - |
| 2696 | | - |
| 2697 | | - |
| 2698 | | - |
| 2699 | | - |
| 2700 | | - |
| 2701 | | - |
| 2702 | | - |
| 2703 | | - |
| 2704 | | - |
| 2705 | | - |
| 2706 | | - |
| 2707 | | - |
| 2708 | | - |
| 2709 | | - |
| 2710 | | - |
| 2711 | | - |
| 2712 | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | - |
| 2713 | { | - |
| 2714 | if (QCoreApplication::testAttribute(Qt::AA_MacPluginApplication)) {| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
| 0-1 |
| 2715 | qWarning("Native event filters are not applied when the Qt::AA_MacPluginApplication attribute is set"); | - |
| 2716 | return; never executed: return; | 0 |
| 2717 | } | - |
| 2718 | | - |
| 2719 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(QCoreApplicationPrivate::theMainThread); | - |
| 2720 | if (!filterObj || !eventDispatcher)| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
| TRUE | never evaluated | | FALSE | evaluated 1 time by 1 test |
| 0-1 |
| 2721 | return; never executed: return; | 0 |
| 2722 | eventDispatcher->installNativeEventFilter(filterObj); | - |
| 2723 | }executed 1 time by 1 test: end of block | 1 |
| 2724 | | - |
| 2725 | | - |
| 2726 | | - |
| 2727 | | - |
| 2728 | | - |
| 2729 | | - |
| 2730 | | - |
| 2731 | | - |
| 2732 | | - |
| 2733 | | - |
| 2734 | | - |
| 2735 | | - |
| 2736 | | - |
| 2737 | | - |
| 2738 | void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) | - |
| 2739 | { | - |
| 2740 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
| 2741 | if (!filterObject || !eventDispatcher)| TRUE | never evaluated | | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2742 | return; never executed: return; | 0 |
| 2743 | eventDispatcher->removeNativeEventFilter(filterObject); | - |
| 2744 | } never executed: end of block | 0 |
| 2745 | | - |
| 2746 | | - |
| 2747 | | - |
| 2748 | | - |
| 2749 | | - |
| 2750 | | - |
| 2751 | | - |
| 2752 | | - |
| 2753 | | - |
| 2754 | | - |
| 2755 | | - |
| 2756 | | - |
| 2757 | | - |
| 2758 | | - |
| 2759 | #if QT_DEPRECATED_SINCE(5, 3) | - |
| 2760 | bool QCoreApplication::hasPendingEvents() | - |
| 2761 | { | - |
| 2762 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
| 2763 | if (eventDispatcher)| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 2764 | return eventDispatcher->hasPendingEvents(); never executed: return eventDispatcher->hasPendingEvents(); | 0 |
| 2765 | return false; never executed: return false; | 0 |
| 2766 | } | - |
| 2767 | #endif | - |
| 2768 | | - |
| 2769 | | - |
| 2770 | | - |
| 2771 | | - |
| 2772 | | - |
| 2773 | QAbstractEventDispatcher *QCoreApplication::eventDispatcher() | - |
| 2774 | { | - |
| 2775 | if (QCoreApplicationPrivate::theMainThread)| TRUE | evaluated 189 times by 131 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- ...
| | FALSE | never evaluated |
| 0-189 |
| 2776 | return QCoreApplicationPrivate::theMainThread.load()->eventDispatcher();executed 189 times by 131 tests: return QCoreApplicationPrivate::theMainThread.load()->eventDispatcher();Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCoreApplication
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- ...
| 189 |
| 2777 | return 0; never executed: return 0; | 0 |
| 2778 | } | - |
| 2779 | | - |
| 2780 | | - |
| 2781 | | - |
| 2782 | | - |
| 2783 | | - |
| 2784 | | - |
| 2785 | | - |
| 2786 | void QCoreApplication::setEventDispatcher(QAbstractEventDispatcher *eventDispatcher) | - |
| 2787 | { | - |
| 2788 | QThread *mainThread = QCoreApplicationPrivate::theMainThread; | - |
| 2789 | if (!mainThread)| TRUE | never evaluated | | FALSE | evaluated 2 times by 2 testsEvaluated by:- tst_QCoreApplication
- tst_QGuiApplication
|
| 0-2 |
| 2790 | mainThread = QThread::currentThread(); never executed: mainThread = QThread::currentThread(); | 0 |
| 2791 | mainThread->setEventDispatcher(eventDispatcher); | - |
| 2792 | }executed 2 times by 2 tests: end of blockExecuted by:- tst_QCoreApplication
- tst_QGuiApplication
| 2 |
| 2793 | | - |
| 2794 | #endif // QT_NO_QOBJECT | - |
| 2795 | | - |
| 2796 | | - |
| 2797 | | - |
| 2798 | | - |
| 2799 | | - |
| 2800 | | - |
| 2801 | | - |
| 2802 | | - |
| 2803 | | - |
| 2804 | | - |
| 2805 | | - |
| 2806 | | - |
| 2807 | | - |
| 2808 | | - |
| 2809 | | - |
| 2810 | | - |
| 2811 | | - |
| 2812 | | - |
| 2813 | | - |
| 2814 | | - |
| 2815 | | - |
| 2816 | | - |
| 2817 | | - |
| 2818 | | - |
| 2819 | | - |
| 2820 | | - |
| 2821 | | - |
| 2822 | | - |
| 2823 | | - |
| 2824 | | - |
| 2825 | | - |
| 2826 | | - |
| 2827 | | - |
| 2828 | | - |
| 2829 | | - |
| 2830 | | - |
| 2831 | | - |
| 2832 | | - |
| 2833 | | - |
| 2834 | | - |
| 2835 | | - |
| 2836 | | - |
| 2837 | | - |
| 2838 | | - |
| 2839 | | - |
| 2840 | | - |
| 2841 | | - |
| 2842 | | - |
| 2843 | | - |
| 2844 | | - |
| 2845 | | - |
| 2846 | | - |
| 2847 | | - |
| 2848 | | - |
| 2849 | | - |
| 2850 | | - |
| 2851 | | - |
| 2852 | | - |
| 2853 | | - |
| 2854 | | - |
| 2855 | | - |
| 2856 | | - |
| 2857 | | - |
| 2858 | | - |
| 2859 | | - |
| 2860 | | - |
| 2861 | | - |
| 2862 | | - |
| 2863 | | - |
| 2864 | | - |
| 2865 | | - |
| 2866 | | - |
| 2867 | | - |
| 2868 | | - |
| 2869 | | - |
| 2870 | | - |
| 2871 | | - |
| 2872 | | - |
| 2873 | | - |
| 2874 | | - |
| 2875 | | - |
| 2876 | | - |
| 2877 | | - |
| 2878 | | - |
| 2879 | | - |
| 2880 | | - |
| 2881 | | - |
| 2882 | | - |
| 2883 | | - |
| 2884 | | - |
| 2885 | | - |
| 2886 | | - |
| 2887 | | - |
| 2888 | | - |
| 2889 | | - |
| 2890 | | - |
| 2891 | | - |
| 2892 | | - |
| 2893 | | - |
| 2894 | | - |
| 2895 | | - |
| 2896 | QT_END_NAMESPACE | - |
| | |