Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | extern void qDumpCPUFeatures(); | - |
17 | | - |
18 | | - |
19 | | - |
20 | struct QLibrarySettings | - |
21 | { | - |
22 | QLibrarySettings(); | - |
23 | void load(); | - |
24 | | - |
25 | QScopedPointer<QSettings> settings; | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | bool reloadOnQAppAvailable; | - |
33 | | - |
34 | }; | - |
35 | namespace { namespace Q_QGS_qt_library_settings { typedef QLibrarySettings Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 1438 times by 508 testsEvaluated 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
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 1438 times by 508 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_collections - unknown status
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- ...
}executed 1438 times by 508 tests: end of block Executed by:- tst_collections - unknown status
- tst_compiler - unknown status
- tst_gestures - unknown status
- tst_lancelot - unknown status
- tst_languagechange - unknown status
- tst_largefile - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_platformsocketengine - unknown status
- tst_q_func_info - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractfileengine - unknown status
- tst_qabstractitemmodel - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractprintdialog - unknown status
- tst_qabstractproxymodel - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractsocket - unknown status
- tst_qabstractspinbox - unknown status
- tst_qabstracttextdocumentlayout - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 5338 times by 67 tests: return &holder.value; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
&holder.value;executed 5338 times by 67 tests: return &holder.value; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
} } } static QGlobalStatic<QLibrarySettings, Q_QGS_qt_library_settings::innerFunction, Q_QGS_qt_library_settings::guard> qt_library_settings; | 0-5338 |
36 | | - |
37 | class QLibraryInfoPrivate | - |
38 | { | - |
39 | public: | - |
40 | static QSettings *findConfiguration(); | - |
41 | static QSettings *configuration() | - |
42 | { | - |
43 | QLibrarySettings *ls = qt_library_settings(); | - |
44 | if (lsTRUE | evaluated 5338 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | never evaluated |
) { | 0-5338 |
45 | | - |
46 | if (ls->reloadOnQAppAvailableTRUE | evaluated 713 times by 14 testsEvaluated by:- tst_QApplication
- tst_QChar
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qdbuscpp2xml
- tst_selftests - unknown status
| FALSE | evaluated 4625 times by 65 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- tst_QLoggingRegistry
- ...
|
&& QCoreApplication::instance() != 0TRUE | evaluated 11 times by 11 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
| FALSE | evaluated 702 times by 4 testsEvaluated by:- tst_QApplication
- tst_QChar
- tst_qdbuscpp2xml
- tst_selftests - unknown status
|
) | 11-4625 |
47 | ls->load();executed 11 times by 11 tests: ls->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
| 11 |
48 | | - |
49 | returnexecuted 5338 times by 67 tests: return ls->settings.data(); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
ls->settings.data();executed 5338 times by 67 tests: return ls->settings.data(); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| 5338 |
50 | } else { | - |
51 | return never executed: return 0; 0;never executed: return 0; | 0 |
52 | } | - |
53 | } | - |
54 | }; | - |
55 | | - |
56 | static const char platformsSection[] = "Platforms"; | - |
57 | | - |
58 | QLibrarySettings::QLibrarySettings() | - |
59 | { | - |
60 | load(); | - |
61 | }executed 1015 times by 12 tests: end of block Executed by:- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 1015 |
62 | | - |
63 | void QLibrarySettings::load() | - |
64 | { | - |
65 | | - |
66 | settings.reset(QLibraryInfoPrivate::findConfiguration()); | - |
67 | | - |
68 | reloadOnQAppAvailable = (settings.data() == 0TRUE | evaluated 881 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 145 times by 2 testsEvaluated by:- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
&& QCoreApplication::instance() == 0TRUE | evaluated 179 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | evaluated 702 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
|
); | 145-881 |
69 | bool haveDevicePaths; | - |
70 | bool haveEffectivePaths; | - |
71 | bool havePaths; | - |
72 | | - |
73 | if (settingsTRUE | evaluated 145 times by 2 testsEvaluated by:- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 881 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
|
) { | 145-881 |
74 | | - |
75 | | - |
76 | QStringList children = settings->childGroups(); | - |
77 | haveDevicePaths = children.contains(QLatin1String("DevicePaths")); | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
82 | bool haveEffectiveSourcePaths = false; | - |
83 | | - |
84 | haveEffectivePaths = haveEffectiveSourcePathsTRUE | never evaluated | FALSE | evaluated 145 times by 2 testsEvaluated by:- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
|
|| children.contains(QLatin1String("EffectivePaths"))TRUE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
| FALSE | evaluated 25 times by 1 testEvaluated by:- tst_selftests - unknown status
|
; | 0-145 |
85 | | - |
86 | havePaths = (!haveDevicePathsTRUE | evaluated 145 times by 2 testsEvaluated by:- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
| FALSE | never evaluated |
&& !haveEffectivePathsTRUE | evaluated 25 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
|
| 0-145 |
87 | && !children.contains(QLatin1String(platformsSection))TRUE | evaluated 25 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | never evaluated |
) | 0-25 |
88 | || children.contains(QLatin1String("Paths"))TRUE | never evaluated | FALSE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
|
; | 0-120 |
89 | | - |
90 | if (!havePathsTRUE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
| FALSE | evaluated 25 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) | 25-120 |
91 | settings.reset(0);executed 120 times by 1 test: settings.reset(0); Executed by:- tst_qdbusxml2cpp - unknown status
| 120 |
92 | | - |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | }executed 145 times by 2 tests: end of block Executed by:- tst_qdbusxml2cpp - unknown status
- tst_selftests - unknown status
| 145 |
100 | }executed 1026 times by 23 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 1026 |
101 | | - |
102 | QSettings *QLibraryInfoPrivate::findConfiguration() | - |
103 | { | - |
104 | QString qtconfig = ([]() -> QString { enum { Size = sizeof(u"" ":/qt/etc/qt.conf")/2 - 1 }; static const QStaticStringData<Size> qstring_literal = { { { { -1 } }, Size, 0, 0, sizeof(QStringData) }, u"" ":/qt/etc/qt.conf" }; QStringDataPtr holder = { qstring_literal.data_ptr() }; const QString qstring_literal_temp(holder); returnexecuted 1162 times by 23 tests: return qstring_literal_temp; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
qstring_literal_temp;executed 1162 times by 23 tests: return qstring_literal_temp; Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
}()); | 1162 |
105 | if (QFile::exists(qtconfig)TRUE | evaluated 25 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | evaluated 1136 times by 23 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
|
) | 25-1136 |
106 | returnexecuted 25 times by 1 test: return new QSettings(qtconfig, QSettings::IniFormat); Executed by:- tst_selftests - unknown status
new QSettings(qtconfig, QSettings::IniFormat);executed 25 times by 1 test: return new QSettings(qtconfig, QSettings::IniFormat); Executed by:- tst_selftests - unknown status
| 25 |
107 | if (QCoreApplication::instance()TRUE | evaluated 957 times by 23 testsEvaluated by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusxml2cpp - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| FALSE | evaluated 179 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) { | 179-957 |
108 | QDir pwd(QCoreApplication::applicationDirPath()); | - |
109 | qtconfig = pwd.filePath(QLatin1String("qt.conf")); | - |
110 | if (QFile::exists(qtconfig)TRUE | evaluated 120 times by 1 testEvaluated by:- tst_qdbusxml2cpp - unknown status
| FALSE | evaluated 837 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
|
) | 120-837 |
111 | returnexecuted 120 times by 1 test: return new QSettings(qtconfig, QSettings::IniFormat); Executed by:- tst_qdbusxml2cpp - unknown status
new QSettings(qtconfig, QSettings::IniFormat);executed 120 times by 1 test: return new QSettings(qtconfig, QSettings::IniFormat); Executed by:- tst_qdbusxml2cpp - unknown status
| 120 |
112 | }executed 837 times by 22 tests: end of block Executed by:- tst_QApplication
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QGlobal
- tst_QGuiApplication
- tst_QNetworkConfigurationManager
- tst_QSql
- tst_qapplication - unknown status
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qlogging - unknown status
- tst_qobject - unknown status
- tst_qprocess - unknown status
- tst_qsharedmemory - unknown status
- tst_qsystemsemaphore - unknown status
- tst_selftests - unknown status
| 837 |
113 | | - |
114 | returnexecuted 1016 times by 22 tests: return 0; 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
0;executed 1016 times by 22 tests: return 0; 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
| 1016 |
115 | } | - |
116 | QLibraryInfo::QLibraryInfo() | - |
117 | { } | - |
118 | | - |
119 | | - |
120 | | - |
121 | | - |
122 | | - |
123 | | - |
124 | | - |
125 | QString | - |
126 | QLibraryInfo::licensee() | - |
127 | { | - |
128 | const char * volatile str = qt_configure_licensee_str + 12; | - |
129 | return never executed: return QString::fromLocal8Bit(str); QString::fromLocal8Bit(str);never executed: return QString::fromLocal8Bit(str); | 0 |
130 | } | - |
131 | | - |
132 | | - |
133 | | - |
134 | | - |
135 | | - |
136 | | - |
137 | | - |
138 | QString | - |
139 | QLibraryInfo::licensedProducts() | - |
140 | { | - |
141 | const char * volatile str = qt_configure_licensed_products_str + 12; | - |
142 | return never executed: return QString::fromLatin1(str); QString::fromLatin1(str);never executed: return QString::fromLatin1(str); | 0 |
143 | } | - |
144 | QDate | - |
145 | QLibraryInfo::buildDate() | - |
146 | { | - |
147 | return never executed: return QDate::fromString(QString::fromLatin1(qt_configure_installation + 12), Qt::ISODate); QDate::fromString(QString::fromLatin1(qt_configure_installation + 12), Qt::ISODate);never executed: return QDate::fromString(QString::fromLatin1(qt_configure_installation + 12), Qt::ISODate); | 0 |
148 | } | - |
149 | const char *QLibraryInfo::build() noexcept | - |
150 | { | - |
151 | returnexecuted 1436 times by 506 tests: return "Qt " "5.7.1" " (" "x86_64" "-" "little_endian" "-" "lp64" "" "" "" " shared (dynamic)" " debug" " build; by " "GCC " "4.9.2" ")"; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
"Qt " "5.7.1" " (" "x86_64" "-" "little_endian" "-" "lp64" "" "" "" " shared (dynamic)" " debug" " build; by " "GCC " "4.9.2" ")";executed 1436 times by 506 tests: return "Qt " "5.7.1" " (" "x86_64" "-" "little_endian" "-" "lp64" "" "" "" " shared (dynamic)" " debug" " build; by " "GCC " "4.9.2" ")"; Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 1436 |
152 | } | - |
153 | | - |
154 | | - |
155 | | - |
156 | | - |
157 | | - |
158 | | - |
159 | bool | - |
160 | QLibraryInfo::isDebugBuild() | - |
161 | { | - |
162 | | - |
163 | returnexecuted 3 times by 2 tests: return true; Executed by:- tst_Lancelot
- tst_QGraphicsAnchorLayout1
true;executed 3 times by 2 tests: return true; Executed by:- tst_Lancelot
- tst_QGraphicsAnchorLayout1
| 3 |
164 | | - |
165 | | - |
166 | | - |
167 | } | - |
168 | static const struct { | - |
169 | char key[19], value[13]; | - |
170 | } qtConfEntries[] = { | - |
171 | { "Prefix", "." }, | - |
172 | { "Documentation", "doc" }, | - |
173 | { "Headers", "include" }, | - |
174 | { "Libraries", "lib" }, | - |
175 | | - |
176 | | - |
177 | | - |
178 | { "LibraryExecutables", "libexec" }, | - |
179 | | - |
180 | { "Binaries", "bin" }, | - |
181 | { "Plugins", "plugins" }, | - |
182 | { "Imports", "imports" }, | - |
183 | { "Qml2Imports", "qml" }, | - |
184 | { "ArchData", "." }, | - |
185 | { "Data", "." }, | - |
186 | { "Translations", "translations" }, | - |
187 | { "Examples", "examples" }, | - |
188 | { "Tests", "tests" }, | - |
189 | }; | - |
190 | | - |
191 | | - |
192 | | - |
193 | | - |
194 | QString | - |
195 | QLibraryInfo::location(LibraryLocation loc) | - |
196 | { | - |
197 | QString ret; | - |
198 | if (!QLibraryInfoPrivate::configuration()TRUE | evaluated 4638 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | evaluated 350 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) | 350-4638 |
199 | | - |
200 | { | - |
201 | const char * volatile path = 0; | - |
202 | if (loc == PrefixPathTRUE | evaluated 2319 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | evaluated 2319 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
|
) { | 2319 |
203 | path = | - |
204 | | - |
205 | | - |
206 | | - |
207 | | - |
208 | qt_configure_prefix_path_str + 12; | - |
209 | }executed 2319 times by 67 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
else if (unsigned(loc) <= sizeof(qt_configure_str_offsets)/sizeof(qt_configure_str_offsets[0])TRUE | evaluated 2312 times by 60 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- tst_QLoggingRegistry
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- ...
| FALSE | evaluated 7 times by 7 testsEvaluated by:- tst_QColorDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QSettings
- tst_QTextFormat
- tst_languageChange
|
) { | 7-2319 |
210 | path = qt_configure_strs + qt_configure_str_offsets[loc - 1]; | - |
211 | | - |
212 | }executed 2312 times by 60 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- tst_QLoggingRegistry
- tst_QMimeDatabase
- tst_QNetworkAccessManager
- tst_QNetworkConfiguration
- ...
else if (loc == SettingsPathTRUE | evaluated 7 times by 7 testsEvaluated by:- tst_QColorDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QSettings
- tst_QTextFormat
- tst_languageChange
| FALSE | never evaluated |
) { | 0-2312 |
213 | path = "etc/xdg"; | - |
214 | | - |
215 | | - |
216 | | - |
217 | | - |
218 | | - |
219 | }executed 7 times by 7 tests: end of block Executed by:- tst_QColorDialog
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QSettings
- tst_QTextFormat
- tst_languageChange
| 7 |
220 | | - |
221 | if (pathTRUE | evaluated 4638 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | never evaluated |
) | 0-4638 |
222 | ret = QString::fromLocal8Bit(path);executed 4638 times by 67 tests: ret = QString::fromLocal8Bit(path); Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| 4638 |
223 | | - |
224 | }executed 4638 times by 67 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
else { | 4638 |
225 | QString key; | - |
226 | QString defaultValue; | - |
227 | if (unsigned(loc) < sizeof(qtConfEntries)/sizeof(qtConfEntries[0])TRUE | evaluated 350 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | never evaluated |
) { | 0-350 |
228 | key = QLatin1String(qtConfEntries[loc].key); | - |
229 | defaultValue = QLatin1String(qtConfEntries[loc].value); | - |
230 | }executed 350 times by 1 test: end of block Executed by:- tst_selftests - unknown status
| 350 |
231 | | - |
232 | else if (loc == SettingsPathTRUE | never evaluated | FALSE | never evaluated |
) { | 0 |
233 | key = QLatin1String("Settings"); | - |
234 | defaultValue = QLatin1String("."); | - |
235 | } never executed: end of block | 0 |
236 | | - |
237 | | - |
238 | if(!key.isNull()TRUE | evaluated 350 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | never evaluated |
) { | 0-350 |
239 | QSettings *config = QLibraryInfoPrivate::configuration(); | - |
240 | config->beginGroup(QLatin1String( | - |
241 | | - |
242 | | - |
243 | | - |
244 | | - |
245 | | - |
246 | "Paths")); | - |
247 | | - |
248 | ret = config->value(key, defaultValue).toString(); | - |
249 | int rep; | - |
250 | QRegExp reg_var(QLatin1String("\\$\\(.*\\)")); | - |
251 | reg_var.setMinimal(true); | - |
252 | while((TRUE | never evaluated | FALSE | evaluated 350 times by 1 testEvaluated by:- tst_selftests - unknown status
|
rep = reg_var.indexIn(ret)) != -1TRUE | never evaluated | FALSE | evaluated 350 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) { | 0-350 |
253 | ret.replace(rep, reg_var.matchedLength(), | - |
254 | QString::fromLocal8Bit(qgetenv(ret.mid(rep + 2, | - |
255 | reg_var.matchedLength() - 3).toLatin1().constData()).constData())); | - |
256 | } never executed: end of block | 0 |
257 | | - |
258 | config->endGroup(); | - |
259 | | - |
260 | ret = QDir::fromNativeSeparators(ret); | - |
261 | }executed 350 times by 1 test: end of block Executed by:- tst_selftests - unknown status
| 350 |
262 | | - |
263 | }executed 350 times by 1 test: end of block Executed by:- tst_selftests - unknown status
| 350 |
264 | | - |
265 | | - |
266 | | - |
267 | | - |
268 | | - |
269 | | - |
270 | | - |
271 | if (!ret.isEmpty()TRUE | evaluated 4988 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | never evaluated |
&& QDir::isRelativePath(ret)TRUE | evaluated 2669 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| FALSE | evaluated 2319 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
|
) { | 0-4988 |
272 | QString baseDir; | - |
273 | if (loc == PrefixPathTRUE | evaluated 175 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | evaluated 2494 times by 67 testsEvaluated by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
|
) { | 175-2494 |
274 | if (QCoreApplication::instance()TRUE | evaluated 175 times by 1 testEvaluated by:- tst_selftests - unknown status
| FALSE | never evaluated |
) { | 0-175 |
275 | baseDir = QCoreApplication::applicationDirPath(); | - |
276 | }executed 175 times by 1 test: end of block Executed by:- tst_selftests - unknown status
else { | 175 |
277 | baseDir = QDir::currentPath(); | - |
278 | } never executed: end of block | 0 |
279 | } else { | - |
280 | | - |
281 | baseDir = location(PrefixPath); | - |
282 | }executed 2494 times by 67 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| 2494 |
283 | | - |
284 | ret = QDir::cleanPath(baseDir + QLatin1Char('/') + ret); | - |
285 | }executed 2669 times by 67 tests: end of block Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| 2669 |
286 | returnexecuted 4988 times by 67 tests: return ret; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
ret;executed 4988 times by 67 tests: return ret; Executed by:- tst_NetworkSelfTest
- tst_QAbstractNetworkCache
- tst_QApplication
- tst_QChar
- tst_QColorDialog
- tst_QCommandLineParser
- tst_QCoreApplication
- tst_QDBusConnectionNoBus
- tst_QDBusConnectionNoLibDBus1
- tst_QDBusConnection_Delayed
- tst_QDnsLookup_Appless
- tst_QFactoryLoader
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QFtp
- tst_QGlobal
- tst_QGlyphRun
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGuiApplication
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QImage
- tst_QLocalSocket
- ...
| 4988 |
287 | } | - |
288 | QStringList QLibraryInfo::platformPluginArguments(const QString &platformName) | - |
289 | { | - |
290 | | - |
291 | QScopedPointer<const QSettings> settings(QLibraryInfoPrivate::findConfiguration()); | - |
292 | if (!settings.isNull()TRUE | never evaluated | FALSE | evaluated 135 times by 5 testsEvaluated by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
|
) { | 0-135 |
293 | QString key = QLatin1String(platformsSection); | - |
294 | key += QLatin1Char('/'); | - |
295 | key += platformName; | - |
296 | key += QLatin1String("Arguments"); | - |
297 | return never executed: return settings->value(key).toStringList(); settings->value(key).toStringList();never executed: return settings->value(key).toStringList(); | 0 |
298 | } | - |
299 | | - |
300 | returnexecuted 135 times by 5 tests: return QStringList(); Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
QStringList();executed 135 times by 5 tests: return QStringList(); Executed by:- tst_QApplication
- tst_QGuiApplication
- tst_qapplication - unknown status
- tst_qprocess - unknown status
- tst_selftests - unknown status
| 135 |
301 | } | - |
302 | | - |
303 | | - |
304 | | - |
305 | | - |
306 | | - |
307 | | - |
308 | | - |
309 | extern const char qt_core_interpreter[] __attribute__((section(".interp"))) | - |
310 | = "/lib64/ld-linux-x86-64.so.2"; | - |
311 | | - |
312 | extern "C" void qt_core_boilerplate(); | - |
313 | void qt_core_boilerplate() | - |
314 | { | - |
315 | printf("This is the QtCore library version " "Qt " "5.7.1" " (" "x86_64" "-" "little_endian" "-" "lp64" "" "" "" " shared (dynamic)" " debug" " build; by " "GCC " "4.9.2" ")" "\n" | - |
316 | "Copyright (C) 2016 The Qt Company Ltd.\n" | - |
317 | "Contact: http://www.qt.io/licensing/\n" | - |
318 | "\n" | - |
319 | "Installation prefix: %s\n" | - |
320 | "Library path: %s\n" | - |
321 | "Include path: %s\n", | - |
322 | qt_configure_prefix_path_str + 12, | - |
323 | qt_configure_strs + qt_configure_str_offsets[::QLibraryInfo::LibrariesPath - 1], | - |
324 | qt_configure_strs + qt_configure_str_offsets[::QLibraryInfo::HeadersPath - 1]); | - |
325 | | - |
326 | ::qDumpCPUFeatures(); | - |
327 | | - |
328 | | - |
329 | | - |
330 | | - |
331 | | - |
332 | | - |
333 | exit(0); never executed: exit(0); | 0 |
334 | } | - |
| | |