| Line | Source | Count | 
| 1 |  | - | 
| 2 |  | - | 
| 3 |  | - | 
| 4 | QRect QRect::normalized() const noexcept | - | 
| 5 | { | - | 
| 6 |     QRect r; | - | 
| 7 |     if (x2 < x1 - 1| TRUE | evaluated 1043 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 52863 times by 85 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
 - ...
 
   |  
  ) { | 1043-52863 | 
| 8 |         r.x1 = x2; | - | 
| 9 |         r.x2 = x1; | - | 
| 10 |     }executed 1043 times by 10 tests:  end of blockExecuted by:- tst_QAbstractItemView
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QPainter
 - tst_QRect
 - tst_QTableView
 - tst_QTreeView
 - tst_languageChange
 
    else { | 1043 | 
| 11 |         r.x1 = x1; | - | 
| 12 |         r.x2 = x2; | - | 
| 13 |     }executed 52863 times by 85 tests:  end of blockExecuted 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
 - ...
 
    | 52863 | 
| 14 |     if (y2 < y1 - 1| TRUE | evaluated 482 times by 8 testsEvaluated by:- tst_QAbstractItemView
 - tst_QGraphicsScene
 - tst_QHeaderView
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QPainter
 - tst_QRect
 - tst_QTableView
 
   |  | FALSE | evaluated 53424 times by 85 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
 - ...
 
   |  
  ) { | 482-53424 | 
| 15 |         r.y1 = y2; | - | 
| 16 |         r.y2 = y1; | - | 
| 17 |     }executed 482 times by 8 tests:  end of blockExecuted by:- tst_QAbstractItemView
 - tst_QGraphicsScene
 - tst_QHeaderView
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QPainter
 - tst_QRect
 - tst_QTableView
 
    else { | 482 | 
| 18 |         r.y1 = y1; | - | 
| 19 |         r.y2 = y2; | - | 
| 20 |     }executed 53424 times by 85 tests:  end of blockExecuted 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
 - ...
 
    | 53424 | 
| 21 |     returnexecuted 53906 times by 85 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 53906 times by 85 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
 - ...
 
    | 53906 | 
| 22 | } | - | 
| 23 | bool QRect::contains(const QPoint &p, bool proper) const noexcept | - | 
| 24 | { | - | 
| 25 |     int l, r; | - | 
| 26 |     if (x2 < x1 - 1| TRUE | evaluated 24 times by 1 test |  | FALSE | evaluated 4967917 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-4967917 | 
| 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 4967917 times by 132 tests:  end of blockExecuted by:- tst_Gestures
 - tst_QAbstractButton
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractSlider
 - tst_QAbstractSpinBox
 - tst_QAccessibility
 - tst_QAction
 - tst_QActionGroup
 - tst_QApplication
 - tst_QBackingStore
 - tst_QBoxLayout
 - tst_QButtonGroup
 - tst_QCalendarWidget
 - tst_QCheckBox
 - tst_QColorDialog
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCommandLinkButton
 - tst_QCompleter
 - tst_QDataWidgetMapper
 - tst_QDateTimeEdit
 - tst_QDesktopWidget
 - tst_QDial
 - tst_QDialog
 - ...
 
    | 4967917 | 
| 33 |     if (proper| TRUE | evaluated 27 times by 1 test |  | FALSE | evaluated 4967914 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-4967914 | 
| 34 |         if (p.x() <= l| TRUE | evaluated 7 times by 1 test |  | FALSE | evaluated 20 times by 1 test |  
   || p.x() >= r| TRUE | 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() < l| TRUE | evaluated 182429 times by 49 testsEvaluated by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - 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
 - tst_QListWidget
 - ...
 
   |  | FALSE | evaluated 4785485 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() > r| TRUE | evaluated 1314993 times by 46 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_QListView
 - tst_QMainWindow
 - ...
 
   |  | FALSE | evaluated 3470492 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
 - ...
 
   |  
  ) | 182429-4785485 | 
| 38 |             returnexecuted 1497422 times by 62 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - 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
 - tst_QItemDelegate
 - ...
 
    false;executed 1497422 times by 62 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - 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
 - tst_QItemDelegate
 - ...
 
    | 1497422 | 
| 39 |     }executed 3470492 times by 132 tests:  end of blockExecuted by:- tst_Gestures
 - tst_QAbstractButton
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractSlider
 - tst_QAbstractSpinBox
 - tst_QAccessibility
 - tst_QAction
 - tst_QActionGroup
 - tst_QApplication
 - tst_QBackingStore
 - tst_QBoxLayout
 - tst_QButtonGroup
 - tst_QCalendarWidget
 - tst_QCheckBox
 - tst_QColorDialog
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCommandLinkButton
 - tst_QCompleter
 - tst_QDataWidgetMapper
 - tst_QDateTimeEdit
 - tst_QDesktopWidget
 - tst_QDial
 - tst_QDialog
 - ...
 
    | 3470492 | 
| 40 |     int t, b; | - | 
| 41 |     if (y2 < y1 - 1| TRUE | evaluated 14 times by 1 test |  | FALSE | evaluated 3470487 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-3470487 | 
| 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 3470487 times by 132 tests:  end of blockExecuted by:- tst_Gestures
 - tst_QAbstractButton
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractSlider
 - tst_QAbstractSpinBox
 - tst_QAccessibility
 - tst_QAction
 - tst_QActionGroup
 - tst_QApplication
 - tst_QBackingStore
 - tst_QBoxLayout
 - tst_QButtonGroup
 - tst_QCalendarWidget
 - tst_QCheckBox
 - tst_QColorDialog
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCommandLinkButton
 - tst_QCompleter
 - tst_QDataWidgetMapper
 - tst_QDateTimeEdit
 - tst_QDesktopWidget
 - tst_QDial
 - tst_QDialog
 - ...
 
    | 3470487 | 
| 48 |     if (proper| TRUE | evaluated 9 times by 1 test |  | FALSE | evaluated 3470492 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-3470492 | 
| 49 |         if (p.y() <= t| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 6 times by 1 test |  
   || p.y() >= b| TRUE | 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() < t| TRUE | evaluated 256219 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 3214273 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() > b| TRUE | evaluated 2916070 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 298203 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
 - ...
 
   |  
  ) | 256219-3214273 | 
| 53 |             returnexecuted 3172289 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 3172289 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
 - ...
 
    | 3172289 | 
| 54 |     }executed 298203 times by 132 tests:  end of blockExecuted by:- tst_Gestures
 - tst_QAbstractButton
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractSlider
 - tst_QAbstractSpinBox
 - tst_QAccessibility
 - tst_QAction
 - tst_QActionGroup
 - tst_QApplication
 - tst_QBackingStore
 - tst_QBoxLayout
 - tst_QButtonGroup
 - tst_QCalendarWidget
 - tst_QCheckBox
 - tst_QColorDialog
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCommandLinkButton
 - tst_QCompleter
 - tst_QDataWidgetMapper
 - tst_QDateTimeEdit
 - tst_QDesktopWidget
 - tst_QDial
 - tst_QDialog
 - ...
 
    | 298203 | 
| 55 |     returnexecuted 298209 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 298209 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
 - ...
 
    | 298209 | 
| 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 9154 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 9149 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-9154 | 
| 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 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 9145 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-9145 | 
| 65 |         l1 = x2;executed 4 times by 1 test:  l1 = x2;  | 4 | 
| 66 |     else | - | 
| 67 |         r1 = x2;executed 9145 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
 - ...
 
    | 9145 | 
| 68 |  | - | 
| 69 |     int l2 = r.x1; | - | 
| 70 |     int r2 = r.x1; | - | 
| 71 |     if (r.x2 - r.x1 + 1 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 9145 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-9145 | 
| 72 |         l2 = r.x2;executed 4 times by 1 test:  l2 = r.x2;  | 4 | 
| 73 |     else | - | 
| 74 |         r2 = r.x2;executed 9145 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
 - ...
 
    | 9145 | 
| 75 |  | - | 
| 76 |     if (proper| TRUE | never evaluated |  | FALSE | evaluated 9149 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-9149 | 
| 77 |         if (l2 <= l1| TRUE | never evaluated |  | FALSE | never evaluated |  
   || r2 >= r1| TRUE | 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 < l1| TRUE | evaluated 152 times by 7 testsEvaluated by:- tst_QAccessibility
 - tst_QGraphicsItem
 - tst_QGraphicsScene
 - tst_QItemView
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 
   |  | FALSE | evaluated 8997 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 > r1| TRUE | 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 7136 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-8997 | 
| 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 7136 times by 32 tests:  end of blockExecuted 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
 - ...
 
    | 7136 | 
| 83 |  | - | 
| 84 |     int t1 = y1; | - | 
| 85 |     int b1 = y1; | - | 
| 86 |     if (y2 - y1 + 1 < 0| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 7134 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-7134 | 
| 87 |         t1 = y2;executed 2 times by 1 test:  t1 = y2;  | 2 | 
| 88 |     else | - | 
| 89 |         b1 = y2;executed 7134 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
 - ...
 
    | 7134 | 
| 90 |  | - | 
| 91 |     int t2 = r.y1; | - | 
| 92 |     int b2 = r.y1; | - | 
| 93 |     if (r.y2 - r.y1 + 1 < 0| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 7134 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-7134 | 
| 94 |         t2 = r.y2;executed 2 times by 1 test:  t2 = r.y2;  | 2 | 
| 95 |     else | - | 
| 96 |         b2 = r.y2;executed 7134 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
 - ...
 
    | 7134 | 
| 97 |  | - | 
| 98 |     if (proper| TRUE | never evaluated |  | FALSE | evaluated 7136 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-7136 | 
| 99 |         if (t2 <= t1| TRUE | never evaluated |  | FALSE | never evaluated |  
   || b2 >= b1| TRUE | 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 < t1| TRUE | evaluated 89 times by 6 testsEvaluated by:- tst_QAbstractItemView
 - tst_QGraphicsItem
 - tst_QGraphicsScene
 - tst_QItemView
 - tst_QListView
 - tst_QPrinter
 
   |  | FALSE | evaluated 7047 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 > b1| TRUE | 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 5913 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-7047 | 
| 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 5913 times by 31 tests:  end of blockExecuted 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
 - ...
 
    | 5913 | 
| 105 |  | - | 
| 106 |     returnexecuted 5913 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 5913 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
 - ...
 
    | 5913 | 
| 107 | } | - | 
| 108 | QRect QRect::operator|(const QRect &r) const noexcept | - | 
| 109 | { | - | 
| 110 |     if (isNull()| TRUE | evaluated 1544 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 360286 times by 44 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
 - ...
 
   |  
  ) | 1544-360286 | 
| 111 |         returnexecuted 1544 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 1544 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
 - ...
 
    | 1544 | 
| 112 |     if (r.isNull()| TRUE | evaluated 172227 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 188059 times by 44 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
 - ...
 
   |  
  ) | 172227-188059 | 
| 113 |         returnexecuted 172227 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 172227 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
 - ...
 
    | 172227 | 
| 114 |  | - | 
| 115 |     int l1 = x1; | - | 
| 116 |     int r1 = x1; | - | 
| 117 |     if (x2 - x1 + 1 < 0| TRUE | evaluated 17 times by 5 testsEvaluated by:- tst_QFiledialog
 - tst_QGraphicsProxyWidget
 - tst_QRect
 - tst_QTableView
 - tst_QTreeView
 
   |  | FALSE | evaluated 188042 times by 44 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-188042 | 
| 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 188042 times by 44 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
 - ...
 
    | 188042 | 
| 121 |  | - | 
| 122 |     int l2 = r.x1; | - | 
| 123 |     int r2 = r.x1; | - | 
| 124 |     if (r.x2 - r.x1 + 1 < 0| TRUE | evaluated 77 times by 4 testsEvaluated by:- tst_QFiledialog
 - tst_QGraphicsProxyWidget
 - tst_QRect
 - tst_QTableView
 
   |  | FALSE | evaluated 187982 times by 44 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-187982 | 
| 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 187982 times by 44 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
 - ...
 
    | 187982 | 
| 128 |  | - | 
| 129 |     int t1 = y1; | - | 
| 130 |     int b1 = y1; | - | 
| 131 |     if (y2 - y1 + 1 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 188055 times by 44 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-188055 | 
| 132 |         t1 = y2;executed 4 times by 1 test:  t1 = y2;  | 4 | 
| 133 |     else | - | 
| 134 |         b1 = y2;executed 188055 times by 44 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
 - ...
 
    | 188055 | 
| 135 |  | - | 
| 136 |     int t2 = r.y1; | - | 
| 137 |     int b2 = r.y1; | - | 
| 138 |     if (r.y2 - r.y1 + 1 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 188055 times by 44 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-188055 | 
| 139 |         t2 = r.y2;executed 4 times by 1 test:  t2 = r.y2;  | 4 | 
| 140 |     else | - | 
| 141 |         b2 = r.y2;executed 188055 times by 44 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
 - ...
 
    | 188055 | 
| 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 188059 times by 44 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 188059 times by 44 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
 - ...
 
    | 188059 | 
| 149 | } | - | 
| 150 | QRect QRect::operator&(const QRect &r) const noexcept | - | 
| 151 | { | - | 
| 152 |     if (isNull()| TRUE | evaluated 650 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 549572 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 432 times by 22 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_QStyleSheetStyle
 - tst_QTableView
 - tst_QTreeWidget
 - tst_QWidget
 
   |  | FALSE | evaluated 549140 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
 - ...
 
   |  
  ) | 432-549572 | 
| 153 |         returnexecuted 1082 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 1082 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
 - ...
 
    | 1082 | 
| 154 |  | - | 
| 155 |     int l1 = x1; | - | 
| 156 |     int r1 = x1; | - | 
| 157 |     if (x2 - x1 + 1 < 0| TRUE | evaluated 10 times by 2 tests |  | FALSE | evaluated 549130 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-549130 | 
| 158 |         l1 = x2;executed 10 times by 2 tests:  l1 = x2;  | 10 | 
| 159 |     else | - | 
| 160 |         r1 = x2;executed 549130 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
 - ...
 
    | 549130 | 
| 161 |  | - | 
| 162 |     int l2 = r.x1; | - | 
| 163 |     int r2 = r.x1; | - | 
| 164 |     if (r.x2 - r.x1 + 1 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 549136 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-549136 | 
| 165 |         l2 = r.x2;executed 4 times by 1 test:  l2 = r.x2;  | 4 | 
| 166 |     else | - | 
| 167 |         r2 = r.x2;executed 549136 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
 - ...
 
    | 549136 | 
| 168 |  | - | 
| 169 |     if (l1 > r2| TRUE | evaluated 7694 times by 29 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_QStyleSheetStyle
 - tst_QTableView
 - tst_QTableWidget
 - ...
 
   |  | FALSE | evaluated 541446 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 > r1| TRUE | 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 537039 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-541446 | 
| 170 |         returnexecuted 12101 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 12101 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
 - ...
 
    | 12101 | 
| 171 |  | - | 
| 172 |     int t1 = y1; | - | 
| 173 |     int b1 = y1; | - | 
| 174 |     if (y2 - y1 + 1 < 0| TRUE | evaluated 23 times by 2 testsEvaluated by:- tst_QItemDelegate
 - tst_QRect
 
   |  | FALSE | evaluated 537016 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
 - ...
 
   |  
  ) | 23-537016 | 
| 175 |         t1 = y2;executed 23 times by 2 tests:  t1 = y2;Executed by:- tst_QItemDelegate
 - tst_QRect
 
    | 23 | 
| 176 |     else | - | 
| 177 |         b1 = y2;executed 537016 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
 - ...
 
    | 537016 | 
| 178 |  | - | 
| 179 |     int t2 = r.y1; | - | 
| 180 |     int b2 = r.y1; | - | 
| 181 |     if (r.y2 - r.y1 + 1 < 0| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 537036 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-537036 | 
| 182 |         t2 = r.y2;executed 3 times by 1 test:  t2 = r.y2;  | 3 | 
| 183 |     else | - | 
| 184 |         b2 = r.y2;executed 537036 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
 - ...
 
    | 537036 | 
| 185 |  | - | 
| 186 |     if (t1 > b2| TRUE | evaluated 2850 times by 33 testsEvaluated by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QColumnView
 - tst_QComboBox
 - tst_QDialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsView
 - tst_QGridLayout
 - tst_QHeaderView
 - 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
 - ...
 
   |  | FALSE | evaluated 534189 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 > b1| TRUE | 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 533452 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-534189 | 
| 187 |         returnexecuted 3587 times by 37 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_QHeaderView
 - 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
 - ...
 
    QRect();executed 3587 times by 37 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_QHeaderView
 - 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
 - ...
 
    | 3587 | 
| 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 533452 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 533452 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
 - ...
 
    | 533452 | 
| 195 | } | - | 
| 196 | bool QRect::intersects(const QRect &r) const noexcept | - | 
| 197 | { | - | 
| 198 |     if (isNull()| TRUE | evaluated 111 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 186048 times by 93 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
   || r.isNull()| TRUE | evaluated 693 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 185355 times by 93 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 111-186048 | 
| 199 |         returnexecuted 804 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 804 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
 
    | 804 | 
| 200 |  | - | 
| 201 |     int l1 = x1; | - | 
| 202 |     int r1 = x1; | - | 
| 203 |     if (x2 - x1 + 1 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 185351 times by 93 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 4-185351 | 
| 204 |         l1 = x2;executed 4 times by 1 test:  l1 = x2;  | 4 | 
| 205 |     else | - | 
| 206 |         r1 = x2;executed 185351 times by 93 tests:  r1 = x2;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    | 185351 | 
| 207 |  | - | 
| 208 |     int l2 = r.x1; | - | 
| 209 |     int r2 = r.x1; | - | 
| 210 |     if (r.x2 - r.x1 + 1 < 0| TRUE | evaluated 11 times by 4 testsEvaluated by:- tst_QAbstractItemView
 - tst_QListView
 - tst_QRect
 - tst_QTableView
 
   |  | FALSE | evaluated 185344 times by 93 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 11-185344 | 
| 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 185344 times by 93 tests:  r2 = r.x2;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    | 185344 | 
| 214 |  | - | 
| 215 |     if (l1 > r2| TRUE | evaluated 702 times by 14 testsEvaluated by:- tst_QAbstractItemView
 - tst_QColumnView
 - tst_QDateTimeEdit
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMenuBar
 - tst_QStatusBar
 - tst_QStyle
 - tst_QTableView
 
   |  | FALSE | evaluated 184653 times by 93 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
   || l2 > r1| TRUE | evaluated 696 times by 14 testsEvaluated by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QColumnView
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QGuiApplication
 - tst_QItemView
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenuBar
 - tst_QRect
 - tst_QTableView
 
   |  | FALSE | evaluated 183957 times by 92 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 696-184653 | 
| 216 |         returnexecuted 1398 times by 18 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QColumnView
 - tst_QDateTimeEdit
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QGuiApplication
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenuBar
 - tst_QRect
 - tst_QStatusBar
 - tst_QStyle
 - tst_QTableView
 
    false;executed 1398 times by 18 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QColumnView
 - tst_QDateTimeEdit
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QGuiApplication
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenuBar
 - tst_QRect
 - tst_QStatusBar
 - tst_QStyle
 - tst_QTableView
 
    | 1398 | 
| 217 |  | - | 
| 218 |     int t1 = y1; | - | 
| 219 |     int b1 = y1; | - | 
| 220 |     if (y2 - y1 + 1 < 0| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 183954 times by 92 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 3-183954 | 
| 221 |         t1 = y2;executed 3 times by 1 test:  t1 = y2;  | 3 | 
| 222 |     else | - | 
| 223 |         b1 = y2;executed 183954 times by 92 tests:  b1 = y2;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    | 183954 | 
| 224 |  | - | 
| 225 |     int t2 = r.y1; | - | 
| 226 |     int b2 = r.y1; | - | 
| 227 |     if (r.y2 - r.y1 + 1 < 0| TRUE | evaluated 8 times by 3 testsEvaluated by:- tst_QAbstractItemView
 - tst_QListView
 - tst_QRect
 
   |  | FALSE | evaluated 183949 times by 92 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 8-183949 | 
| 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 183949 times by 92 tests:  b2 = r.y2;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    | 183949 | 
| 231 |  | - | 
| 232 |     if (t1 > b2| TRUE | evaluated 628 times by 14 testsEvaluated by:- tst_QAbstractItemView
 - tst_QColumnView
 - tst_QComboBox
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMenu
 - tst_QTableView
 - tst_QTouchEvent
 - tst_QTreeView
 
   |  | FALSE | evaluated 183329 times by 92 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
   || t2 > b1| TRUE | evaluated 310 times by 15 testsEvaluated by:- tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QListView
 - tst_QMdiArea
 - tst_QMenu
 - tst_QSqlQueryModel
 - tst_QStandardItemModel
 - tst_QStaticText
 - tst_QSystemTrayIcon
 - tst_QTableView
 - tst_QTouchEvent
 - tst_QTreeView
 - tst_QTreeWidget
 
   |  | FALSE | evaluated 183019 times by 89 testsEvaluated 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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
   |  
  ) | 310-183329 | 
| 233 |         returnexecuted 938 times by 19 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QColumnView
 - tst_QComboBox
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMenu
 - tst_QSqlQueryModel
 - tst_QStandardItemModel
 - tst_QStaticText
 - tst_QSystemTrayIcon
 - tst_QTableView
 - tst_QTouchEvent
 - tst_QTreeView
 - tst_QTreeWidget
 
    false;executed 938 times by 19 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QColumnView
 - tst_QComboBox
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QListView
 - tst_QListWidget
 - tst_QMdiArea
 - tst_QMenu
 - tst_QSqlQueryModel
 - tst_QStandardItemModel
 - tst_QStaticText
 - tst_QSystemTrayIcon
 - tst_QTableView
 - tst_QTouchEvent
 - tst_QTreeView
 - tst_QTreeWidget
 
    | 938 | 
| 234 |  | - | 
| 235 |     returnexecuted 183019 times by 89 tests:  return true;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    true;executed 183019 times by 89 tests:  return true;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_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFocusFrame
 - ...
 
    | 183019 | 
| 236 | } | - | 
| 237 | QDataStream &operator<<(QDataStream &s, const QRect &r) | - | 
| 238 | { | - | 
| 239 |     if (s.version() == 1| TRUE | 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() == 1| TRUE | 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 blockExecuted 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 < 0| TRUE | evaluated 3 times by 2 testsEvaluated by:- tst_QGraphicsScene
 - tst_QPainter
 
   |  | FALSE | evaluated 8419 times by 50 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-8419 | 
| 279 |         r.xp += r.w; | - | 
| 280 |         r.w = -r.w; | - | 
| 281 |     }executed 3 times by 2 tests:  end of blockExecuted by:- tst_QGraphicsScene
 - tst_QPainter
 
    | 3 | 
| 282 |     if (r.h < 0| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 8420 times by 50 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-8420 | 
| 283 |         r.yp += r.h; | - | 
| 284 |         r.h = -r.h; | - | 
| 285 |     }executed 2 times by 1 test:  end of block  | 2 | 
| 286 |     returnexecuted 8422 times by 50 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 8422 times by 50 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
 - ...
 
    | 8422 | 
| 287 | } | - | 
| 288 | bool QRectF::contains(const QPointF &p) const noexcept | - | 
| 289 | { | - | 
| 290 |     qreal l = xp; | - | 
| 291 |     qreal r = xp; | - | 
| 292 |     if (w < 0| TRUE | evaluated 12 times by 1 test |  | FALSE | evaluated 152979 times by 88 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 12-152979 | 
| 293 |         l += w;executed 12 times by 1 test:  l += w;  | 12 | 
| 294 |     else | - | 
| 295 |         r += w;executed 152979 times by 88 tests:  r += w;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
    | 152979 | 
| 296 |     if (l == r| TRUE | evaluated 7 times by 4 testsEvaluated by:- tst_QGraphicsItem
 - tst_QMenuBar
 - tst_QPainterPath
 - tst_QRect
 
   |  | FALSE | evaluated 152984 times by 87 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 7-152984 | 
| 297 |         returnexecuted 7 times by 4 tests:  return false;Executed by:- tst_QGraphicsItem
 - tst_QMenuBar
 - tst_QPainterPath
 - tst_QRect
 
    false;executed 7 times by 4 tests:  return false;Executed by:- tst_QGraphicsItem
 - tst_QMenuBar
 - tst_QPainterPath
 - tst_QRect
 
    | 7 | 
| 298 |  | - | 
| 299 |     if (p.x() < l| TRUE | evaluated 16580 times by 29 testsEvaluated by:- tst_QApplication
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsPixmapItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenu
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QProgressBar
 - ...
 
   |  | FALSE | evaluated 136404 times by 86 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
   || p.x() > r| TRUE | evaluated 17349 times by 33 testsEvaluated by:- tst_QAbstractItemView
 - tst_QApplication
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGestureRecognizer
 - tst_QGraphicsAnchorLayout
 - tst_QGraphicsItem
 - tst_QGraphicsPixmapItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QProgressBar
 - tst_QRadioButton
 - ...
 
   |  | FALSE | evaluated 119055 times by 85 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 16580-136404 | 
| 300 |         returnexecuted 33929 times by 40 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QApplication
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGestureRecognizer
 - tst_QGraphicsAnchorLayout
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsPixmapItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenu
 - ...
 
    false;executed 33929 times by 40 tests:  return false;Executed by:- tst_QAbstractItemView
 - tst_QApplication
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGestureRecognizer
 - tst_QGraphicsAnchorLayout
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsPixmapItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QMenu
 - ...
 
    | 33929 | 
| 301 |  | - | 
| 302 |     qreal t = yp; | - | 
| 303 |     qreal b = yp; | - | 
| 304 |     if (h < 0| TRUE | evaluated 12 times by 1 test |  | FALSE | evaluated 119043 times by 85 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 12-119043 | 
| 305 |         t += h;executed 12 times by 1 test:  t += h;  | 12 | 
| 306 |     else | - | 
| 307 |         b += h;executed 119043 times by 85 tests:  b += h;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
    | 119043 | 
| 308 |     if (t == b| TRUE | evaluated 1 time by 1 test |  | FALSE | evaluated 119054 times by 85 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 1-119054 | 
| 309 |         returnexecuted 1 time by 1 test:  return false;  false;executed 1 time by 1 test:  return false;  | 1 | 
| 310 |  | - | 
| 311 |     if (p.y() < t| TRUE | evaluated 9139 times by 23 testsEvaluated by:- tst_QApplication
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRadioButton
 - tst_QRect
 - tst_QTabWidget
 - tst_QWidget
 - tst_languageChange
 
   |  | FALSE | evaluated 109915 times by 85 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
   || p.y() > b| TRUE | evaluated 8982 times by 35 testsEvaluated by:- tst_QApplication
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGestureRecognizer
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QProgressBar
 - tst_QPushButton
 - ...
 
   |  | FALSE | evaluated 100933 times by 85 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
   |  
  ) | 8982-109915 | 
| 312 |         returnexecuted 18121 times by 38 tests:  return false;Executed by:- tst_QApplication
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGestureRecognizer
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - ...
 
    false;executed 18121 times by 38 tests:  return false;Executed by:- tst_QApplication
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGestureRecognizer
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - ...
 
    | 18121 | 
| 313 |  | - | 
| 314 |     returnexecuted 100933 times by 85 tests:  return true;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
    true;executed 100933 times by 85 tests:  return true;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAbstractScrollArea
 - tst_QAbstractTextDocumentLayout
 - 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_QDialog
 - tst_QDialogButtonBox
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFileSystemModel
 - tst_QFiledialog
 - tst_QFocusEvent
 - tst_QFontDialog
 - ...
 
    | 100933 | 
| 315 | } | - | 
| 316 | bool QRectF::contains(const QRectF &r) const noexcept | - | 
| 317 | { | - | 
| 318 |     qreal l1 = xp; | - | 
| 319 |     qreal r1 = xp; | - | 
| 320 |     if (w < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 14208 times by 82 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-14208 | 
| 321 |         l1 += w;executed 4 times by 1 test:  l1 += w;  | 4 | 
| 322 |     else | - | 
| 323 |         r1 += w;executed 14208 times by 82 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
 - ...
 
    | 14208 | 
| 324 |     if (l1 == r1| TRUE | evaluated 10 times by 2 testsEvaluated by:- tst_QGraphicsLinearLayout
 - tst_QRect
 
   |  | FALSE | evaluated 14202 times by 82 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-14202 | 
| 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 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 14198 times by 82 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-14198 | 
| 330 |         l2 += r.w;executed 4 times by 1 test:  l2 += r.w;  | 4 | 
| 331 |     else | - | 
| 332 |         r2 += r.w;executed 14198 times by 82 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
 - ...
 
    | 14198 | 
| 333 |     if (l2 == r2| TRUE | evaluated 6 times by 3 testsEvaluated by:- tst_QColorDialog
 - tst_QRect
 - tst_languageChange
 
   |  | FALSE | evaluated 14196 times by 82 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
 - ...
 
   |  
  ) | 6-14196 | 
| 334 |         returnexecuted 6 times by 3 tests:  return false;Executed by:- tst_QColorDialog
 - tst_QRect
 - tst_languageChange
 
    false;executed 6 times by 3 tests:  return false;Executed by:- tst_QColorDialog
 - tst_QRect
 - tst_languageChange
 
    | 6 | 
| 335 |  | - | 
| 336 |     if (l2 < l1| TRUE | evaluated 776 times by 16 testsEvaluated by:- tst_QCalendarWidget
 - 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
 - tst_QTouchEvent
 
   |  | FALSE | evaluated 13420 times by 82 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 > r1| TRUE | evaluated 293 times by 31 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRect
 - tst_QSpinBox
 - ...
 
   |  | FALSE | evaluated 13127 times by 82 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
 - ...
 
   |  
  ) | 293-13420 | 
| 337 |         returnexecuted 1069 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - ...
 
    false;executed 1069 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - ...
 
    | 1069 | 
| 338 |  | - | 
| 339 |     qreal t1 = yp; | - | 
| 340 |     qreal b1 = yp; | - | 
| 341 |     if (h < 0| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 13125 times by 82 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-13125 | 
| 342 |         t1 += h;executed 2 times by 1 test:  t1 += h;  | 2 | 
| 343 |     else | - | 
| 344 |         b1 += h;executed 13125 times by 82 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
 - ...
 
    | 13125 | 
| 345 |     if (t1 == b1| TRUE | never evaluated |  | FALSE | evaluated 13127 times by 82 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-13127 | 
| 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 < 0| TRUE | evaluated 2 times by 1 test |  | FALSE | evaluated 13125 times by 82 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-13125 | 
| 351 |         t2 += r.h;executed 2 times by 1 test:  t2 += r.h;  | 2 | 
| 352 |     else | - | 
| 353 |         b2 += r.h;executed 13125 times by 82 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
 - ...
 
    | 13125 | 
| 354 |     if (t2 == b2| TRUE | never evaluated |  | FALSE | evaluated 13127 times by 82 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-13127 | 
| 355 |         return never executed: return false;  false;never executed: return false;  | 0 | 
| 356 |  | - | 
| 357 |     if (t2 < t1| TRUE | evaluated 206 times by 8 testsEvaluated by:- tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsView
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QTextEdit
 - tst_QTouchEvent
 
   |  | FALSE | evaluated 12921 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 > b1| TRUE | evaluated 116 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 12805 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
 - ...
 
   |  
  ) | 116-12921 | 
| 358 |         returnexecuted 322 times by 11 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
 - tst_QTouchEvent
 
    false;executed 322 times by 11 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
 - tst_QTouchEvent
 
    | 322 | 
| 359 |  | - | 
| 360 |     returnexecuted 12805 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 12805 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
 - ...
 
    | 12805 | 
| 361 | } | - | 
| 362 | QRectF QRectF::operator|(const QRectF &r) const noexcept | - | 
| 363 | { | - | 
| 364 |     if (isNull()| TRUE | evaluated 3966 times by 25 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_QLabel
 - tst_QOpenGLWidget
 - tst_QPainter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - tst_QRect
 - tst_QStateMachine
 - tst_QTextBrowser
 - tst_QTextEdit
 - tst_QTouchEvent
 
   |  | FALSE | evaluated 26311 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) | 3966-26311 | 
| 365 |         returnexecuted 3966 times by 25 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_QLabel
 - tst_QOpenGLWidget
 - tst_QPainter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - tst_QRect
 - tst_QStateMachine
 - tst_QTextBrowser
 - tst_QTextEdit
 - tst_QTouchEvent
 
    r;executed 3966 times by 25 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_QLabel
 - tst_QOpenGLWidget
 - tst_QPainter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - tst_QRect
 - tst_QStateMachine
 - tst_QTextBrowser
 - tst_QTextEdit
 - tst_QTouchEvent
 
    | 3966 | 
| 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 26089 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) | 222-26089 | 
| 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 < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) | 4-26085 | 
| 372 |         left += w;executed 4 times by 1 test:  left += w;  | 4 | 
| 373 |     else | - | 
| 374 |         right += w;executed 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    | 26085 | 
| 375 |  | - | 
| 376 |     if (r.w < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) { | 4-26085 | 
| 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 26085 times by 32 tests:  end of blockExecuted 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    | 26085 | 
| 383 |  | - | 
| 384 |     qreal top = yp; | - | 
| 385 |     qreal bottom = yp; | - | 
| 386 |     if (h < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) | 4-26085 | 
| 387 |         top += h;executed 4 times by 1 test:  top += h;  | 4 | 
| 388 |     else | - | 
| 389 |         bottom += h;executed 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    | 26085 | 
| 390 |  | - | 
| 391 |     if (r.h < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 26085 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
   |  
  ) { | 4-26085 | 
| 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 26085 times by 32 tests:  end of blockExecuted 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    | 26085 | 
| 398 |  | - | 
| 399 |     returnexecuted 26089 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    QRectF(left, top, right - left, bottom - top);executed 26089 times by 32 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_QItemDelegate
 - tst_QLabel
 - tst_QPainter
 - tst_QPathClipper
 - tst_QPixmapFilter
 - tst_QPlainTextEdit
 - tst_QPrinter
 - ...
 
    | 26089 | 
| 400 | } | - | 
| 401 | QRectF QRectF::operator&(const QRectF &r) const noexcept | - | 
| 402 | { | - | 
| 403 |     qreal l1 = xp; | - | 
| 404 |     qreal r1 = xp; | - | 
| 405 |     if (w < 0| TRUE | evaluated 8 times by 1 test |  | FALSE | evaluated 7754 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 8-7754 | 
| 406 |         l1 += w;executed 8 times by 1 test:  l1 += w;  | 8 | 
| 407 |     else | - | 
| 408 |         r1 += w;executed 7754 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    | 7754 | 
| 409 |     if (l1 == r1| TRUE | evaluated 34 times by 3 testsEvaluated by:- tst_QGraphicsProxyWidget
 - tst_QRect
 - tst_QTextEdit
 
   |  | FALSE | evaluated 7728 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 34-7728 | 
| 410 |         returnexecuted 34 times by 3 tests:  return QRectF();Executed by:- tst_QGraphicsProxyWidget
 - tst_QRect
 - tst_QTextEdit
 
    QRectF();executed 34 times by 3 tests:  return QRectF();Executed by:- tst_QGraphicsProxyWidget
 - tst_QRect
 - tst_QTextEdit
 
    | 34 | 
| 411 |  | - | 
| 412 |     qreal l2 = r.xp; | - | 
| 413 |     qreal r2 = r.xp; | - | 
| 414 |     if (r.w < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 7724 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 4-7724 | 
| 415 |         l2 += r.w;executed 4 times by 1 test:  l2 += r.w;  | 4 | 
| 416 |     else | - | 
| 417 |         r2 += r.w;executed 7724 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    | 7724 | 
| 418 |     if (l2 == r2| TRUE | evaluated 8 times by 4 testsEvaluated by:- tst_QMdiArea
 - tst_QPicture
 - tst_QRect
 - tst_QSplitter
 
   |  | FALSE | evaluated 7720 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 8-7720 | 
| 419 |         returnexecuted 8 times by 4 tests:  return QRectF();Executed by:- tst_QMdiArea
 - tst_QPicture
 - tst_QRect
 - tst_QSplitter
 
    QRectF();executed 8 times by 4 tests:  return QRectF();Executed by:- tst_QMdiArea
 - tst_QPicture
 - tst_QRect
 - tst_QSplitter
 
    | 8 | 
| 420 |  | - | 
| 421 |     if (l1 >= r2| TRUE | evaluated 5 times by 4 testsEvaluated by:- tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QPlainTextEdit
 - tst_QTextEdit
 
   |  | FALSE | evaluated 7715 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
   || l2 >= r1| TRUE | evaluated 22 times by 4 testsEvaluated by:- tst_QGraphicsItem
 - tst_QPlainTextEdit
 - tst_QRect
 - tst_QTextEdit
 
   |  | FALSE | evaluated 7693 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 5-7715 | 
| 422 |         returnexecuted 27 times by 5 tests:  return QRectF();Executed by:- tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QPlainTextEdit
 - tst_QRect
 - tst_QTextEdit
 
    QRectF();executed 27 times by 5 tests:  return QRectF();Executed by:- tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QPlainTextEdit
 - tst_QRect
 - tst_QTextEdit
 
    | 27 | 
| 423 |  | - | 
| 424 |     qreal t1 = yp; | - | 
| 425 |     qreal b1 = yp; | - | 
| 426 |     if (h < 0| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 7690 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 3-7690 | 
| 427 |         t1 += h;executed 3 times by 1 test:  t1 += h;  | 3 | 
| 428 |     else | - | 
| 429 |         b1 += h;executed 7690 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    | 7690 | 
| 430 |     if (t1 == b1| TRUE | never evaluated |  | FALSE | evaluated 7693 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 0-7693 | 
| 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 < 0| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 7690 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 3-7690 | 
| 436 |         t2 += r.h;executed 3 times by 1 test:  t2 += r.h;  | 3 | 
| 437 |     else | - | 
| 438 |         b2 += r.h;executed 7690 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    | 7690 | 
| 439 |     if (t2 == b2| TRUE | never evaluated |  | FALSE | evaluated 7693 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 0-7693 | 
| 440 |         return never executed: return QRectF();  QRectF();never executed: return QRectF();  | 0 | 
| 441 |  | - | 
| 442 |     if (t1 >= b2| TRUE | evaluated 1607 times by 6 testsEvaluated by:- tst_QGraphicsProxyWidget
 - tst_QGraphicsView
 - tst_QPlainTextEdit
 - tst_QTextBrowser
 - tst_QTextDocumentLayout
 - tst_QTextEdit
 
   |  | FALSE | evaluated 6086 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
   || t2 >= b1| TRUE | evaluated 8 times by 5 testsEvaluated by:- tst_QGraphicsProxyWidget
 - tst_QPlainTextEdit
 - tst_QSplitter
 - tst_QTextBrowser
 - tst_QTextEdit
 
   |  | FALSE | evaluated 6078 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
   |  
  ) | 8-6086 | 
| 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 6078 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    tmp;executed 6078 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_QItemDelegate
 - tst_QLineEdit
 - ...
 
    | 6078 | 
| 451 | } | - | 
| 452 | bool QRectF::intersects(const QRectF &r) const noexcept | - | 
| 453 | { | - | 
| 454 |     qreal l1 = xp; | - | 
| 455 |     qreal r1 = xp; | - | 
| 456 |     if (w < 0| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 1473951 times by 54 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
   |  
  ) | 4-1473951 | 
| 457 |         l1 += w;executed 4 times by 1 test:  l1 += w;  | 4 | 
| 458 |     else | - | 
| 459 |         r1 += w;executed 1473951 times by 54 tests:  r1 += w;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
    | 1473951 | 
| 460 |     if (l1 == r1| TRUE | evaluated 114 times by 3 testsEvaluated by:- tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QRect
 
   |  | FALSE | evaluated 1473841 times by 54 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
   |  
  ) | 114-1473841 | 
| 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 < 0| TRUE | evaluated 5 times by 2 testsEvaluated by:- tst_QGraphicsScene
 - tst_QRect
 
   |  | FALSE | evaluated 1473836 times by 54 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
   |  
  ) | 5-1473836 | 
| 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 1473836 times by 54 tests:  r2 += r.w;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
    | 1473836 | 
| 469 |     if (l2 == r2| TRUE | evaluated 2 times by 2 testsEvaluated by:- tst_QGraphicsScene
 - tst_QRect
 
   |  | FALSE | evaluated 1473839 times by 54 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QItemView
 - ...
 
   |  
  ) | 2-1473839 | 
| 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 >= r2| TRUE | evaluated 701717 times by 27 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QApplication
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRadioButton
 - tst_QStyle
 - tst_QStyleSheetStyle
 - tst_QTabWidget
 - tst_QTableView
 - tst_QTextTable
 - tst_QTreeWidget
 - ...
 
   |  | FALSE | evaluated 772122 times by 52 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QColumnView
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - ...
 
   |  
   || l2 >= r1| TRUE | evaluated 695976 times by 19 testsEvaluated by:- tst_Gestures
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QPathClipper
 - tst_QRect
 - tst_QTabWidget
 - tst_QWidget
 
   |  | FALSE | evaluated 76146 times by 51 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
   |  
  ) | 76146-772122 | 
| 473 |         returnexecuted 1397693 times by 30 tests:  return false;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QApplication
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRadioButton
 - tst_QRect
 - tst_QStyle
 - tst_QStyleSheetStyle
 - tst_QTabWidget
 - ...
 
    false;executed 1397693 times by 30 tests:  return false;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QApplication
 - tst_QColumnView
 - tst_QCompleter
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QGroupBox
 - tst_QItemDelegate
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRadioButton
 - tst_QRect
 - tst_QStyle
 - tst_QStyleSheetStyle
 - tst_QTabWidget
 - ...
 
    | 1397693 | 
| 474 |  | - | 
| 475 |     qreal t1 = yp; | - | 
| 476 |     qreal b1 = yp; | - | 
| 477 |     if (h < 0| TRUE | evaluated 3 times by 1 test |  | FALSE | evaluated 76143 times by 51 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
   |  
  ) | 3-76143 | 
| 478 |         t1 += h;executed 3 times by 1 test:  t1 += h;  | 3 | 
| 479 |     else | - | 
| 480 |         b1 += h;executed 76143 times by 51 tests:  b1 += h;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
    | 76143 | 
| 481 |     if (t1 == b1| TRUE | never evaluated |  | FALSE | evaluated 76146 times by 51 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
   |  
  ) | 0-76146 | 
| 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 < 0| TRUE | evaluated 4 times by 2 testsEvaluated by:- tst_QGraphicsScene
 - tst_QRect
 
   |  | FALSE | evaluated 76142 times by 51 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
   |  
  ) | 4-76142 | 
| 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 76142 times by 51 tests:  b2 += r.h;Executed by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
    | 76142 | 
| 490 |     if (t2 == b2| TRUE | never evaluated |  | FALSE | evaluated 76146 times by 51 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QDoubleSpinBox
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsEffect
 - tst_QGraphicsEffectSource
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - ...
 
   |  
  ) | 0-76146 | 
| 491 |         return never executed: return false;  false;never executed: return false;  | 0 | 
| 492 |  | - | 
| 493 |     if (t1 >= b2| TRUE | evaluated 28700 times by 31 testsEvaluated by:- tst_QApplication
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainterPath
 - tst_QPushButton
 - tst_QRadioButton
 - tst_QStyle
 - tst_QStyleSheetStyle
 - tst_QTabBar
 - tst_QTabWidget
 - ...
 
   |  | FALSE | evaluated 47446 times by 45 testsEvaluated by:- tst_Gestures
 - tst_QAbstractItemView
 - tst_QAccessibility
 - tst_QApplication
 - tst_QCalendarWidget
 - tst_QComboBox
 - tst_QCompleter
 - tst_QDockWidget
 - 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_QItemDelegate
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - ...
 
   |  
   || t2 >= b1| TRUE | evaluated 35373 times by 26 testsEvaluated by:- tst_QApplication
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QGraphicsItem
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QRadioButton
 - tst_QRect
 - tst_QTabWidget
 - tst_QTextDocumentLayout
 - tst_QTextEdit
 - tst_QTextTable
 - tst_QWidget
 - ...
 
   |  | FALSE | evaluated 12073 times by 36 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QPrinter
 - tst_QRect
 - ...
 
   |  
  ) | 12073-47446 | 
| 494 |         returnexecuted 64073 times by 35 tests:  return false;Executed by:- tst_QApplication
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QPushButton
 - tst_QRadioButton
 - tst_QRect
 - ...
 
    false;executed 64073 times by 35 tests:  return false;Executed by:- tst_QApplication
 - tst_QCompleter
 - tst_QDockWidget
 - tst_QFileDialog2
 - tst_QFiledialog
 - tst_QFontDialog
 - tst_QGraphicsItem
 - tst_QGraphicsLinearLayout
 - tst_QGraphicsProxyWidget
 - tst_QGraphicsScene
 - tst_QGraphicsSceneIndex
 - tst_QGraphicsView
 - tst_QGraphicsWidget
 - tst_QItemView
 - tst_QLineEdit
 - tst_QListView
 - tst_QMainWindow
 - tst_QMdiArea
 - tst_QMdiSubWindow
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QPushButton
 - tst_QRadioButton
 - tst_QRect
 - ...
 
    | 64073 | 
| 495 |  | - | 
| 496 |     returnexecuted 12073 times by 36 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QPrinter
 - tst_QRect
 - ...
 
    true;executed 12073 times by 36 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_QItemDelegate
 - tst_QLineEdit
 - tst_QPainter
 - tst_QPainterPath
 - tst_QPathClipper
 - tst_QPrinter
 - tst_QRect
 - ...
 
    | 12073 | 
| 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 51356 times by 108 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 51356 times by 108 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
 - ...
 
    | 51356 | 
| 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 |  | - | 
 |  |  |