| 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 | #include "qdbusutil_p.h" | - |
| 35 | | - |
| 36 | #include "qdbus_symbols_p.h" | - |
| 37 | | - |
| 38 | #include <QtCore/qstringlist.h> | - |
| 39 | | - |
| 40 | #include "qdbusargument.h" | - |
| 41 | #include "qdbusunixfiledescriptor.h" | - |
| 42 | | - |
| 43 | #ifndef QT_NO_DBUS | - |
| 44 | | - |
| 45 | QT_BEGIN_NAMESPACE | - |
| 46 | | - |
| 47 | static inline bool isValidCharacterNoDash(QChar c) | - |
| 48 | { | - |
| 49 | ushort u = c.unicode(); | - |
| 50 | return (u >= 'a' && u <= 'z')executed 181630 times by 181 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 163805 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 17825 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | evaluated 163805 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | never evaluated |
| 0-181630 |
| 51 | || (u >= 'A' && u <= 'Z')executed 181630 times by 181 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 14632 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 3193 times by 158 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | evaluated 14622 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 10 times by 4 testsEvaluated by:- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
|
| 10-181630 |
| 52 | || (u >= '0' && u <= '9')executed 181630 times by 181 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 3202 times by 157 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 3192 times by 157 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 10 times by 4 testsEvaluated by:- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
|
| 1-181630 |
| 53 | || (u == '_');executed 181630 times by 181 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 10 times by 4 testsEvaluated by:- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 1-181630 |
| 54 | } | - |
| 55 | | - |
| 56 | static inline bool isValidCharacter(QChar c) | - |
| 57 | { | - |
| 58 | ushort u = c.unicode(); | - |
| 59 | return (u >= 'a' && u <= 'z')executed 47831 times by 160 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_') || (u == '-');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 44211 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 3620 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | evaluated 44211 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | never evaluated |
| 0-47831 |
| 60 | || (u >= 'A' && u <= 'Z')executed 47831 times by 160 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_') || (u == '-');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 1852 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 1768 times by 141 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
| TRUE | evaluated 1849 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection_delayed - unknown status
|
| 3-47831 |
| 61 | || (u >= '0' && u <= '9')executed 47831 times by 160 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_') || (u == '-');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 1762 times by 141 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| | FALSE | evaluated 9 times by 3 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection_delayed - unknown status
- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 1759 times by 141 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| | FALSE | evaluated 3 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection_delayed - unknown status
|
| 3-47831 |
| 62 | || (u == '_') || (u == '-');executed 47831 times by 160 tests: return (u >= 'a' && u <= 'z') || (u >= 'A' && u <= 'Z') || (u >= '0' && u <= '9') || (u == '_') || (u == '-');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 3 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection_delayed - unknown status
| | FALSE | evaluated 9 times by 3 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection_delayed - unknown status
- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusconnection_delayed - unknown status
| | FALSE | evaluated 8 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusmarshall - unknown status
|
| 1-47831 |
| 63 | } | - |
| 64 | | - |
| 65 | static inline bool isValidNumber(QChar c) | - |
| 66 | { | - |
| 67 | ushort u = c.unicode(); | - |
| 68 | return (u >= '0' && u <= '9');executed 22927 times by 181 tests: return (u >= '0' && u <= '9');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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| TRUE | evaluated 22927 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | never evaluated |
| TRUE | never evaluated | | FALSE | evaluated 22927 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-22927 |
| 69 | } | - |
| 70 | | - |
| 71 | #ifndef QT_BOOTSTRAPPED | - |
| 72 | static bool argToString(const QDBusArgument &arg, QString &out); | - |
| 73 | | - |
| 74 | static bool variantToString(const QVariant &arg, QString &out) | - |
| 75 | { | - |
| 76 | int argType = arg.userType(); | - |
| 77 | | - |
| 78 | if (argType == QVariant::StringList) {| TRUE | evaluated 9 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 599 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 9-599 |
| 79 | out += QLatin1Char('{'); | - |
| 80 | QStringList list = arg.toStringList(); | - |
| 81 | foreach (const QString &item, list) | - |
| 82 | out += QLatin1Char('\"') + item + QLatin1String("\", ");executed 14 times by 1 test: out += QLatin1Char('\"') + item + QLatin1String("\", ");Executed by:- tst_qdbusmarshall - unknown status
| 14 |
| 83 | if (!list.isEmpty())| TRUE | evaluated 6 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 3 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 3-6 |
| 84 | out.chop(2);executed 6 times by 1 test: out.chop(2);Executed by:- tst_qdbusmarshall - unknown status
| 6 |
| 85 | out += QLatin1Char('}'); | - |
| 86 | } else if (argType == QVariant::ByteArray) {executed 9 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 17 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 582 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 9-582 |
| 87 | out += QLatin1Char('{'); | - |
| 88 | QByteArray list = arg.toByteArray(); | - |
| 89 | for (int i = 0; i < list.count(); ++i) {| TRUE | evaluated 49 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 17 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 17-49 |
| 90 | out += QString::number(list.at(i)); | - |
| 91 | out += QLatin1String(", "); | - |
| 92 | }executed 49 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| 49 |
| 93 | if (!list.isEmpty())| TRUE | evaluated 11 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 6 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 6-11 |
| 94 | out.chop(2);executed 11 times by 1 test: out.chop(2);Executed by:- tst_qdbusmarshall - unknown status
| 11 |
| 95 | out += QLatin1Char('}'); | - |
| 96 | } else if (argType == QVariant::List) {executed 17 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | never evaluated | | FALSE | evaluated 582 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-582 |
| 97 | out += QLatin1Char('{'); | - |
| 98 | QList<QVariant> list = arg.toList(); | - |
| 99 | foreach (const QVariant &item, list) { | - |
| 100 | if (!variantToString(item, out))| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 101 | return false; never executed: return false; | 0 |
| 102 | out += QLatin1String(", "); | - |
| 103 | } never executed: end of block | 0 |
| 104 | if (!list.isEmpty())| TRUE | never evaluated | | FALSE | never evaluated |
| 0 |
| 105 | out.chop(2); never executed: out.chop(2); | 0 |
| 106 | out += QLatin1Char('}'); | - |
| 107 | } else if (argType == QMetaType::Char || argType == QMetaType::Short || argType == QMetaType::Int never executed: end of block | TRUE | never evaluated | | FALSE | evaluated 582 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 20 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 562 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 179 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 383 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-582 |
| 108 | || argType == QMetaType::Long || argType == QMetaType::LongLong) {| TRUE | never evaluated | | FALSE | evaluated 383 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 17 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 366 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-383 |
| 109 | out += QString::number(arg.toLongLong()); | - |
| 110 | } else if (argType == QMetaType::UChar || argType == QMetaType::UShort || argType == QMetaType::UIntexecuted 216 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 365 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 11 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 354 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 16 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 338 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 1-365 |
| 111 | || argType == QMetaType::ULong || argType == QMetaType::ULongLong) {| TRUE | never evaluated | | FALSE | evaluated 338 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 9 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 329 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-338 |
| 112 | out += QString::number(arg.toULongLong()); | - |
| 113 | } else if (argType == QMetaType::Double) {executed 37 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 29 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 300 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 29-300 |
| 114 | out += QString::number(arg.toDouble()); | - |
| 115 | } else if (argType == QMetaType::Bool) {executed 29 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 10 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 290 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 10-290 |
| 116 | out += QLatin1String(arg.toBool() ? "true" : "false"); | - |
| 117 | } else if (argType == qMetaTypeId<QDBusArgument>()) {executed 10 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 105 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 185 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 10-185 |
| 118 | argToString(qvariant_cast<QDBusArgument>(arg), out); | - |
| 119 | } else if (argType == qMetaTypeId<QDBusObjectPath>()) {executed 105 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 10 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 175 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 10-175 |
| 120 | const QString path = qvariant_cast<QDBusObjectPath>(arg).path(); | - |
| 121 | out += QLatin1String("[ObjectPath: "); | - |
| 122 | out += path; | - |
| 123 | out += QLatin1Char(']'); | - |
| 124 | } else if (argType == qMetaTypeId<QDBusSignature>()) {executed 10 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 11 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 164 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 10-164 |
| 125 | out += QLatin1String("[Signature: ") + qvariant_cast<QDBusSignature>(arg).signature(); | - |
| 126 | out += QLatin1Char(']'); | - |
| 127 | } else if (argType == qMetaTypeId<QDBusUnixFileDescriptor>()) {executed 11 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 6 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 158 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 6-158 |
| 128 | out += QLatin1String("[Unix FD: "); | - |
| 129 | out += QLatin1String(qvariant_cast<QDBusUnixFileDescriptor>(arg).isValid() ? "valid" : "not valid"); | - |
| 130 | out += QLatin1Char(']'); | - |
| 131 | } else if (argType == qMetaTypeId<QDBusVariant>()) {executed 6 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 64 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 94 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 6-94 |
| 132 | const QVariant v = qvariant_cast<QDBusVariant>(arg).variant(); | - |
| 133 | out += QLatin1String("[Variant"); | - |
| 134 | int vUserType = v.userType(); | - |
| 135 | if (vUserType != qMetaTypeId<QDBusVariant>()| TRUE | evaluated 60 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 4 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 4-60 |
| 136 | && vUserType != qMetaTypeId<QDBusSignature>()| TRUE | evaluated 59 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 1-59 |
| 137 | && vUserType != qMetaTypeId<QDBusObjectPath>()| TRUE | evaluated 58 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 1-58 |
| 138 | && vUserType != qMetaTypeId<QDBusArgument>())| TRUE | evaluated 45 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 13 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 13-45 |
| 139 | out += QLatin1Char('(') + QLatin1String(v.typeName()) + QLatin1Char(')');executed 45 times by 1 test: out += QLatin1Char('(') + QLatin1String(v.typeName()) + QLatin1Char(')');Executed by:- tst_qdbusmarshall - unknown status
| 45 |
| 140 | out += QLatin1String(": "); | - |
| 141 | if (!variantToString(v, out))| TRUE | never evaluated | | FALSE | evaluated 64 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-64 |
| 142 | return false; never executed: return false; | 0 |
| 143 | out += QLatin1Char(']'); | - |
| 144 | } else if (arg.canConvert(QVariant::String)) {executed 64 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| TRUE | evaluated 94 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | never evaluated |
| 0-94 |
| 145 | out += QLatin1Char('\"') + arg.toString() + QLatin1Char('\"'); | - |
| 146 | } else {executed 94 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| 94 |
| 147 | out += QLatin1Char('['); | - |
| 148 | out += QLatin1String(arg.typeName()); | - |
| 149 | out += QLatin1Char(']'); | - |
| 150 | } never executed: end of block | 0 |
| 151 | | - |
| 152 | return true;executed 608 times by 1 test: return true;Executed by:- tst_qdbusmarshall - unknown status
| 608 |
| 153 | } | - |
| 154 | | - |
| 155 | bool argToString(const QDBusArgument &busArg, QString &out) | - |
| 156 | { | - |
| 157 | QString busSig = busArg.currentSignature(); | - |
| 158 | bool doIterate = false; | - |
| 159 | QDBusArgument::ElementType elementType = busArg.currentType(); | - |
| 160 | | - |
| 161 | if (elementType != QDBusArgument::BasicType && elementType != QDBusArgument::VariantType| TRUE | evaluated 341 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 290 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 281 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 60 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 60-341 |
| 162 | && elementType != QDBusArgument::MapEntryType)| TRUE | evaluated 202 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 79 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 79-202 |
| 163 | out += QLatin1String("[Argument: ") + busSig + QLatin1Char(' ');executed 202 times by 1 test: out += QLatin1String("[Argument: ") + busSig + QLatin1Char(' ');Executed by:- tst_qdbusmarshall - unknown status
| 202 |
| 164 | | - |
| 165 | switch (elementType) { | - |
| 166 | case QDBusArgument::BasicType:executed 290 times by 1 test: case QDBusArgument::BasicType:Executed by:- tst_qdbusmarshall - unknown status
| 290 |
| 167 | case QDBusArgument::VariantType:executed 60 times by 1 test: case QDBusArgument::VariantType:Executed by:- tst_qdbusmarshall - unknown status
| 60 |
| 168 | if (!variantToString(busArg.asVariant(), out))| TRUE | never evaluated | | FALSE | evaluated 350 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-350 |
| 169 | return false; never executed: return false; | 0 |
| 170 | break;executed 350 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 350 |
| 171 | case QDBusArgument::StructureType:executed 68 times by 1 test: case QDBusArgument::StructureType:Executed by:- tst_qdbusmarshall - unknown status
| 68 |
| 172 | busArg.beginStructure(); | - |
| 173 | doIterate = true; | - |
| 174 | break;executed 68 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 68 |
| 175 | case QDBusArgument::ArrayType:executed 108 times by 1 test: case QDBusArgument::ArrayType:Executed by:- tst_qdbusmarshall - unknown status
| 108 |
| 176 | busArg.beginArray(); | - |
| 177 | out += QLatin1Char('{'); | - |
| 178 | doIterate = true; | - |
| 179 | break;executed 108 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 108 |
| 180 | case QDBusArgument::MapType:executed 26 times by 1 test: case QDBusArgument::MapType:Executed by:- tst_qdbusmarshall - unknown status
| 26 |
| 181 | busArg.beginMap(); | - |
| 182 | out += QLatin1Char('{'); | - |
| 183 | doIterate = true; | - |
| 184 | break;executed 26 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 26 |
| 185 | case QDBusArgument::MapEntryType:executed 79 times by 1 test: case QDBusArgument::MapEntryType:Executed by:- tst_qdbusmarshall - unknown status
| 79 |
| 186 | busArg.beginMapEntry(); | - |
| 187 | if (!variantToString(busArg.asVariant(), out))| TRUE | never evaluated | | FALSE | evaluated 79 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-79 |
| 188 | return false; never executed: return false; | 0 |
| 189 | out += QLatin1String(" = "); | - |
| 190 | if (!argToString(busArg, out))| TRUE | never evaluated | | FALSE | evaluated 79 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-79 |
| 191 | return false; never executed: return false; | 0 |
| 192 | busArg.endMapEntry(); | - |
| 193 | break;executed 79 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 79 |
| 194 | case QDBusArgument::UnknownType: never executed: case QDBusArgument::UnknownType: | 0 |
| 195 | default: never executed: default: | 0 |
| 196 | out += QLatin1String("<ERROR - Unknown Type>"); | - |
| 197 | return false; never executed: return false; | 0 |
| 198 | } | - |
| 199 | if (doIterate && !busArg.atEnd()) {| TRUE | evaluated 202 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 429 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 144 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 58 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 58-429 |
| 200 | while (!busArg.atEnd()) {| TRUE | evaluated 447 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 144 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 144-447 |
| 201 | if (!argToString(busArg, out))| TRUE | never evaluated | | FALSE | evaluated 447 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 0-447 |
| 202 | return false; never executed: return false; | 0 |
| 203 | out += QLatin1String(", "); | - |
| 204 | }executed 447 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| 447 |
| 205 | out.chop(2); | - |
| 206 | }executed 144 times by 1 test: end of blockExecuted by:- tst_qdbusmarshall - unknown status
| 144 |
| 207 | switch (elementType) { | - |
| 208 | case QDBusArgument::BasicType:executed 290 times by 1 test: case QDBusArgument::BasicType:Executed by:- tst_qdbusmarshall - unknown status
| 290 |
| 209 | case QDBusArgument::VariantType:executed 60 times by 1 test: case QDBusArgument::VariantType:Executed by:- tst_qdbusmarshall - unknown status
| 60 |
| 210 | case QDBusArgument::UnknownType: never executed: case QDBusArgument::UnknownType: | 0 |
| 211 | case QDBusArgument::MapEntryType:executed 79 times by 1 test: case QDBusArgument::MapEntryType:Executed by:- tst_qdbusmarshall - unknown status
| 79 |
| 212 | | - |
| 213 | break;executed 429 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 429 |
| 214 | case QDBusArgument::StructureType:executed 68 times by 1 test: case QDBusArgument::StructureType:Executed by:- tst_qdbusmarshall - unknown status
| 68 |
| 215 | busArg.endStructure(); | - |
| 216 | break;executed 68 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 68 |
| 217 | case QDBusArgument::ArrayType:executed 108 times by 1 test: case QDBusArgument::ArrayType:Executed by:- tst_qdbusmarshall - unknown status
| 108 |
| 218 | out += QLatin1Char('}'); | - |
| 219 | busArg.endArray(); | - |
| 220 | break;executed 108 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 108 |
| 221 | case QDBusArgument::MapType:executed 26 times by 1 test: case QDBusArgument::MapType:Executed by:- tst_qdbusmarshall - unknown status
| 26 |
| 222 | out += QLatin1Char('}'); | - |
| 223 | busArg.endMap(); | - |
| 224 | break;executed 26 times by 1 test: break;Executed by:- tst_qdbusmarshall - unknown status
| 26 |
| 225 | } | - |
| 226 | | - |
| 227 | if (elementType != QDBusArgument::BasicType && elementType != QDBusArgument::VariantType| TRUE | evaluated 341 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 290 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| TRUE | evaluated 281 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 60 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 60-341 |
| 228 | && elementType != QDBusArgument::MapEntryType)| TRUE | evaluated 202 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 79 times by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
|
| 79-202 |
| 229 | out += QLatin1Char(']');executed 202 times by 1 test: out += QLatin1Char(']');Executed by:- tst_qdbusmarshall - unknown status
| 202 |
| 230 | | - |
| 231 | return true;executed 631 times by 1 test: return true;Executed by:- tst_qdbusmarshall - unknown status
| 631 |
| 232 | } | - |
| 233 | #endif | - |
| 234 | | - |
| 235 | | - |
| 236 | static const char oneLetterTypes[] = "vsogybnqiuxtdh"; | - |
| 237 | static const char basicTypes[] = "sogybnqiuxtdh"; | - |
| 238 | static const char fixedTypes[] = "ybnqiuxtdh"; | - |
| 239 | | - |
| 240 | static bool isBasicType(int c) | - |
| 241 | { | - |
| 242 | return c != DBUS_TYPE_INVALID && strchr(basicTypes, c) != NULL;executed 2506 times by 33 tests: return c != ((int) '\0') && strchr(basicTypes, c) != __null;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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| TRUE | evaluated 2503 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 3 times by 1 testEvaluated by:- tst_qdbustype - unknown status
|
| TRUE | evaluated 1637 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 866 times by 3 testsEvaluated by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
|
| 3-2506 |
| 243 | } | - |
| 244 | | - |
| 245 | static bool isFixedType(int c) | - |
| 246 | { | - |
| 247 | return c != DBUS_TYPE_INVALID && strchr(fixedTypes, c) != NULL;executed 216 times by 3 tests: return c != ((int) '\0') && strchr(fixedTypes, c) != __null;Executed by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| TRUE | evaluated 215 times by 3 testsEvaluated by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbustype - unknown status
|
| TRUE | evaluated 111 times by 3 testsEvaluated by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 104 times by 2 testsEvaluated by:- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
|
| 1-216 |
| 248 | } | - |
| 249 | | - |
| 250 | | - |
| 251 | | - |
| 252 | static const char *validateSingleType(const char *signature) | - |
| 253 | { | - |
| 254 | char c = *signature; | - |
| 255 | if (c == DBUS_TYPE_INVALID)| TRUE | evaluated 32 times by 3 testsEvaluated by:- tst_qdbusmarshall - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 9526 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
|
| 32-9526 |
| 256 | return 0;executed 32 times by 3 tests: return 0;Executed by:- tst_qdbusmarshall - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
| 32 |
| 257 | | - |
| 258 | | - |
| 259 | if (strchr(oneLetterTypes, c) != NULL)| TRUE | evaluated 6353 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| | FALSE | evaluated 3173 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
|
| 3173-6353 |
| 260 | return signature + 1;executed 6353 times by 35 tests: return signature + 1;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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| 6353 |
| 261 | | - |
| 262 | | - |
| 263 | if (c == DBUS_TYPE_ARRAY) {| TRUE | evaluated 1790 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| | FALSE | evaluated 1383 times by 28 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- ...
|
| 1383-1790 |
| 264 | | - |
| 265 | | - |
| 266 | c = *++signature; | - |
| 267 | if (c == DBUS_DICT_ENTRY_BEGIN_CHAR) {| TRUE | evaluated 581 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 1209 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
|
| 581-1209 |
| 268 | | - |
| 269 | | - |
| 270 | | - |
| 271 | c = *++signature; | - |
| 272 | if (!isBasicType(c))| TRUE | evaluated 16 times by 1 testEvaluated by:- tst_qdbustype - unknown status
| | FALSE | evaluated 565 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
|
| 16-565 |
| 273 | return 0;executed 16 times by 1 test: return 0;Executed by:- tst_qdbustype - unknown status
| 16 |
| 274 | signature = validateSingleType(signature + 1); | - |
| 275 | return signature && *signature == DBUS_DICT_ENTRY_END_CHAR ? signature + 1 : 0;executed 565 times by 33 tests: return signature && *signature == ((int) '}') ? signature + 1 : 0;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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| TRUE | evaluated 554 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 11 times by 1 testEvaluated by:- tst_qdbustype - unknown status
|
| TRUE | evaluated 546 times by 33 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 8 times by 1 testEvaluated by:- tst_qdbustype - unknown status
|
| 8-565 |
| 276 | } | - |
| 277 | | - |
| 278 | return validateSingleType(signature);executed 1209 times by 35 tests: return validateSingleType(signature);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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| 1209 |
| 279 | } | - |
| 280 | | - |
| 281 | if (c == DBUS_STRUCT_BEGIN_CHAR) {| TRUE | evaluated 1341 times by 26 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- ...
| | FALSE | evaluated 42 times by 5 testsEvaluated by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
- tst_qdbusxmlparser - unknown status
|
| 42-1341 |
| 282 | | - |
| 283 | ++signature; | - |
| 284 | while (true) { | - |
| 285 | signature = validateSingleType(signature); | - |
| 286 | if (!signature)| TRUE | evaluated 34 times by 2 testsEvaluated by:- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 3369 times by 26 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- ...
|
| 34-3369 |
| 287 | return 0;executed 34 times by 2 tests: return 0;Executed by:- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
| 34 |
| 288 | if (*signature == DBUS_STRUCT_END_CHAR)| TRUE | evaluated 1307 times by 26 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- ...
| | FALSE | evaluated 2062 times by 25 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- tst_qdbusxml2cpp - unknown status
|
| 1307-2062 |
| 289 | return signature + 1;executed 1307 times by 26 tests: return signature + 1;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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- ...
| 1307 |
| 290 | }executed 2062 times by 25 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetaobject - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
- tst_qdbusxml2cpp - unknown status
| 2062 |
| 291 | } never executed: end of block | 0 |
| 292 | | - |
| 293 | | - |
| 294 | return 0;executed 42 times by 5 tests: return 0;Executed by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
- tst_qdbusxmlparser - unknown status
| 42 |
| 295 | } | - |
| 296 | | - |
| 297 | | - |
| 298 | | - |
| 299 | | - |
| 300 | | - |
| 301 | | - |
| 302 | | - |
| 303 | | - |
| 304 | | - |
| 305 | namespace QDBusUtil | - |
| 306 | { | - |
| 307 | | - |
| 308 | | - |
| 309 | | - |
| 310 | | - |
| 311 | | - |
| 312 | QString argumentToString(const QVariant &arg) | - |
| 313 | { | - |
| 314 | QString out; | - |
| 315 | | - |
| 316 | #ifndef QT_BOOTSTRAPPED | - |
| 317 | variantToString(arg, out); | - |
| 318 | #else | - |
| 319 | Q_UNUSED(arg); | - |
| 320 | #endif | - |
| 321 | | - |
| 322 | return out;executed 115 times by 1 test: return out;Executed by:- tst_qdbusmarshall - unknown status
| 115 |
| 323 | } | - |
| 324 | | - |
| 325 | | - |
| 326 | | - |
| 327 | | - |
| 328 | | - |
| 329 | | - |
| 330 | bool isValidPartOfObjectPath(const QString &part) | - |
| 331 | { | - |
| 332 | if (part.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 10217 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-10217 |
| 333 | return false; never executed: return false; | 0 |
| 334 | | - |
| 335 | const QChar *c = part.unicode(); | - |
| 336 | for (int i = 0; i < part.length(); ++i)| TRUE | evaluated 63064 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 10217 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 10217-63064 |
| 337 | if (!isValidCharacterNoDash(c[i]))| TRUE | never evaluated | | FALSE | evaluated 63064 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-63064 |
| 338 | return false; never executed: return false; | 0 |
| 339 | | - |
| 340 | return true;executed 10217 times by 161 tests: return true;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 10217 |
| 341 | } | - |
| 342 | | - |
| 343 | | - |
| 344 | | - |
| 345 | | - |
| 346 | | - |
| 347 | | - |
| 348 | | - |
| 349 | | - |
| 350 | | - |
| 351 | | - |
| 352 | | - |
| 353 | | - |
| 354 | | - |
| 355 | | - |
| 356 | bool isValidInterfaceName(const QString& ifaceName) | - |
| 357 | { | - |
| 358 | if (ifaceName.isEmpty() || ifaceName.length() > DBUS_MAXIMUM_NAME_LENGTH)| TRUE | never evaluated | | FALSE | evaluated 3568 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | never evaluated | | FALSE | evaluated 3568 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-3568 |
| 359 | return false; never executed: return false; | 0 |
| 360 | | - |
| 361 | QStringList parts = ifaceName.split(QLatin1Char('.')); | - |
| 362 | if (parts.count() < 2)| TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 3567 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 1-3567 |
| 363 | return false; executed 1 time by 1 test: return false;Executed by:- tst_qdbusmarshall - unknown status
| 1 |
| 364 | | - |
| 365 | for (int i = 0; i < parts.count(); ++i)| TRUE | evaluated 13097 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 3567 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 3567-13097 |
| 366 | if (!isValidMemberName(parts.at(i)))| TRUE | never evaluated | | FALSE | evaluated 13097 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-13097 |
| 367 | return false; never executed: return false; | 0 |
| 368 | | - |
| 369 | return true;executed 3567 times by 181 tests: return true;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 3567 |
| 370 | } | - |
| 371 | | - |
| 372 | | - |
| 373 | | - |
| 374 | | - |
| 375 | | - |
| 376 | | - |
| 377 | | - |
| 378 | | - |
| 379 | bool isValidUniqueConnectionName(const QString &connName) | - |
| 380 | { | - |
| 381 | if (connName.isEmpty() || connName.length() > DBUS_MAXIMUM_NAME_LENGTH ||| TRUE | never evaluated | | FALSE | evaluated 1144 times by 158 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | never evaluated | | FALSE | evaluated 1144 times by 158 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-1144 |
| 382 | !connName.startsWith(QLatin1Char(':')))| TRUE | evaluated 795 times by 158 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 349 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 349-795 |
| 383 | return false;executed 795 times by 158 tests: return false;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 795 |
| 384 | | - |
| 385 | QStringList parts = connName.mid(1).split(QLatin1Char('.')); | - |
| 386 | if (parts.count() < 1)| TRUE | never evaluated | | FALSE | evaluated 349 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 0-349 |
| 387 | return false; never executed: return false; | 0 |
| 388 | | - |
| 389 | for (int i = 0; i < parts.count(); ++i) {| TRUE | evaluated 698 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| | FALSE | evaluated 349 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 349-698 |
| 390 | const QString &part = parts.at(i); | - |
| 391 | if (part.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 698 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 0-698 |
| 392 | return false; never executed: return false; | 0 |
| 393 | | - |
| 394 | const QChar* c = part.unicode(); | - |
| 395 | for (int j = 0; j < part.length(); ++j)| TRUE | evaluated 1396 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| | FALSE | evaluated 698 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 698-1396 |
| 396 | if (!isValidCharacter(c[j]))| TRUE | never evaluated | | FALSE | evaluated 1396 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
|
| 0-1396 |
| 397 | return false; never executed: return false; | 0 |
| 398 | }executed 698 times by 12 tests: end of blockExecuted by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| 698 |
| 399 | | - |
| 400 | return true;executed 349 times by 12 tests: return true;Executed by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| 349 |
| 401 | } | - |
| 402 | | - |
| 403 | | - |
| 404 | | - |
| 405 | | - |
| 406 | | - |
| 407 | | - |
| 408 | | - |
| 409 | | - |
| 410 | | - |
| 411 | | - |
| 412 | | - |
| 413 | | - |
| 414 | | - |
| 415 | | - |
| 416 | | - |
| 417 | | - |
| 418 | bool isValidBusName(const QString &busName) | - |
| 419 | { | - |
| 420 | if (busName.isEmpty() || busName.length() > DBUS_MAXIMUM_NAME_LENGTH)| TRUE | never evaluated | | FALSE | evaluated 2234 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | never evaluated | | FALSE | evaluated 2234 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-2234 |
| 421 | return false; never executed: return false; | 0 |
| 422 | | - |
| 423 | if (busName.startsWith(QLatin1Char(':')))| TRUE | evaluated 234 times by 12 testsEvaluated by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| | FALSE | evaluated 2000 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 234-2000 |
| 424 | return isValidUniqueConnectionName(busName);executed 234 times by 12 tests: return isValidUniqueConnectionName(busName);Executed by:- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbuspendingcall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbusthreading - unknown status
| 234 |
| 425 | | - |
| 426 | QStringList parts = busName.split(QLatin1Char('.')); | - |
| 427 | if (parts.count() < 1)| TRUE | never evaluated | | FALSE | evaluated 2000 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-2000 |
| 428 | return false; never executed: return false; | 0 |
| 429 | | - |
| 430 | for (int i = 0; i < parts.count(); ++i) {| TRUE | evaluated 6714 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 1992 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 1992-6714 |
| 431 | const QString &part = parts.at(i); | - |
| 432 | if (part.isEmpty())| TRUE | never evaluated | | FALSE | evaluated 6714 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-6714 |
| 433 | return false; never executed: return false; | 0 |
| 434 | | - |
| 435 | const QChar *c = part.unicode(); | - |
| 436 | if (isValidNumber(c[0]))| TRUE | never evaluated | | FALSE | evaluated 6714 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-6714 |
| 437 | return false; never executed: return false; | 0 |
| 438 | for (int j = 0; j < part.length(); ++j)| TRUE | evaluated 46435 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 6706 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 6706-46435 |
| 439 | if (!isValidCharacter(c[j]))| TRUE | evaluated 8 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 46427 times by 160 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 8-46427 |
| 440 | return false;executed 8 times by 2 tests: return false;Executed by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusmarshall - unknown status
| 8 |
| 441 | }executed 6706 times by 160 tests: end of blockExecuted by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 6706 |
| 442 | | - |
| 443 | return true;executed 1992 times by 160 tests: return true;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 1992 |
| 444 | } | - |
| 445 | | - |
| 446 | | - |
| 447 | | - |
| 448 | | - |
| 449 | | - |
| 450 | | - |
| 451 | | - |
| 452 | bool isValidMemberName(const QString &memberName) | - |
| 453 | { | - |
| 454 | if (memberName.isEmpty() || memberName.length() > DBUS_MAXIMUM_NAME_LENGTH)| TRUE | never evaluated | | FALSE | evaluated 16213 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | never evaluated | | FALSE | evaluated 16213 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-16213 |
| 455 | return false; never executed: return false; | 0 |
| 456 | | - |
| 457 | const QChar* c = memberName.unicode(); | - |
| 458 | if (isValidNumber(c[0]))| TRUE | never evaluated | | FALSE | evaluated 16213 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-16213 |
| 459 | return false; never executed: return false; | 0 |
| 460 | for (int j = 0; j < memberName.length(); ++j)| TRUE | evaluated 118566 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 16212 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 16212-118566 |
| 461 | if (!isValidCharacterNoDash(c[j]))| TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 118565 times by 181 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 1-118565 |
| 462 | return false;executed 1 time by 1 test: return false;Executed by:- tst_qdbusmarshall - unknown status
| 1 |
| 463 | return true;executed 16212 times by 181 tests: return true;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 16212 |
| 464 | } | - |
| 465 | | - |
| 466 | | - |
| 467 | | - |
| 468 | | - |
| 469 | | - |
| 470 | | - |
| 471 | bool isValidErrorName(const QString &errorName) | - |
| 472 | { | - |
| 473 | return isValidInterfaceName(errorName); never executed: return isValidInterfaceName(errorName); | 0 |
| 474 | } | - |
| 475 | | - |
| 476 | | - |
| 477 | | - |
| 478 | | - |
| 479 | | - |
| 480 | | - |
| 481 | | - |
| 482 | | - |
| 483 | | - |
| 484 | | - |
| 485 | | - |
| 486 | | - |
| 487 | | - |
| 488 | | - |
| 489 | bool isValidObjectPath(const QString &path) | - |
| 490 | { | - |
| 491 | if (path == QLatin1String("/"))| TRUE | evaluated 1517 times by 32 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- ...
| | FALSE | evaluated 3308 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 1517-3308 |
| 492 | return true;executed 1517 times by 32 tests: return true;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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- tst_qdbusmarshall - unknown status
- ...
| 1517 |
| 493 | | - |
| 494 | if (!path.startsWith(QLatin1Char('/')) || path.indexOf(QLatin1String("//")) != -1 ||| TRUE | evaluated 19 times by 2 testsEvaluated by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 3289 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| TRUE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmarshall - unknown status
| | FALSE | evaluated 3288 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 1-3289 |
| 495 | path.endsWith(QLatin1Char('/')))| TRUE | never evaluated | | FALSE | evaluated 3288 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-3288 |
| 496 | return false;executed 20 times by 2 tests: return false;Executed by:- tst_qdbusabstractinterface - unknown status
- tst_qdbusmarshall - unknown status
| 20 |
| 497 | | - |
| 498 | QStringList parts = path.split(QLatin1Char('/')); | - |
| 499 | Q_ASSERT(parts.count() >= 1); | - |
| 500 | parts.removeFirst(); | - |
| 501 | | - |
| 502 | for (int i = 0; i < parts.count(); ++i)| TRUE | evaluated 10217 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| | FALSE | evaluated 3288 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 3288-10217 |
| 503 | if (!isValidPartOfObjectPath(parts.at(i)))| TRUE | never evaluated | | FALSE | evaluated 10217 times by 161 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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
|
| 0-10217 |
| 504 | return false; never executed: return false; | 0 |
| 505 | | - |
| 506 | return true;executed 3288 times by 161 tests: return true;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_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- ...
| 3288 |
| 507 | } | - |
| 508 | | - |
| 509 | | - |
| 510 | | - |
| 511 | | - |
| 512 | | - |
| 513 | bool isValidBasicType(int c) | - |
| 514 | { | - |
| 515 | return isBasicType(c);executed 1925 times by 31 tests: return isBasicType(c);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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- ...
| 1925 |
| 516 | } | - |
| 517 | | - |
| 518 | | - |
| 519 | | - |
| 520 | | - |
| 521 | | - |
| 522 | bool isValidFixedType(int c) | - |
| 523 | { | - |
| 524 | return isFixedType(c);executed 216 times by 3 tests: return isFixedType(c);Executed by:- tst_qdbusinterface - unknown status
- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| 216 |
| 525 | } | - |
| 526 | | - |
| 527 | | - |
| 528 | | - |
| 529 | | - |
| 530 | | - |
| 531 | | - |
| 532 | | - |
| 533 | | - |
| 534 | | - |
| 535 | | - |
| 536 | bool isValidSignature(const QString &signature) | - |
| 537 | { | - |
| 538 | QByteArray ba = signature.toLatin1(); | - |
| 539 | const char *data = ba.constData(); | - |
| 540 | while (true) { | - |
| 541 | data = validateSingleType(data); | - |
| 542 | if (!data)| TRUE | evaluated 27 times by 2 testsEvaluated by:- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 119 times by 4 testsEvaluated by:- tst_qdbusmarshall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
|
| 27-119 |
| 543 | return false;executed 27 times by 2 tests: return false;Executed by:- tst_qdbusmarshall - unknown status
- tst_qdbustype - unknown status
| 27 |
| 544 | if (*data == '\0')| TRUE | evaluated 84 times by 4 testsEvaluated by:- tst_qdbusmarshall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
| | FALSE | evaluated 35 times by 1 testEvaluated by:- tst_qdbustype - unknown status
|
| 35-84 |
| 545 | return true;executed 84 times by 4 tests: return true;Executed by:- tst_qdbusmarshall - unknown status
- tst_qdbuspendingreply - unknown status
- tst_qdbusreply - unknown status
- tst_qdbustype - unknown status
| 84 |
| 546 | }executed 35 times by 1 test: end of blockExecuted by:- tst_qdbustype - unknown status
| 35 |
| 547 | } never executed: end of block | 0 |
| 548 | | - |
| 549 | | - |
| 550 | | - |
| 551 | | - |
| 552 | | - |
| 553 | | - |
| 554 | | - |
| 555 | bool isValidSingleSignature(const QString &signature) | - |
| 556 | { | - |
| 557 | QByteArray ba = signature.toLatin1(); | - |
| 558 | const char *data = validateSingleType(ba.constData()); | - |
| 559 | return data && *data == '\0';executed 4235 times by 35 tests: return data && *data == '\0';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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| TRUE | evaluated 4164 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| | FALSE | evaluated 71 times by 4 testsEvaluated by:- tst_qdbusinterface - unknown status
- tst_qdbusmetatype - unknown status
- tst_qdbustype - unknown status
- tst_qdbusxmlparser - unknown status
|
| TRUE | evaluated 4163 times by 35 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
- tst_qdbusabstractadaptor - unknown status
- tst_qdbusabstractinterface - unknown status
- tst_qdbusconnection - unknown status
- tst_qdbusconnection_no_app - unknown status
- tst_qdbusconnection_spyhook - unknown status
- tst_qdbuscontext - unknown status
- tst_qdbuscpp2xml - unknown status
- tst_qdbusinterface - unknown status
- tst_qdbuslocalcalls - unknown status
- ...
| | FALSE | evaluated 1 time by 1 testEvaluated by:- tst_qdbusmetatype - unknown status
|
| 1-4235 |
| 560 | } | - |
| 561 | | - |
| 562 | } | - |
| 563 | | - |
| 564 | QT_END_NAMESPACE | - |
| 565 | | - |
| 566 | #endif // QT_NO_DBUS | - |
| | |