Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | QRect QRect::normalized() const noexcept | - |
5 | { | - |
6 | QRect r; | - |
7 | if (x2 < x1 - 1TRUE | evaluated 1040 times by 10 testsEvaluated by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QPainter
- tst_QRect
- tst_QTableView
- tst_QTreeView
- tst_languageChange
| FALSE | evaluated 52857 times by 83 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
|
) { | 1040-52857 |
8 | r.x1 = x2; | - |
9 | r.x2 = x1; | - |
10 | }executed 1040 times by 10 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QPainter
- tst_QRect
- tst_QTableView
- tst_QTreeView
- tst_languageChange
else { | 1040 |
11 | r.x1 = x1; | - |
12 | r.x2 = x2; | - |
13 | }executed 52857 times by 83 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
| 52857 |
14 | if (y2 < y1 - 1TRUE | evaluated 479 times by 8 testsEvaluated by:- tst_QAbstractItemView
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QPainter
- tst_QRect
- tst_QTableView
| FALSE | evaluated 53418 times by 83 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
|
) { | 479-53418 |
15 | r.y1 = y2; | - |
16 | r.y2 = y1; | - |
17 | }executed 479 times by 8 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QPainter
- tst_QRect
- tst_QTableView
else { | 479 |
18 | r.y1 = y1; | - |
19 | r.y2 = y2; | - |
20 | }executed 53418 times by 83 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
| 53418 |
21 | returnexecuted 53897 times by 83 tests: return r; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
r;executed 53897 times by 83 tests: return r; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- ...
| 53897 |
22 | } | - |
23 | bool QRect::contains(const QPoint &p, bool proper) const noexcept | - |
24 | { | - |
25 | int l, r; | - |
26 | if (x2 < x1 - 1TRUE | evaluated 24 times by 1 test | FALSE | evaluated 4967617 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) { | 24-4967617 |
27 | l = x2; | - |
28 | r = x1; | - |
29 | }executed 24 times by 1 test: end of block else { | 24 |
30 | l = x1; | - |
31 | r = x2; | - |
32 | }executed 4967617 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 4967617 |
33 | if (properTRUE | evaluated 27 times by 1 test | FALSE | evaluated 4967614 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) { | 27-4967614 |
34 | if (p.x() <= lTRUE | evaluated 7 times by 1 test | FALSE | evaluated 20 times by 1 test |
|| p.x() >= rTRUE | evaluated 11 times by 1 test | FALSE | evaluated 9 times by 1 test |
) | 7-20 |
35 | returnexecuted 18 times by 1 test: return false; false;executed 18 times by 1 test: return false; | 18 |
36 | }executed 9 times by 1 test: end of block else { | 9 |
37 | if (p.x() < lTRUE | evaluated 182345 times by 50 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QItemView
- tst_QLabel
- tst_QLineEdit
- tst_QListView
- ...
| FALSE | evaluated 4785269 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
|| p.x() > rTRUE | evaluated 1314943 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDesktopWidget
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QGroupBox
- tst_QGuiApplication
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLabel
- tst_QListView
- ...
| FALSE | evaluated 3470326 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) | 182345-4785269 |
38 | returnexecuted 1497288 times by 63 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QGroupBox
- tst_QGuiApplication
- tst_QHeaderView
- ...
false;executed 1497288 times by 63 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QGroupBox
- tst_QGuiApplication
- tst_QHeaderView
- ...
| 1497288 |
39 | }executed 3470326 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 3470326 |
40 | int t, b; | - |
41 | if (y2 < y1 - 1TRUE | evaluated 14 times by 1 test | FALSE | evaluated 3470321 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) { | 14-3470321 |
42 | t = y2; | - |
43 | b = y1; | - |
44 | }executed 14 times by 1 test: end of block else { | 14 |
45 | t = y1; | - |
46 | b = y2; | - |
47 | }executed 3470321 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 3470321 |
48 | if (properTRUE | evaluated 9 times by 1 test | FALSE | evaluated 3470326 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) { | 9-3470326 |
49 | if (p.y() <= tTRUE | evaluated 3 times by 1 test | FALSE | evaluated 6 times by 1 test |
|| p.y() >= bTRUE | never evaluated | FALSE | evaluated 6 times by 1 test |
) | 0-6 |
50 | returnexecuted 3 times by 1 test: return false; false;executed 3 times by 1 test: return false; | 3 |
51 | }executed 6 times by 1 test: end of block else { | 6 |
52 | if (p.y() < tTRUE | evaluated 256174 times by 44 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDateTimeEdit
- tst_QDialog
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- ...
| FALSE | evaluated 3214152 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
|| p.y() > bTRUE | evaluated 2915985 times by 37 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDateTimeEdit
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsView
- tst_QGridLayout
- tst_QGroupBox
- tst_QHeaderView
- tst_QItemView
- tst_QLayout
- tst_QListView
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPushButton
- ...
| FALSE | evaluated 298167 times by 132 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
|
) | 256174-3214152 |
53 | returnexecuted 3172159 times by 51 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDateTimeEdit
- tst_QDialog
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QGroupBox
- tst_QHeaderView
- tst_QItemView
- tst_QLayout
- tst_QLineEdit
- ...
false;executed 3172159 times by 51 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDateTimeEdit
- tst_QDialog
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QGroupBox
- tst_QHeaderView
- tst_QItemView
- tst_QLayout
- tst_QLineEdit
- ...
| 3172159 |
54 | }executed 298167 times by 132 tests: end of block Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 298167 |
55 | returnexecuted 298173 times by 132 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
true;executed 298173 times by 132 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 298173 |
56 | } | - |
57 | bool QRect::contains(const QRect &r, bool proper) const noexcept | - |
58 | { | - |
59 | if (isNull()TRUE | evaluated 2 times by 1 test | FALSE | evaluated 9153 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
|| r.isNull()TRUE | evaluated 5 times by 3 testsEvaluated by:- tst_QAccessibility
- tst_QListView
- tst_QRect
| FALSE | evaluated 9148 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
) | 2-9153 |
60 | returnexecuted 7 times by 3 tests: return false; Executed by:- tst_QAccessibility
- tst_QListView
- tst_QRect
false;executed 7 times by 3 tests: return false; Executed by:- tst_QAccessibility
- tst_QListView
- tst_QRect
| 7 |
61 | | - |
62 | int l1 = x1; | - |
63 | int r1 = x1; | - |
64 | if (x2 - x1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 9144 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
) | 4-9144 |
65 | l1 = x2;executed 4 times by 1 test: l1 = x2; | 4 |
66 | else | - |
67 | r1 = x2;executed 9144 times by 33 tests: r1 = x2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
| 9144 |
68 | | - |
69 | int l2 = r.x1; | - |
70 | int r2 = r.x1; | - |
71 | if (r.x2 - r.x1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 9144 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
) | 4-9144 |
72 | l2 = r.x2;executed 4 times by 1 test: l2 = r.x2; | 4 |
73 | else | - |
74 | r2 = r.x2;executed 9144 times by 33 tests: r2 = r.x2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
| 9144 |
75 | | - |
76 | if (properTRUE | never evaluated | FALSE | evaluated 9148 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
) { | 0-9148 |
77 | if (l2 <= l1TRUE | never evaluated | FALSE | never evaluated |
|| r2 >= r1TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
78 | return never executed: return false; false;never executed: return false; | 0 |
79 | } never executed: end of block else { | 0 |
80 | if (l2 < l1TRUE | evaluated 152 times by 7 testsEvaluated by:- tst_QAccessibility
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
| FALSE | evaluated 8996 times by 33 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- ...
|
|| r2 > r1TRUE | evaluated 1861 times by 12 testsEvaluated by:- tst_QAccessibility
- tst_QComboBox
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenuBar
- tst_QRect
- tst_QScrollArea
- tst_QWidget
| FALSE | evaluated 7135 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
|
) | 152-8996 |
81 | returnexecuted 2013 times by 14 tests: return false; Executed by:- tst_QAccessibility
- tst_QComboBox
- tst_QFiledialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenuBar
- tst_QRect
- tst_QScrollArea
- tst_QWidget
false;executed 2013 times by 14 tests: return false; Executed by:- tst_QAccessibility
- tst_QComboBox
- tst_QFiledialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenuBar
- tst_QRect
- tst_QScrollArea
- tst_QWidget
| 2013 |
82 | }executed 7135 times by 32 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
| 7135 |
83 | | - |
84 | int t1 = y1; | - |
85 | int b1 = y1; | - |
86 | if (y2 - y1 + 1 < 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 7133 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
|
) | 2-7133 |
87 | t1 = y2;executed 2 times by 1 test: t1 = y2; | 2 |
88 | else | - |
89 | b1 = y2;executed 7133 times by 32 tests: b1 = y2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
| 7133 |
90 | | - |
91 | int t2 = r.y1; | - |
92 | int b2 = r.y1; | - |
93 | if (r.y2 - r.y1 + 1 < 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 7133 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
|
) | 2-7133 |
94 | t2 = r.y2;executed 2 times by 1 test: t2 = r.y2; | 2 |
95 | else | - |
96 | b2 = r.y2;executed 7133 times by 32 tests: b2 = r.y2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
| 7133 |
97 | | - |
98 | if (properTRUE | never evaluated | FALSE | evaluated 7135 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
|
) { | 0-7135 |
99 | if (t2 <= t1TRUE | never evaluated | FALSE | never evaluated |
|| b2 >= b1TRUE | never evaluated | FALSE | never evaluated |
) | 0 |
100 | return never executed: return false; false;never executed: return false; | 0 |
101 | } never executed: end of block else { | 0 |
102 | if (t2 < t1TRUE | evaluated 89 times by 6 testsEvaluated by:- tst_QAbstractItemView
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QPrinter
| FALSE | evaluated 7046 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPrinter
- ...
|
|| b2 > b1TRUE | evaluated 1134 times by 9 testsEvaluated by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QCompleter
- tst_QFontDialog
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPrinter
| FALSE | evaluated 5912 times by 31 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QRect
- ...
|
) | 89-7046 |
103 | returnexecuted 1223 times by 11 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QCompleter
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPrinter
false;executed 1223 times by 11 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QCompleter
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPrinter
| 1223 |
104 | }executed 5912 times by 31 tests: end of block Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QRect
- ...
| 5912 |
105 | | - |
106 | returnexecuted 5912 times by 31 tests: return true; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QRect
- ...
true;executed 5912 times by 31 tests: return true; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QBoxLayout
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDesktopWidget
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QRect
- ...
| 5912 |
107 | } | - |
108 | QRect QRect::operator|(const QRect &r) const noexcept | - |
109 | { | - |
110 | if (isNull()TRUE | evaluated 1577 times by 60 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGridLayout
- ...
| FALSE | evaluated 357161 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 1577-357161 |
111 | returnexecuted 1577 times by 60 tests: return r; Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGridLayout
- ...
r;executed 1577 times by 60 tests: return r; Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFormLayout
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGridLayout
- ...
| 1577 |
112 | if (r.isNull()TRUE | evaluated 170630 times by 27 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QSidebar
- tst_QSortFilterProxyModel
- tst_QStandardItemModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- ...
| FALSE | evaluated 186531 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 170630-186531 |
113 | returnexecuted 170630 times by 27 tests: return *this; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QSidebar
- tst_QSortFilterProxyModel
- tst_QStandardItemModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- ...
*this;executed 170630 times by 27 tests: return *this; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QSidebar
- tst_QSortFilterProxyModel
- tst_QStandardItemModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- ...
| 170630 |
114 | | - |
115 | int l1 = x1; | - |
116 | int r1 = x1; | - |
117 | if (x2 - x1 + 1 < 0TRUE | evaluated 17 times by 5 testsEvaluated by:- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTableView
- tst_QTreeView
| FALSE | evaluated 186514 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 17-186514 |
118 | l1 = x2;executed 17 times by 5 tests: l1 = x2; Executed by:- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTableView
- tst_QTreeView
| 17 |
119 | else | - |
120 | r1 = x2;executed 186514 times by 45 tests: r1 = x2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 186514 |
121 | | - |
122 | int l2 = r.x1; | - |
123 | int r2 = r.x1; | - |
124 | if (r.x2 - r.x1 + 1 < 0TRUE | evaluated 77 times by 4 testsEvaluated by:- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTableView
| FALSE | evaluated 186454 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 77-186454 |
125 | l2 = r.x2;executed 77 times by 4 tests: l2 = r.x2; Executed by:- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTableView
| 77 |
126 | else | - |
127 | r2 = r.x2;executed 186454 times by 45 tests: r2 = r.x2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 186454 |
128 | | - |
129 | int t1 = y1; | - |
130 | int b1 = y1; | - |
131 | if (y2 - y1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 186527 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 4-186527 |
132 | t1 = y2;executed 4 times by 1 test: t1 = y2; | 4 |
133 | else | - |
134 | b1 = y2;executed 186527 times by 45 tests: b1 = y2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 186527 |
135 | | - |
136 | int t2 = r.y1; | - |
137 | int b2 = r.y1; | - |
138 | if (r.y2 - r.y1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 186527 times by 45 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
|
) | 4-186527 |
139 | t2 = r.y2;executed 4 times by 1 test: t2 = r.y2; | 4 |
140 | else | - |
141 | b2 = r.y2;executed 186527 times by 45 tests: b2 = r.y2; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 186527 |
142 | | - |
143 | QRect tmp; | - |
144 | tmp.x1 = qMin(l1, l2); | - |
145 | tmp.x2 = qMax(r1, r2); | - |
146 | tmp.y1 = qMin(t1, t2); | - |
147 | tmp.y2 = qMax(b1, b2); | - |
148 | returnexecuted 186531 times by 45 tests: return tmp; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
tmp;executed 186531 times by 45 tests: return tmp; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemDelegate
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- ...
| 186531 |
149 | } | - |
150 | QRect QRect::operator&(const QRect &r) const noexcept | - |
151 | { | - |
152 | if (isNull()TRUE | evaluated 651 times by 22 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDateTimeEdit
- tst_QFontDialog
- tst_QGraphicsView
- tst_QLabel
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QPixmap
- tst_QRect
- tst_QSplitter
- tst_QStyle
- tst_QStyleSheetStyle
- tst_QTabBar
- tst_QTabWidget
- tst_QToolBar
- tst_QToolButton
- tst_QTreeWidget
- tst_QWidget
| FALSE | evaluated 537364 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
|| r.isNull()TRUE | evaluated 422 times by 21 testsEvaluated by:- tst_QAbstractItemView
- tst_QColumnView
- tst_QCommandLinkButton
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QListWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPushButton
- tst_QRect
- tst_QScrollArea
- tst_QSplitter
- tst_QTableView
- tst_QTreeWidget
- tst_QWidget
| FALSE | evaluated 536942 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 422-537364 |
153 | returnexecuted 1073 times by 33 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDateTimeEdit
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QLabel
- tst_QListWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPushButton
- tst_QRect
- tst_QScrollArea
- tst_QSplitter
- tst_QStyle
- ...
QRect();executed 1073 times by 33 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDateTimeEdit
- tst_QDockWidget
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QLabel
- tst_QListWidget
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMenuBar
- tst_QPainter
- tst_QPixmap
- tst_QPushButton
- tst_QRect
- tst_QScrollArea
- tst_QSplitter
- tst_QStyle
- ...
| 1073 |
154 | | - |
155 | int l1 = x1; | - |
156 | int r1 = x1; | - |
157 | if (x2 - x1 + 1 < 0TRUE | evaluated 10 times by 2 tests | FALSE | evaluated 536932 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 10-536932 |
158 | l1 = x2;executed 10 times by 2 tests: l1 = x2; | 10 |
159 | else | - |
160 | r1 = x2;executed 536932 times by 127 tests: r1 = x2; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 536932 |
161 | | - |
162 | int l2 = r.x1; | - |
163 | int r2 = r.x1; | - |
164 | if (r.x2 - r.x1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 536938 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 4-536938 |
165 | l2 = r.x2;executed 4 times by 1 test: l2 = r.x2; | 4 |
166 | else | - |
167 | r2 = r.x2;executed 536938 times by 127 tests: r2 = r.x2; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 536938 |
168 | | - |
169 | if (l1 > r2TRUE | evaluated 7700 times by 28 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QInputDialog
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QScrollArea
- tst_QTableView
- tst_QTableWidget
- tst_QTextEdit
- ...
| FALSE | evaluated 529242 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
|| l2 > r1TRUE | evaluated 4407 times by 23 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QColumnView
- tst_QDockWidget
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QHeaderView
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QProgressBar
- tst_QRect
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTextEdit
- tst_QTreeView
- tst_QWidget
| FALSE | evaluated 524835 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 4407-529242 |
170 | returnexecuted 12107 times by 35 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- ...
QRect();executed 12107 times by 35 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QHeaderView
- tst_QInputDialog
- tst_QItemView
- tst_QLineEdit
- tst_QListView
- tst_QListWidget
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- ...
| 12107 |
171 | | - |
172 | int t1 = y1; | - |
173 | int b1 = y1; | - |
174 | if (y2 - y1 + 1 < 0TRUE | evaluated 21 times by 2 testsEvaluated by:- tst_QItemDelegate
- tst_QRect
| FALSE | evaluated 524814 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 21-524814 |
175 | t1 = y2;executed 21 times by 2 tests: t1 = y2; Executed by:- tst_QItemDelegate
- tst_QRect
| 21 |
176 | else | - |
177 | b1 = y2;executed 524814 times by 127 tests: b1 = y2; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 524814 |
178 | | - |
179 | int t2 = r.y1; | - |
180 | int b2 = r.y1; | - |
181 | if (r.y2 - r.y1 + 1 < 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 524832 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 3-524832 |
182 | t2 = r.y2;executed 3 times by 1 test: t2 = r.y2; | 3 |
183 | else | - |
184 | b2 = r.y2;executed 524832 times by 127 tests: b2 = r.y2; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 524832 |
185 | | - |
186 | if (t1 > b2TRUE | evaluated 2865 times by 34 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QItemView
- tst_QListView
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QSortFilterProxyModel
- tst_QSplitter
- tst_QStyle
- tst_QStyleSheetStyle
- tst_QTabBar
- ...
| FALSE | evaluated 521970 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
|| t2 > b1TRUE | evaluated 737 times by 19 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QComboBox
- tst_QFontDialog
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QScrollBar
- tst_QTableView
- tst_QTableWidget
- tst_QTextBrowser
- tst_QTextEdit
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 521233 times by 127 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
|
) | 737-521970 |
187 | returnexecuted 3602 times by 38 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QScrollBar
- tst_QSortFilterProxyModel
- ...
QRect();executed 3602 times by 38 tests: return QRect(); Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QDialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGridLayout
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QMainWindow
- tst_QMdiArea
- tst_QMdiSubWindow
- tst_QMenu
- tst_QMessageBox
- tst_QPainter
- tst_QPixmap
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QScrollBar
- tst_QSortFilterProxyModel
- ...
| 3602 |
188 | | - |
189 | QRect tmp; | - |
190 | tmp.x1 = qMax(l1, l2); | - |
191 | tmp.x2 = qMin(r1, r2); | - |
192 | tmp.y1 = qMax(t1, t2); | - |
193 | tmp.y2 = qMin(b1, b2); | - |
194 | returnexecuted 521233 times by 127 tests: return tmp; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
tmp;executed 521233 times by 127 tests: return tmp; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- tst_QDialogButtonBox
- ...
| 521233 |
195 | } | - |
196 | bool QRect::intersects(const QRect &r) const noexcept | - |
197 | { | - |
198 | if (isNull()TRUE | evaluated 108 times by 16 testsEvaluated by:- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QRect
- tst_QStyleSheetStyle
- tst_QTreeView
- tst_QWidget
| FALSE | evaluated 44804 times by 70 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
|| r.isNull()TRUE | evaluated 700 times by 14 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QFileDialog2
- tst_QFiledialog
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QStandardItemModel
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
| FALSE | evaluated 44104 times by 70 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 108-44804 |
199 | returnexecuted 808 times by 22 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QStandardItemModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- tst_QWidget
false;executed 808 times by 22 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QFileDialog2
- tst_QFiledialog
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemDelegate
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMenu
- tst_QRect
- tst_QStandardItemModel
- tst_QStyleSheetStyle
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
- tst_QTreeWidgetItemIterator
- tst_QWidget
| 808 |
200 | | - |
201 | int l1 = x1; | - |
202 | int r1 = x1; | - |
203 | if (x2 - x1 + 1 < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 44100 times by 70 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 4-44100 |
204 | l1 = x2;executed 4 times by 1 test: l1 = x2; | 4 |
205 | else | - |
206 | r1 = x2;executed 44100 times by 70 tests: r1 = x2; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
| 44100 |
207 | | - |
208 | int l2 = r.x1; | - |
209 | int r2 = r.x1; | - |
210 | if (r.x2 - r.x1 + 1 < 0TRUE | evaluated 11 times by 4 testsEvaluated by:- tst_QAbstractItemView
- tst_QListView
- tst_QRect
- tst_QTableView
| FALSE | evaluated 44093 times by 70 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 11-44093 |
211 | l2 = r.x2;executed 11 times by 4 tests: l2 = r.x2; Executed by:- tst_QAbstractItemView
- tst_QListView
- tst_QRect
- tst_QTableView
| 11 |
212 | else | - |
213 | r2 = r.x2;executed 44093 times by 70 tests: r2 = r.x2; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
| 44093 |
214 | | - |
215 | if (l1 > r2TRUE | evaluated 287 times by 13 testsEvaluated by:- tst_QAbstractItemView
- tst_QColumnView
- tst_QDateTimeEdit
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenuBar
- tst_QStatusBar
- tst_QTableView
- tst_QTreeWidget
| FALSE | evaluated 43817 times by 70 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
|| l2 > r1TRUE | evaluated 618 times by 13 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMenuBar
- tst_QRect
- tst_QTableView
- tst_QTreeWidget
| FALSE | evaluated 43199 times by 69 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 287-43817 |
216 | returnexecuted 905 times by 16 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QDateTimeEdit
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenuBar
- tst_QRect
- tst_QStatusBar
- tst_QTableView
- tst_QTreeWidget
false;executed 905 times by 16 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QColumnView
- tst_QDateTimeEdit
- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QGuiApplication
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenuBar
- tst_QRect
- tst_QStatusBar
- tst_QTableView
- tst_QTreeWidget
| 905 |
217 | | - |
218 | int t1 = y1; | - |
219 | int b1 = y1; | - |
220 | if (y2 - y1 + 1 < 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 43196 times by 69 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 3-43196 |
221 | t1 = y2;executed 3 times by 1 test: t1 = y2; | 3 |
222 | else | - |
223 | b1 = y2;executed 43196 times by 69 tests: b1 = y2; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
| 43196 |
224 | | - |
225 | int t2 = r.y1; | - |
226 | int b2 = r.y1; | - |
227 | if (r.y2 - r.y1 + 1 < 0TRUE | evaluated 8 times by 3 testsEvaluated by:- tst_QAbstractItemView
- tst_QListView
- tst_QRect
| FALSE | evaluated 43191 times by 69 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 8-43191 |
228 | t2 = r.y2;executed 8 times by 3 tests: t2 = r.y2; Executed by:- tst_QAbstractItemView
- tst_QListView
- tst_QRect
| 8 |
229 | else | - |
230 | b2 = r.y2;executed 43191 times by 69 tests: b2 = r.y2; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
| 43191 |
231 | | - |
232 | if (t1 > b2TRUE | evaluated 598 times by 10 testsEvaluated by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QGraphicsView
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenu
- tst_QTableView
- tst_QTreeView
| FALSE | evaluated 42601 times by 69 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
|| t2 > b1TRUE | evaluated 247 times by 11 testsEvaluated by:- tst_QGraphicsView
- tst_QItemView
- tst_QListView
- tst_QMdiArea
- tst_QMenu
- tst_QSqlQueryModel
- tst_QStandardItemModel
- tst_QSystemTrayIcon
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
| FALSE | evaluated 42354 times by 66 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
|
) | 247-42601 |
233 | returnexecuted 845 times by 14 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QGraphicsView
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenu
- tst_QSqlQueryModel
- tst_QStandardItemModel
- tst_QSystemTrayIcon
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
false;executed 845 times by 14 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QComboBox
- tst_QGraphicsView
- tst_QItemView
- tst_QListView
- tst_QListWidget
- tst_QMdiArea
- tst_QMenu
- tst_QSqlQueryModel
- tst_QStandardItemModel
- tst_QSystemTrayIcon
- tst_QTableView
- tst_QTreeView
- tst_QTreeWidget
| 845 |
234 | | - |
235 | returnexecuted 42354 times by 66 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
true;executed 42354 times by 66 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColumnView
- tst_QComboBox
- tst_QCompleter
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFocusFrame
- tst_QFontDialog
- tst_QFrame
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- ...
| 42354 |
236 | } | - |
237 | QDataStream &operator<<(QDataStream &s, const QRect &r) | - |
238 | { | - |
239 | if (s.version() == 1TRUE | never evaluated | FALSE | evaluated 2668 times by 8 testsEvaluated by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
|
) | 0-2668 |
240 | s << (qint16)r.left() << (qint16)r.top() never executed: s << (qint16)r.left() << (qint16)r.top() << (qint16)r.right() << (qint16)r.bottom(); | 0 |
241 | << (qint16)r.right() << (qint16)r.bottom(); never executed: s << (qint16)r.left() << (qint16)r.top() << (qint16)r.right() << (qint16)r.bottom(); | 0 |
242 | else | - |
243 | s << (qint32)r.left() << (qint32)r.top()executed 2668 times by 8 tests: s << (qint32)r.left() << (qint32)r.top() << (qint32)r.right() << (qint32)r.bottom(); Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
| 2668 |
244 | << (qint32)r.right() << (qint32)r.bottom();executed 2668 times by 8 tests: s << (qint32)r.left() << (qint32)r.top() << (qint32)r.right() << (qint32)r.bottom(); Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
| 2668 |
245 | returnexecuted 2668 times by 8 tests: return s; Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
s;executed 2668 times by 8 tests: return s; Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
| 2668 |
246 | } | - |
247 | QDataStream &operator>>(QDataStream &s, QRect &r) | - |
248 | { | - |
249 | if (s.version() == 1TRUE | never evaluated | FALSE | evaluated 2669 times by 8 testsEvaluated by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
|
) { | 0-2669 |
250 | qint16 x1, y1, x2, y2; | - |
251 | s >> x1; s >> y1; s >> x2; s >> y2; | - |
252 | r.setCoords(x1, y1, x2, y2); | - |
253 | } never executed: end of block | 0 |
254 | else { | - |
255 | qint32 x1, y1, x2, y2; | - |
256 | s >> x1; s >> y1; s >> x2; s >> y2; | - |
257 | r.setCoords(x1, y1, x2, y2); | - |
258 | }executed 2669 times by 8 tests: end of block Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
| 2669 |
259 | returnexecuted 2669 times by 8 tests: return s; Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
s;executed 2669 times by 8 tests: return s; Executed by:- tst_QDataStream
- tst_QDockWidget
- tst_QGuiVariant
- tst_QLocalSocket
- tst_QMetaType
- tst_QSettings
- tst_QVariant
- tst_QWidget
| 2669 |
260 | } | - |
261 | | - |
262 | | - |
263 | | - |
264 | | - |
265 | | - |
266 | QDebug operator<<(QDebug dbg, const QRect &r) | - |
267 | { | - |
268 | QDebugStateSaver saver(dbg); | - |
269 | dbg.nospace(); | - |
270 | dbg << "QRect" << '('; | - |
271 | QtDebugUtils::formatQRect(dbg, r); | - |
272 | dbg << ')'; | - |
273 | returnexecuted 24 times by 5 tests: return dbg; Executed by:- tst_QAccessibility
- tst_QDebug
- tst_QMenu
- tst_QVariant
- tst_QWidget
dbg;executed 24 times by 5 tests: return dbg; Executed by:- tst_QAccessibility
- tst_QDebug
- tst_QMenu
- tst_QVariant
- tst_QWidget
| 24 |
274 | } | - |
275 | QRectF QRectF::normalized() const noexcept | - |
276 | { | - |
277 | QRectF r = *this; | - |
278 | if (r.w < 0TRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QGraphicsScene
- tst_QPainter
| FALSE | evaluated 8411 times by 48 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QImage
- ...
|
) { | 3-8411 |
279 | r.xp += r.w; | - |
280 | r.w = -r.w; | - |
281 | }executed 3 times by 2 tests: end of block Executed by:- tst_QGraphicsScene
- tst_QPainter
| 3 |
282 | if (r.h < 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 8412 times by 48 testsEvaluated by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QImage
- ...
|
) { | 2-8412 |
283 | r.yp += r.h; | - |
284 | r.h = -r.h; | - |
285 | }executed 2 times by 1 test: end of block | 2 |
286 | returnexecuted 8414 times by 48 tests: return r; Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QImage
- ...
r;executed 8414 times by 48 tests: return r; Executed by:- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QImage
- ...
| 8414 |
287 | } | - |
288 | bool QRectF::contains(const QPointF &p) const noexcept | - |
289 | { | - |
290 | qreal l = xp; | - |
291 | qreal r = xp; | - |
292 | if (w < 0TRUE | evaluated 12 times by 1 test | FALSE | evaluated 125980 times by 65 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- ...
|
) | 12-125980 |
293 | l += w;executed 12 times by 1 test: l += w; | 12 |
294 | else | - |
295 | r += w;executed 125980 times by 65 tests: r += w; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- ...
| 125980 |
296 | if (l == rTRUE | evaluated 6 times by 4 testsEvaluated by:- tst_QGraphicsItem
- tst_QMenuBar
- tst_QPainterPath
- tst_QRect
| FALSE | evaluated 125986 times by 65 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- ...
|
) | 6-125986 |
297 | returnexecuted 6 times by 4 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QMenuBar
- tst_QPainterPath
- tst_QRect
false;executed 6 times by 4 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QMenuBar
- tst_QPainterPath
- tst_QRect
| 6 |
298 | | - |
299 | if (p.x() < lTRUE | evaluated 14974 times by 18 testsEvaluated by:- tst_QApplication
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QItemView
- tst_QMdiSubWindow
- tst_QMenu
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QTreeView
| FALSE | evaluated 111012 times by 63 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- ...
|
|| p.x() > rTRUE | evaluated 15200 times by 17 testsEvaluated by:- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QMdiSubWindow
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QStyle
- tst_QTextTable
- tst_QWidget
| FALSE | evaluated 95812 times by 62 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
|
) | 14974-111012 |
300 | returnexecuted 30174 times by 23 tests: return false; Executed by:- tst_QApplication
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QItemView
- tst_QMdiSubWindow
- tst_QMenu
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QStyle
- tst_QTextTable
- tst_QTreeView
- tst_QWidget
false;executed 30174 times by 23 tests: return false; Executed by:- tst_QApplication
- tst_QGestureRecognizer
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QItemView
- tst_QMdiSubWindow
- tst_QMenu
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QStyle
- tst_QTextTable
- tst_QTreeView
- tst_QWidget
| 30174 |
301 | | - |
302 | qreal t = yp; | - |
303 | qreal b = yp; | - |
304 | if (h < 0TRUE | evaluated 12 times by 1 test | FALSE | evaluated 95800 times by 62 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
|
) | 12-95800 |
305 | t += h;executed 12 times by 1 test: t += h; | 12 |
306 | else | - |
307 | b += h;executed 95800 times by 62 tests: b += h; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
| 95800 |
308 | if (t == bTRUE | evaluated 1 time by 1 test | FALSE | evaluated 95811 times by 62 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
|
) | 1-95811 |
309 | returnexecuted 1 time by 1 test: return false; false;executed 1 time by 1 test: return false; | 1 |
310 | | - |
311 | if (p.y() < tTRUE | evaluated 7758 times by 10 testsEvaluated by:- tst_QComboBox
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QWidget
| FALSE | evaluated 88053 times by 62 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
|
|| p.y() > bTRUE | evaluated 7925 times by 14 testsEvaluated by:- tst_QFileSystemModel
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QStyle
- tst_QTextTable
| FALSE | evaluated 80128 times by 61 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
|
) | 7758-88053 |
312 | returnexecuted 15683 times by 17 tests: return false; Executed by:- tst_QComboBox
- tst_QFileSystemModel
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QRect
- tst_QStyle
- tst_QTextTable
- tst_QWidget
false;executed 15683 times by 17 tests: return false; Executed by:- tst_QComboBox
- tst_QFileSystemModel
- tst_QGestureRecognizer
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QProgressBar
- tst_QRect
- tst_QStyle
- tst_QTextTable
- tst_QWidget
| 15683 |
313 | | - |
314 | returnexecuted 80128 times by 61 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
true;executed 80128 times by 61 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QApplication
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDockWidget
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- tst_QFontDialog
- tst_QFormLayout
- tst_QGestureRecognizer
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- ...
| 80128 |
315 | } | - |
316 | bool QRectF::contains(const QRectF &r) const noexcept | - |
317 | { | - |
318 | qreal l1 = xp; | - |
319 | qreal r1 = xp; | - |
320 | if (w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 13954 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 4-13954 |
321 | l1 += w;executed 4 times by 1 test: l1 += w; | 4 |
322 | else | - |
323 | r1 += w;executed 13954 times by 81 tests: r1 += w; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
| 13954 |
324 | if (l1 == r1TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QGraphicsLinearLayout
- tst_QRect
| FALSE | evaluated 13948 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 10-13948 |
325 | returnexecuted 10 times by 2 tests: return false; Executed by:- tst_QGraphicsLinearLayout
- tst_QRect
false;executed 10 times by 2 tests: return false; Executed by:- tst_QGraphicsLinearLayout
- tst_QRect
| 10 |
326 | | - |
327 | qreal l2 = r.xp; | - |
328 | qreal r2 = r.xp; | - |
329 | if (r.w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 13944 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 4-13944 |
330 | l2 += r.w;executed 4 times by 1 test: l2 += r.w; | 4 |
331 | else | - |
332 | r2 += r.w;executed 13944 times by 81 tests: r2 += r.w; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
| 13944 |
333 | if (l2 == r2TRUE | evaluated 4 times by 3 testsEvaluated by:- tst_QColorDialog
- tst_QRect
- tst_languageChange
| FALSE | evaluated 13944 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 4-13944 |
334 | returnexecuted 4 times by 3 tests: return false; Executed by:- tst_QColorDialog
- tst_QRect
- tst_languageChange
false;executed 4 times by 3 tests: return false; Executed by:- tst_QColorDialog
- tst_QRect
- tst_languageChange
| 4 |
335 | | - |
336 | if (l2 < l1TRUE | evaluated 776 times by 14 testsEvaluated by:- tst_QComboBox
- tst_QCompleter
- tst_QGraphicsItem
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QStyleSheetStyle
- tst_QTextEdit
| FALSE | evaluated 13168 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
|| r2 > r1TRUE | evaluated 302 times by 32 testsEvaluated by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QComboBox
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainter
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- ...
| FALSE | evaluated 12866 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 302-13168 |
337 | returnexecuted 1078 times by 35 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainter
- tst_QPainterPath
- ...
false;executed 1078 times by 35 tests: return false; Executed by:- tst_QAbstractItemView
- tst_QAccessibility
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsPixmapItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QGridLayout
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainter
- tst_QPainterPath
- ...
| 1078 |
338 | | - |
339 | qreal t1 = yp; | - |
340 | qreal b1 = yp; | - |
341 | if (h < 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 12864 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 2-12864 |
342 | t1 += h;executed 2 times by 1 test: t1 += h; | 2 |
343 | else | - |
344 | b1 += h;executed 12864 times by 81 tests: b1 += h; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
| 12864 |
345 | if (t1 == b1TRUE | never evaluated | FALSE | evaluated 12866 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 0-12866 |
346 | return never executed: return false; false;never executed: return false; | 0 |
347 | | - |
348 | qreal t2 = r.yp; | - |
349 | qreal b2 = r.yp; | - |
350 | if (r.h < 0TRUE | evaluated 2 times by 1 test | FALSE | evaluated 12864 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 2-12864 |
351 | t2 += r.h;executed 2 times by 1 test: t2 += r.h; | 2 |
352 | else | - |
353 | b2 += r.h;executed 12864 times by 81 tests: b2 += r.h; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
| 12864 |
354 | if (t2 == b2TRUE | never evaluated | FALSE | evaluated 12866 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 0-12866 |
355 | return never executed: return false; false;never executed: return false; | 0 |
356 | | - |
357 | if (t2 < t1TRUE | evaluated 204 times by 7 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QPainterPath
- tst_QPathClipper
- tst_QTextEdit
| FALSE | evaluated 12662 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
|| b2 > b1TRUE | evaluated 114 times by 10 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QTextEdit
| FALSE | evaluated 12548 times by 81 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
|
) | 114-12662 |
358 | returnexecuted 318 times by 10 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QTextEdit
false;executed 318 times by 10 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QTextEdit
| 318 |
359 | | - |
360 | returnexecuted 12548 times by 81 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
true;executed 12548 times by 81 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QColorDialog
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFontDialog
- tst_QFormLayout
- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- ...
| 12548 |
361 | } | - |
362 | QRectF QRectF::operator|(const QRectF &r) const noexcept | - |
363 | { | - |
364 | if (isNull()TRUE | evaluated 4071 times by 26 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QLabel
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QRect
- tst_QStateMachine
- tst_QTextBrowser
- tst_QTextEdit
- ...
| FALSE | evaluated 26303 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) | 4071-26303 |
365 | returnexecuted 4071 times by 26 tests: return r; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QLabel
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QRect
- tst_QStateMachine
- tst_QTextBrowser
- tst_QTextEdit
- ...
r;executed 4071 times by 26 tests: return r; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QDialog
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QLabel
- tst_QOpenGLWidget
- tst_QPainter
- tst_QPlainTextEdit
- tst_QPrinter
- tst_QRect
- tst_QStateMachine
- tst_QTextBrowser
- tst_QTextEdit
- ...
| 4071 |
366 | if (r.isNull()TRUE | evaluated 222 times by 8 testsEvaluated by:- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
| FALSE | evaluated 26081 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) | 222-26081 |
367 | returnexecuted 222 times by 8 tests: return *this; Executed by:- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
*this;executed 222 times by 8 tests: return *this; Executed by:- tst_QGraphicsEffect
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
| 222 |
368 | | - |
369 | qreal left = xp; | - |
370 | qreal right = xp; | - |
371 | if (w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 26077 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) | 4-26077 |
372 | left += w;executed 4 times by 1 test: left += w; | 4 |
373 | else | - |
374 | right += w;executed 26077 times by 33 tests: right += w; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
| 26077 |
375 | | - |
376 | if (r.w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 26077 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) { | 4-26077 |
377 | left = qMin(left, r.xp + r.w); | - |
378 | right = qMax(right, r.xp); | - |
379 | }executed 4 times by 1 test: end of block else { | 4 |
380 | left = qMin(left, r.xp); | - |
381 | right = qMax(right, r.xp + r.w); | - |
382 | }executed 26077 times by 33 tests: end of block Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
| 26077 |
383 | | - |
384 | qreal top = yp; | - |
385 | qreal bottom = yp; | - |
386 | if (h < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 26077 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) | 4-26077 |
387 | top += h;executed 4 times by 1 test: top += h; | 4 |
388 | else | - |
389 | bottom += h;executed 26077 times by 33 tests: bottom += h; Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
| 26077 |
390 | | - |
391 | if (r.h < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 26077 times by 33 testsEvaluated by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
|
) { | 4-26077 |
392 | top = qMin(top, r.yp + r.h); | - |
393 | bottom = qMax(bottom, r.yp); | - |
394 | }executed 4 times by 1 test: end of block else { | 4 |
395 | top = qMin(top, r.yp); | - |
396 | bottom = qMax(bottom, r.yp + r.h); | - |
397 | }executed 26077 times by 33 tests: end of block Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
| 26077 |
398 | | - |
399 | returnexecuted 26081 times by 33 tests: return QRectF(left, top, right - left, bottom - top); Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
QRectF(left, top, right - left, bottom - top);executed 26081 times by 33 tests: return QRectF(left, top, right - left, bottom - top); Executed by:- tst_Gestures
- tst_QAccessibility
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QGlyphRun
- tst_QGraphicsAnchorLayout
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsGridLayout
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLabel
- tst_QPainter
- tst_QPathClipper
- tst_QPixmapFilter
- tst_QPlainTextEdit
- ...
| 26081 |
400 | } | - |
401 | QRectF QRectF::operator&(const QRectF &r) const noexcept | - |
402 | { | - |
403 | qreal l1 = xp; | - |
404 | qreal r1 = xp; | - |
405 | if (w < 0TRUE | evaluated 8 times by 1 test | FALSE | evaluated 7806 times by 46 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 8-7806 |
406 | l1 += w;executed 8 times by 1 test: l1 += w; | 8 |
407 | else | - |
408 | r1 += w;executed 7806 times by 46 tests: r1 += w; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 7806 |
409 | if (l1 == r1TRUE | evaluated 38 times by 3 testsEvaluated by:- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTextEdit
| FALSE | evaluated 7776 times by 46 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 38-7776 |
410 | returnexecuted 38 times by 3 tests: return QRectF(); Executed by:- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTextEdit
QRectF();executed 38 times by 3 tests: return QRectF(); Executed by:- tst_QGraphicsProxyWidget
- tst_QRect
- tst_QTextEdit
| 38 |
411 | | - |
412 | qreal l2 = r.xp; | - |
413 | qreal r2 = r.xp; | - |
414 | if (r.w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 7772 times by 46 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 4-7772 |
415 | l2 += r.w;executed 4 times by 1 test: l2 += r.w; | 4 |
416 | else | - |
417 | r2 += r.w;executed 7772 times by 46 tests: r2 += r.w; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 7772 |
418 | if (l2 == r2TRUE | evaluated 6 times by 3 testsEvaluated by:- tst_QPicture
- tst_QRect
- tst_QSplitter
| FALSE | evaluated 7770 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 6-7770 |
419 | returnexecuted 6 times by 3 tests: return QRectF(); Executed by:- tst_QPicture
- tst_QRect
- tst_QSplitter
QRectF();executed 6 times by 3 tests: return QRectF(); Executed by:- tst_QPicture
- tst_QRect
- tst_QSplitter
| 6 |
420 | | - |
421 | if (l1 >= r2TRUE | evaluated 6 times by 4 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QTextEdit
| FALSE | evaluated 7764 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
|| l2 >= r1TRUE | evaluated 25 times by 5 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
| FALSE | evaluated 7739 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 6-7764 |
422 | returnexecuted 31 times by 5 tests: return QRectF(); Executed by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
QRectF();executed 31 times by 5 tests: return QRectF(); Executed by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QRect
- tst_QTextEdit
| 31 |
423 | | - |
424 | qreal t1 = yp; | - |
425 | qreal b1 = yp; | - |
426 | if (h < 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 7736 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 3-7736 |
427 | t1 += h;executed 3 times by 1 test: t1 += h; | 3 |
428 | else | - |
429 | b1 += h;executed 7736 times by 45 tests: b1 += h; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 7736 |
430 | if (t1 == b1TRUE | never evaluated | FALSE | evaluated 7739 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 0-7739 |
431 | return never executed: return QRectF(); QRectF();never executed: return QRectF(); | 0 |
432 | | - |
433 | qreal t2 = r.yp; | - |
434 | qreal b2 = r.yp; | - |
435 | if (r.h < 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 7736 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 3-7736 |
436 | t2 += r.h;executed 3 times by 1 test: t2 += r.h; | 3 |
437 | else | - |
438 | b2 += r.h;executed 7736 times by 45 tests: b2 += r.h; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 7736 |
439 | if (t2 == b2TRUE | never evaluated | FALSE | evaluated 7739 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 0-7739 |
440 | return never executed: return QRectF(); QRectF();never executed: return QRectF(); | 0 |
441 | | - |
442 | if (t1 >= b2TRUE | evaluated 1607 times by 6 testsEvaluated by:- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QPlainTextEdit
- tst_QTextBrowser
- tst_QTextDocumentLayout
- tst_QTextEdit
| FALSE | evaluated 6132 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
|| t2 >= b1TRUE | evaluated 8 times by 5 testsEvaluated by:- tst_QGraphicsProxyWidget
- tst_QPlainTextEdit
- tst_QSplitter
- tst_QTextBrowser
- tst_QTextEdit
| FALSE | evaluated 6124 times by 45 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
|
) | 8-6132 |
443 | returnexecuted 1615 times by 7 tests: return QRectF(); Executed by:- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QPlainTextEdit
- tst_QSplitter
- tst_QTextBrowser
- tst_QTextDocumentLayout
- tst_QTextEdit
QRectF();executed 1615 times by 7 tests: return QRectF(); Executed by:- tst_QGraphicsProxyWidget
- tst_QGraphicsView
- tst_QPlainTextEdit
- tst_QSplitter
- tst_QTextBrowser
- tst_QTextDocumentLayout
- tst_QTextEdit
| 1615 |
444 | | - |
445 | QRectF tmp; | - |
446 | tmp.xp = qMax(l1, l2); | - |
447 | tmp.yp = qMax(t1, t2); | - |
448 | tmp.w = qMin(r1, r2) - tmp.xp; | - |
449 | tmp.h = qMin(b1, b2) - tmp.yp; | - |
450 | returnexecuted 6124 times by 45 tests: return tmp; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
tmp;executed 6124 times by 45 tests: return tmp; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDialog
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsLayout
- tst_QGraphicsLinearLayout
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- ...
| 6124 |
451 | } | - |
452 | bool QRectF::intersects(const QRectF &r) const noexcept | - |
453 | { | - |
454 | qreal l1 = xp; | - |
455 | qreal r1 = xp; | - |
456 | if (w < 0TRUE | evaluated 4 times by 1 test | FALSE | evaluated 1467739 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 4-1467739 |
457 | l1 += w;executed 4 times by 1 test: l1 += w; | 4 |
458 | else | - |
459 | r1 += w;executed 1467739 times by 35 tests: r1 += w; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
| 1467739 |
460 | if (l1 == r1TRUE | evaluated 114 times by 3 testsEvaluated by:- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QRect
| FALSE | evaluated 1467629 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 114-1467629 |
461 | returnexecuted 114 times by 3 tests: return false; Executed by:- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QRect
false;executed 114 times by 3 tests: return false; Executed by:- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QRect
| 114 |
462 | | - |
463 | qreal l2 = r.xp; | - |
464 | qreal r2 = r.xp; | - |
465 | if (r.w < 0TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QGraphicsScene
- tst_QRect
| FALSE | evaluated 1467624 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 5-1467624 |
466 | l2 += r.w;executed 5 times by 2 tests: l2 += r.w; Executed by:- tst_QGraphicsScene
- tst_QRect
| 5 |
467 | else | - |
468 | r2 += r.w;executed 1467624 times by 35 tests: r2 += r.w; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
| 1467624 |
469 | if (l2 == r2TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QGraphicsScene
- tst_QRect
| FALSE | evaluated 1467627 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 2-1467627 |
470 | returnexecuted 2 times by 2 tests: return false; Executed by:- tst_QGraphicsScene
- tst_QRect
false;executed 2 times by 2 tests: return false; Executed by:- tst_QGraphicsScene
- tst_QRect
| 2 |
471 | | - |
472 | if (l1 >= r2TRUE | evaluated 700051 times by 9 testsEvaluated by:- tst_Gestures
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QPainterPath
- tst_QPathClipper
- tst_QTextTable
| FALSE | evaluated 767576 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
|| l2 >= r1TRUE | evaluated 694913 times by 9 testsEvaluated by:- tst_Gestures
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPathClipper
- tst_QRect
| FALSE | evaluated 72663 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 72663-767576 |
473 | returnexecuted 1394964 times by 11 tests: return false; Executed by:- tst_Gestures
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QTextTable
false;executed 1394964 times by 11 tests: return false; Executed by:- tst_Gestures
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QTextTable
| 1394964 |
474 | | - |
475 | qreal t1 = yp; | - |
476 | qreal b1 = yp; | - |
477 | if (h < 0TRUE | evaluated 3 times by 1 test | FALSE | evaluated 72660 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 3-72660 |
478 | t1 += h;executed 3 times by 1 test: t1 += h; | 3 |
479 | else | - |
480 | b1 += h;executed 72660 times by 35 tests: b1 += h; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
| 72660 |
481 | if (t1 == b1TRUE | never evaluated | FALSE | evaluated 72663 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 0-72663 |
482 | return never executed: return false; false;never executed: return false; | 0 |
483 | | - |
484 | qreal t2 = r.yp; | - |
485 | qreal b2 = r.yp; | - |
486 | if (r.h < 0TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QGraphicsScene
- tst_QRect
| FALSE | evaluated 72659 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 4-72659 |
487 | t2 += r.h;executed 4 times by 2 tests: t2 += r.h; Executed by:- tst_QGraphicsScene
- tst_QRect
| 4 |
488 | else | - |
489 | b2 += r.h;executed 72659 times by 35 tests: b2 += r.h; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
| 72659 |
490 | if (t2 == b2TRUE | never evaluated | FALSE | evaluated 72663 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 0-72663 |
491 | return never executed: return false; false;never executed: return false; | 0 |
492 | | - |
493 | if (t1 >= b2TRUE | evaluated 27941 times by 9 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QTextDocumentLayout
- tst_QTextEdit
- tst_QTextTable
| FALSE | evaluated 44722 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
|| t2 >= b1TRUE | evaluated 34464 times by 11 testsEvaluated by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QTextDocumentLayout
- tst_QTextEdit
- tst_QTextTable
| FALSE | evaluated 10258 times by 35 testsEvaluated by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
|
) | 10258-44722 |
494 | returnexecuted 62405 times by 12 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QTextDocumentLayout
- tst_QTextEdit
- tst_QTextTable
false;executed 62405 times by 12 tests: return false; Executed by:- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QPainterPath
- tst_QPathClipper
- tst_QRect
- tst_QTextDocumentLayout
- tst_QTextEdit
- tst_QTextTable
| 62405 |
495 | | - |
496 | returnexecuted 10258 times by 35 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
true;executed 10258 times by 35 tests: return true; Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAccessibility
- tst_QCalendarWidget
- tst_QComboBox
- tst_QCompleter
- tst_QDoubleSpinBox
- tst_QFileDialog2
- tst_QFiledialog
- tst_QFontDialog
- tst_QGraphicsEffect
- tst_QGraphicsEffectSource
- tst_QGraphicsItem
- tst_QGraphicsProxyWidget
- tst_QGraphicsScene
- tst_QGraphicsSceneIndex
- tst_QGraphicsView
- tst_QGraphicsWidget
- tst_QInputDialog
- tst_QItemDelegate
- tst_QLineEdit
- tst_QPainterPath
- tst_QPathClipper
- tst_QPrinter
- tst_QRect
- ...
| 10258 |
497 | } | - |
498 | QRect QRectF::toAlignedRect() const noexcept | - |
499 | { | - |
500 | int xmin = int(qFloor(xp)); | - |
501 | int xmax = int(qCeil(xp + w)); | - |
502 | int ymin = int(qFloor(yp)); | - |
503 | int ymax = int(qCeil(yp + h)); | - |
504 | returnexecuted 50550 times by 107 tests: return QRect(xmin, ymin, xmax - xmin, ymax - ymin); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- ...
QRect(xmin, ymin, xmax - xmin, ymax - ymin);executed 50550 times by 107 tests: return QRect(xmin, ymin, xmax - xmin, ymax - ymin); Executed by:- tst_Gestures
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAccessibility
- tst_QApplication
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- tst_QDoubleSpinBox
- tst_QErrorMessage
- tst_QFileDialog2
- tst_QFileSystemModel
- tst_QFiledialog
- tst_QFocusEvent
- ...
| 50550 |
505 | } | - |
506 | QDataStream &operator<<(QDataStream &s, const QRectF &r) | - |
507 | { | - |
508 | s << double(r.x()) << double(r.y()) << double(r.width()) << double(r.height()); | - |
509 | returnexecuted 72 times by 3 tests: return s; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
s;executed 72 times by 3 tests: return s; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 72 |
510 | } | - |
511 | QDataStream &operator>>(QDataStream &s, QRectF &r) | - |
512 | { | - |
513 | double x, y, w, h; | - |
514 | s >> x; | - |
515 | s >> y; | - |
516 | s >> w; | - |
517 | s >> h; | - |
518 | r.setRect(qreal(x), qreal(y), qreal(w), qreal(h)); | - |
519 | returnexecuted 75 times by 3 tests: return s; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
s;executed 75 times by 3 tests: return s; Executed by:- tst_QDataStream
- tst_QMetaType
- tst_QVariant
| 75 |
520 | } | - |
521 | | - |
522 | | - |
523 | | - |
524 | | - |
525 | | - |
526 | QDebug operator<<(QDebug dbg, const QRectF &r) | - |
527 | { | - |
528 | QDebugStateSaver saver(dbg); | - |
529 | dbg.nospace(); | - |
530 | dbg << "QRectF" << '('; | - |
531 | QtDebugUtils::formatQRect(dbg, r); | - |
532 | dbg << ')'; | - |
533 | returnexecuted 40 times by 4 tests: return dbg; Executed by:- tst_QDebug
- tst_QGraphicsAnchorLayout
- tst_QTextLayout
- tst_QVariant
dbg;executed 40 times by 4 tests: return dbg; Executed by:- tst_QDebug
- tst_QGraphicsAnchorLayout
- tst_QTextLayout
- tst_QVariant
| 40 |
534 | } | - |
535 | | - |
536 | | - |
537 | | - |
| | |