OpenCoverage

qasciikey.cpp

Absolute File Name:/home/qt/qt5_coco/qt5/qtbase/src/testlib/qasciikey.cpp
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3Qt::Key QTest::asciiToKey(char ascii)-
4{-
5 switch ((unsigned char)ascii) {-
6 case
never executed: case 0x08:
0x08:
never executed: case 0x08:
return
never executed: return Qt::Key_Backspace;
Qt::Key_Backspace;
never executed: return Qt::Key_Backspace;
0
7 case
never executed: case 0x09:
0x09:
never executed: case 0x09:
return
never executed: return Qt::Key_Tab;
Qt::Key_Tab;
never executed: return Qt::Key_Tab;
0
8 case
never executed: case 0x0b:
0x0b:
never executed: case 0x0b:
return
never executed: return Qt::Key_Backtab;
Qt::Key_Backtab;
never executed: return Qt::Key_Backtab;
0
9 case
never executed: case 0x0d:
0x0d:
never executed: case 0x0d:
return
never executed: return Qt::Key_Return;
Qt::Key_Return;
never executed: return Qt::Key_Return;
0
10 case
never executed: case 0x1b:
0x1b:
never executed: case 0x1b:
return
never executed: return Qt::Key_Escape;
Qt::Key_Escape;
never executed: return Qt::Key_Escape;
0
11 case
never executed: case 0x13:
0x13:
never executed: case 0x13:
return
never executed: return Qt::Key_Up;
Qt::Key_Up;
never executed: return Qt::Key_Up;
0
12 case
never executed: case 0x15:
0x15:
never executed: case 0x15:
return
never executed: return Qt::Key_Down;
Qt::Key_Down;
never executed: return Qt::Key_Down;
0
13 case
executed 83 times by 8 tests: case 0x20:
Executed by:
  • tst_QAbstractButton
  • tst_QCheckBox
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTextEdit
0x20:
executed 83 times by 8 tests: case 0x20:
Executed by:
  • tst_QAbstractButton
  • tst_QCheckBox
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTextEdit
return
executed 83 times by 8 tests: return Qt::Key_Space;
Executed by:
  • tst_QAbstractButton
  • tst_QCheckBox
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTextEdit
Qt::Key_Space;
executed 83 times by 8 tests: return Qt::Key_Space;
Executed by:
  • tst_QAbstractButton
  • tst_QCheckBox
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTextEdit
83
14 case
executed 5 times by 2 tests: case 0x21:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x21:
executed 5 times by 2 tests: case 0x21:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 5 times by 2 tests: return Qt::Key_Exclam;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Exclam;
executed 5 times by 2 tests: return Qt::Key_Exclam;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
5
15 case
executed 2 times by 2 tests: case 0x22:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x22:
executed 2 times by 2 tests: case 0x22:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_QuoteDbl;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_QuoteDbl;
executed 2 times by 2 tests: return Qt::Key_QuoteDbl;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
16 case
executed 3 times by 2 tests: case 0x23:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x23:
executed 3 times by 2 tests: case 0x23:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 3 times by 2 tests: return Qt::Key_NumberSign;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_NumberSign;
executed 3 times by 2 tests: return Qt::Key_NumberSign;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
3
17 case
executed 2 times by 2 tests: case 0x24:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x24:
executed 2 times by 2 tests: case 0x24:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Dollar;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Dollar;
executed 2 times by 2 tests: return Qt::Key_Dollar;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
18 case
executed 2 times by 2 tests: case 0x25:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x25:
executed 2 times by 2 tests: case 0x25:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Percent;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Percent;
executed 2 times by 2 tests: return Qt::Key_Percent;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
19 case
executed 2 times by 2 tests: case 0x26:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x26:
executed 2 times by 2 tests: case 0x26:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Ampersand;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Ampersand;
executed 2 times by 2 tests: return Qt::Key_Ampersand;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
20 case
executed 2 times by 2 tests: case 0x27:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x27:
executed 2 times by 2 tests: case 0x27:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Apostrophe;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Apostrophe;
executed 2 times by 2 tests: return Qt::Key_Apostrophe;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
21 case
executed 2 times by 2 tests: case 0x28:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x28:
executed 2 times by 2 tests: case 0x28:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_ParenLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_ParenLeft;
executed 2 times by 2 tests: return Qt::Key_ParenLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
22 case
executed 2 times by 2 tests: case 0x29:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x29:
executed 2 times by 2 tests: case 0x29:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_ParenRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_ParenRight;
executed 2 times by 2 tests: return Qt::Key_ParenRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
23 case
executed 6 times by 4 tests: case 0x2a:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QTextEdit
0x2a:
executed 6 times by 4 tests: case 0x2a:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QTextEdit
return
executed 6 times by 4 tests: return Qt::Key_Asterisk;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QTextEdit
Qt::Key_Asterisk;
executed 6 times by 4 tests: return Qt::Key_Asterisk;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QTextEdit
6
24 case
executed 2 times by 2 tests: case 0x2b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x2b:
executed 2 times by 2 tests: case 0x2b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Plus;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Plus;
executed 2 times by 2 tests: return Qt::Key_Plus;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
25 case
executed 12 times by 3 tests: case 0x2c:
Executed by:
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
0x2c:
executed 12 times by 3 tests: case 0x2c:
Executed by:
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
return
executed 12 times by 3 tests: return Qt::Key_Comma;
Executed by:
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
Qt::Key_Comma;
executed 12 times by 3 tests: return Qt::Key_Comma;
Executed by:
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
12
26 case
executed 58 times by 3 tests: case 0x2d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x2d:
executed 58 times by 3 tests: case 0x2d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 58 times by 3 tests: return Qt::Key_Minus;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_Minus;
executed 58 times by 3 tests: return Qt::Key_Minus;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
58
27 case
executed 78 times by 4 tests: case 0x2e:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
0x2e:
executed 78 times by 4 tests: case 0x2e:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 78 times by 4 tests: return Qt::Key_Period;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Period;
executed 78 times by 4 tests: return Qt::Key_Period;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
78
28 case
executed 6 times by 4 tests: case 0x2f:
Executed by:
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
0x2f:
executed 6 times by 4 tests: case 0x2f:
Executed by:
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 6 times by 4 tests: return Qt::Key_Slash;
Executed by:
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Slash;
executed 6 times by 4 tests: return Qt::Key_Slash;
Executed by:
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QLineEdit
6
29 case
executed 193 times by 5 tests: case 0x30:
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x30:
executed 193 times by 5 tests: case 0x30:
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 193 times by 5 tests: return Qt::Key_0;
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_0;
executed 193 times by 5 tests: return Qt::Key_0;
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
193
30 case
executed 116 times by 8 tests: case 0x31:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QSpinBox
  • tst_QTableWidget
0x31:
executed 116 times by 8 tests: case 0x31:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QSpinBox
  • tst_QTableWidget
return
executed 116 times by 8 tests: return Qt::Key_1;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QSpinBox
  • tst_QTableWidget
Qt::Key_1;
executed 116 times by 8 tests: return Qt::Key_1;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QSpinBox
  • tst_QTableWidget
116
31 case
executed 105 times by 7 tests: case 0x32:
Executed by:
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x32:
executed 105 times by 7 tests: case 0x32:
Executed by:
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 105 times by 7 tests: return Qt::Key_2;
Executed by:
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_2;
executed 105 times by 7 tests: return Qt::Key_2;
Executed by:
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
105
32 case
executed 14 times by 2 tests: case 0x33:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x33:
executed 14 times by 2 tests: case 0x33:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 14 times by 2 tests: return Qt::Key_3;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_3;
executed 14 times by 2 tests: return Qt::Key_3;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
14
33 case
executed 28 times by 4 tests: case 0x34:
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x34:
executed 28 times by 4 tests: case 0x34:
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 28 times by 4 tests: return Qt::Key_4;
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_4;
executed 28 times by 4 tests: return Qt::Key_4;
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
28
34 case
executed 56 times by 4 tests: case 0x35:
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x35:
executed 56 times by 4 tests: case 0x35:
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 56 times by 4 tests: return Qt::Key_5;
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_5;
executed 56 times by 4 tests: return Qt::Key_5;
Executed by:
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
56
35 case
executed 8 times by 4 tests: case 0x36:
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
0x36:
executed 8 times by 4 tests: case 0x36:
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 8 times by 4 tests: return Qt::Key_6;
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_6;
executed 8 times by 4 tests: return Qt::Key_6;
Executed by:
  • tst_QCalendarWidget
  • tst_QDateTimeEdit
  • tst_QInputDialog
  • tst_QLineEdit
8
36 case
executed 9 times by 4 tests: case 0x37:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x37:
executed 9 times by 4 tests: case 0x37:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 9 times by 4 tests: return Qt::Key_7;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_7;
executed 9 times by 4 tests: return Qt::Key_7;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
9
37 case
executed 7 times by 2 tests: case 0x38:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x38:
executed 7 times by 2 tests: case 0x38:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 7 times by 2 tests: return Qt::Key_8;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_8;
executed 7 times by 2 tests: return Qt::Key_8;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
7
38 case
executed 25 times by 5 tests: case 0x39:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x39:
executed 25 times by 5 tests: case 0x39:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 25 times by 5 tests: return Qt::Key_9;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_9;
executed 25 times by 5 tests: return Qt::Key_9;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
25
39 case
executed 7 times by 2 tests: case 0x3a:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3a:
executed 7 times by 2 tests: case 0x3a:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 7 times by 2 tests: return Qt::Key_Colon;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Colon;
executed 7 times by 2 tests: return Qt::Key_Colon;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
7
40 case
executed 3 times by 2 tests: case 0x3b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3b:
executed 3 times by 2 tests: case 0x3b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 3 times by 2 tests: return Qt::Key_Semicolon;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Semicolon;
executed 3 times by 2 tests: return Qt::Key_Semicolon;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
3
41 case
executed 2 times by 2 tests: case 0x3c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3c:
executed 2 times by 2 tests: case 0x3c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Less;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Less;
executed 2 times by 2 tests: return Qt::Key_Less;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
42 case
executed 2 times by 2 tests: case 0x3d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3d:
executed 2 times by 2 tests: case 0x3d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Equal;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Equal;
executed 2 times by 2 tests: return Qt::Key_Equal;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
43 case
executed 2 times by 2 tests: case 0x3e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3e:
executed 2 times by 2 tests: case 0x3e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Greater;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Greater;
executed 2 times by 2 tests: return Qt::Key_Greater;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
44 case
executed 2 times by 2 tests: case 0x3f:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x3f:
executed 2 times by 2 tests: case 0x3f:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Question;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Question;
executed 2 times by 2 tests: return Qt::Key_Question;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
45 case
executed 2 times by 2 tests: case 0x40:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x40:
executed 2 times by 2 tests: case 0x40:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_At;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_At;
executed 2 times by 2 tests: return Qt::Key_At;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
46 case
executed 29 times by 6 tests: case 0x41:
Executed by:
  • tst_QAbstractButton
  • tst_QAccessibility
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPushButton
0x41:
executed 29 times by 6 tests: case 0x41:
Executed by:
  • tst_QAbstractButton
  • tst_QAccessibility
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPushButton
return
executed 29 times by 6 tests: return Qt::Key_A;
Executed by:
  • tst_QAbstractButton
  • tst_QAccessibility
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPushButton
Qt::Key_A;
executed 29 times by 6 tests: return Qt::Key_A;
Executed by:
  • tst_QAbstractButton
  • tst_QAccessibility
  • tst_QCommandLinkButton
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QPushButton
29
47 case
executed 10 times by 1 test: case 0x42:
Executed by:
  • tst_QLineEdit
0x42:
executed 10 times by 1 test: case 0x42:
Executed by:
  • tst_QLineEdit
return
executed 10 times by 1 test: return Qt::Key_B;
Executed by:
  • tst_QLineEdit
Qt::Key_B;
executed 10 times by 1 test: return Qt::Key_B;
Executed by:
  • tst_QLineEdit
10
48 case
executed 16 times by 3 tests: case 0x43:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QLineEdit
0x43:
executed 16 times by 3 tests: case 0x43:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QLineEdit
return
executed 16 times by 3 tests: return Qt::Key_C;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QLineEdit
Qt::Key_C;
executed 16 times by 3 tests: return Qt::Key_C;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QLineEdit
16
49 case
executed 6 times by 2 tests: case 0x44:
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
0x44:
executed 6 times by 2 tests: case 0x44:
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
return
executed 6 times by 2 tests: return Qt::Key_D;
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
Qt::Key_D;
executed 6 times by 2 tests: return Qt::Key_D;
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
6
50 case
executed 13 times by 2 tests: case 0x45:
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
0x45:
executed 13 times by 2 tests: case 0x45:
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
return
executed 13 times by 2 tests: return Qt::Key_E;
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
Qt::Key_E;
executed 13 times by 2 tests: return Qt::Key_E;
Executed by:
  • tst_QAccessibility
  • tst_QLineEdit
13
51 case
executed 3 times by 1 test: case 0x46:
Executed by:
  • tst_QLineEdit
0x46:
executed 3 times by 1 test: case 0x46:
Executed by:
  • tst_QLineEdit
return
executed 3 times by 1 test: return Qt::Key_F;
Executed by:
  • tst_QLineEdit
Qt::Key_F;
executed 3 times by 1 test: return Qt::Key_F;
Executed by:
  • tst_QLineEdit
3
52 case
executed 4 times by 1 test: case 0x47:
Executed by:
  • tst_QLineEdit
0x47:
executed 4 times by 1 test: case 0x47:
Executed by:
  • tst_QLineEdit
return
executed 4 times by 1 test: return Qt::Key_G;
Executed by:
  • tst_QLineEdit
Qt::Key_G;
executed 4 times by 1 test: return Qt::Key_G;
Executed by:
  • tst_QLineEdit
4
53 case
executed 6 times by 2 tests: case 0x48:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
0x48:
executed 6 times by 2 tests: case 0x48:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
return
executed 6 times by 2 tests: return Qt::Key_H;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
Qt::Key_H;
executed 6 times by 2 tests: return Qt::Key_H;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
6
54 case
executed 3 times by 1 test: case 0x49:
Executed by:
  • tst_QLineEdit
0x49:
executed 3 times by 1 test: case 0x49:
Executed by:
  • tst_QLineEdit
return
executed 3 times by 1 test: return Qt::Key_I;
Executed by:
  • tst_QLineEdit
Qt::Key_I;
executed 3 times by 1 test: return Qt::Key_I;
Executed by:
  • tst_QLineEdit
3
55 case
never executed: case 0x4a:
0x4a:
never executed: case 0x4a:
return
never executed: return Qt::Key_J;
Qt::Key_J;
never executed: return Qt::Key_J;
0
56 case
executed 2 times by 1 test: case 0x4b:
Executed by:
  • tst_QLineEdit
0x4b:
executed 2 times by 1 test: case 0x4b:
Executed by:
  • tst_QLineEdit
return
executed 2 times by 1 test: return Qt::Key_K;
Executed by:
  • tst_QLineEdit
Qt::Key_K;
executed 2 times by 1 test: return Qt::Key_K;
Executed by:
  • tst_QLineEdit
2
57 case
never executed: case 0x4c:
0x4c:
never executed: case 0x4c:
return
never executed: return Qt::Key_L;
Qt::Key_L;
never executed: return Qt::Key_L;
0
58 case
never executed: case 0x4d:
0x4d:
never executed: case 0x4d:
return
never executed: return Qt::Key_M;
Qt::Key_M;
never executed: return Qt::Key_M;
0
59 case
executed 1 time by 1 test: case 0x4e:
Executed by:
  • tst_QTextEdit
0x4e:
executed 1 time by 1 test: case 0x4e:
Executed by:
  • tst_QTextEdit
return
executed 1 time by 1 test: return Qt::Key_N;
Executed by:
  • tst_QTextEdit
Qt::Key_N;
executed 1 time by 1 test: return Qt::Key_N;
Executed by:
  • tst_QTextEdit
1
60 case
executed 2 times by 2 tests: case 0x4f:
Executed by:
  • tst_QAccessibility
  • tst_QTextEdit
0x4f:
executed 2 times by 2 tests: case 0x4f:
Executed by:
  • tst_QAccessibility
  • tst_QTextEdit
return
executed 2 times by 2 tests: return Qt::Key_O;
Executed by:
  • tst_QAccessibility
  • tst_QTextEdit
Qt::Key_O;
executed 2 times by 2 tests: return Qt::Key_O;
Executed by:
  • tst_QAccessibility
  • tst_QTextEdit
2
61 case
executed 2 times by 2 tests: case 0x50:
Executed by:
  • tst_QLineEdit
  • tst_QPrinter
0x50:
executed 2 times by 2 tests: case 0x50:
Executed by:
  • tst_QLineEdit
  • tst_QPrinter
return
executed 2 times by 2 tests: return Qt::Key_P;
Executed by:
  • tst_QLineEdit
  • tst_QPrinter
Qt::Key_P;
executed 2 times by 2 tests: return Qt::Key_P;
Executed by:
  • tst_QLineEdit
  • tst_QPrinter
2
62 case
never executed: case 0x51:
0x51:
never executed: case 0x51:
return
never executed: return Qt::Key_Q;
Qt::Key_Q;
never executed: return Qt::Key_Q;
0
63 case
executed 2 times by 1 test: case 0x52:
Executed by:
  • tst_QLineEdit
0x52:
executed 2 times by 1 test: case 0x52:
Executed by:
  • tst_QLineEdit
return
executed 2 times by 1 test: return Qt::Key_R;
Executed by:
  • tst_QLineEdit
Qt::Key_R;
executed 2 times by 1 test: return Qt::Key_R;
Executed by:
  • tst_QLineEdit
2
64 case
executed 5 times by 2 tests: case 0x53:
Executed by:
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x53:
executed 5 times by 2 tests: case 0x53:
Executed by:
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 5 times by 2 tests: return Qt::Key_S;
Executed by:
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_S;
executed 5 times by 2 tests: return Qt::Key_S;
Executed by:
  • tst_QPlainTextEdit
  • tst_QTextEdit
5
65 case
executed 7 times by 2 tests: case 0x54:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
0x54:
executed 7 times by 2 tests: case 0x54:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
return
executed 7 times by 2 tests: return Qt::Key_T;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
Qt::Key_T;
executed 7 times by 2 tests: return Qt::Key_T;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
7
66 case
never executed: case 0x55:
0x55:
never executed: case 0x55:
return
never executed: return Qt::Key_U;
Qt::Key_U;
never executed: return Qt::Key_U;
0
67 case
executed 1 time by 1 test: case 0x56:
Executed by:
  • tst_QLineEdit
0x56:
executed 1 time by 1 test: case 0x56:
Executed by:
  • tst_QLineEdit
return
executed 1 time by 1 test: return Qt::Key_V;
Executed by:
  • tst_QLineEdit
Qt::Key_V;
executed 1 time by 1 test: return Qt::Key_V;
Executed by:
  • tst_QLineEdit
1
68 case
executed 4 times by 2 tests: case 0x57:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
0x57:
executed 4 times by 2 tests: case 0x57:
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
return
executed 4 times by 2 tests: return Qt::Key_W;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
Qt::Key_W;
executed 4 times by 2 tests: return Qt::Key_W;
Executed by:
  • tst_QLineEdit
  • tst_QTextEdit
4
69 case
never executed: case 0x58:
0x58:
never executed: case 0x58:
return
never executed: return Qt::Key_X;
Qt::Key_X;
never executed: return Qt::Key_X;
0
70 case
executed 1 time by 1 test: case 0x59:
Executed by:
  • tst_QLineEdit
0x59:
executed 1 time by 1 test: case 0x59:
Executed by:
  • tst_QLineEdit
return
executed 1 time by 1 test: return Qt::Key_Y;
Executed by:
  • tst_QLineEdit
Qt::Key_Y;
executed 1 time by 1 test: return Qt::Key_Y;
Executed by:
  • tst_QLineEdit
1
71 case
executed 7 times by 4 tests: case 0x5a:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0x5a:
executed 7 times by 4 tests: case 0x5a:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 7 times by 4 tests: return Qt::Key_Z;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_Z;
executed 7 times by 4 tests: return Qt::Key_Z;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
7
72 case
executed 2 times by 2 tests: case 0x5b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x5b:
executed 2 times by 2 tests: case 0x5b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_BracketLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_BracketLeft;
executed 2 times by 2 tests: return Qt::Key_BracketLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
73 case
executed 2 times by 2 tests: case 0x5c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x5c:
executed 2 times by 2 tests: case 0x5c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Backslash;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Backslash;
executed 2 times by 2 tests: return Qt::Key_Backslash;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
74 case
executed 2 times by 2 tests: case 0x5d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x5d:
executed 2 times by 2 tests: case 0x5d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_BracketRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_BracketRight;
executed 2 times by 2 tests: return Qt::Key_BracketRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
75 case
executed 2 times by 2 tests: case 0x5e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x5e:
executed 2 times by 2 tests: case 0x5e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_AsciiCircum;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_AsciiCircum;
executed 2 times by 2 tests: return Qt::Key_AsciiCircum;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
76 case
executed 2 times by 2 tests: case 0x5f:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x5f:
executed 2 times by 2 tests: case 0x5f:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Underscore;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Underscore;
executed 2 times by 2 tests: return Qt::Key_Underscore;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
77 case
executed 2 times by 2 tests: case 0x60:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x60:
executed 2 times by 2 tests: case 0x60:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_QuoteLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_QuoteLeft;
executed 2 times by 2 tests: return Qt::Key_QuoteLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
78 case
executed 113 times by 8 tests: case 0x61:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTextEdit
0x61:
executed 113 times by 8 tests: case 0x61:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTextEdit
return
executed 113 times by 8 tests: return Qt::Key_A;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTextEdit
Qt::Key_A;
executed 113 times by 8 tests: return Qt::Key_A;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTextEdit
113
79 case
executed 88 times by 7 tests: case 0x62:
Executed by:
  • tst_QComboBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x62:
executed 88 times by 7 tests: case 0x62:
Executed by:
  • tst_QComboBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 88 times by 7 tests: return Qt::Key_B;
Executed by:
  • tst_QComboBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_B;
executed 88 times by 7 tests: return Qt::Key_B;
Executed by:
  • tst_QComboBox
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
88
80 case
executed 24 times by 6 tests: case 0x63:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x63:
executed 24 times by 6 tests: case 0x63:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 24 times by 6 tests: return Qt::Key_C;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_C;
executed 24 times by 6 tests: return Qt::Key_C;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
24
81 case
executed 35 times by 4 tests: case 0x64:
Executed by:
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x64:
executed 35 times by 4 tests: case 0x64:
Executed by:
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 35 times by 4 tests: return Qt::Key_D;
Executed by:
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_D;
executed 35 times by 4 tests: return Qt::Key_D;
Executed by:
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
35
82 case
executed 106 times by 6 tests: case 0x65:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x65:
executed 106 times by 6 tests: case 0x65:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 106 times by 6 tests: return Qt::Key_E;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_E;
executed 106 times by 6 tests: return Qt::Key_E;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
106
83 case
executed 56 times by 6 tests: case 0x66:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x66:
executed 56 times by 6 tests: case 0x66:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 56 times by 6 tests: return Qt::Key_F;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_F;
executed 56 times by 6 tests: return Qt::Key_F;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
56
84 case
executed 20 times by 6 tests: case 0x67:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x67:
executed 20 times by 6 tests: case 0x67:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 20 times by 6 tests: return Qt::Key_G;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_G;
executed 20 times by 6 tests: return Qt::Key_G;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
20
85 case
executed 28 times by 4 tests: case 0x68:
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x68:
executed 28 times by 4 tests: case 0x68:
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 28 times by 4 tests: return Qt::Key_H;
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_H;
executed 28 times by 4 tests: return Qt::Key_H;
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
28
86 case
executed 71 times by 5 tests: case 0x69:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x69:
executed 71 times by 5 tests: case 0x69:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 71 times by 5 tests: return Qt::Key_I;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_I;
executed 71 times by 5 tests: return Qt::Key_I;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
71
87 case
executed 3 times by 1 test: case 0x6a:
Executed by:
  • tst_QLineEdit
0x6a:
executed 3 times by 1 test: case 0x6a:
Executed by:
  • tst_QLineEdit
return
executed 3 times by 1 test: return Qt::Key_J;
Executed by:
  • tst_QLineEdit
Qt::Key_J;
executed 3 times by 1 test: return Qt::Key_J;
Executed by:
  • tst_QLineEdit
3
88 case
executed 3 times by 1 test: case 0x6b:
Executed by:
  • tst_QLineEdit
0x6b:
executed 3 times by 1 test: case 0x6b:
Executed by:
  • tst_QLineEdit
return
executed 3 times by 1 test: return Qt::Key_K;
Executed by:
  • tst_QLineEdit
Qt::Key_K;
executed 3 times by 1 test: return Qt::Key_K;
Executed by:
  • tst_QLineEdit
3
89 case
executed 23 times by 3 tests: case 0x6c:
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x6c:
executed 23 times by 3 tests: case 0x6c:
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 23 times by 3 tests: return Qt::Key_L;
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_L;
executed 23 times by 3 tests: return Qt::Key_L;
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
23
90 case
executed 26 times by 5 tests: case 0x6d:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x6d:
executed 26 times by 5 tests: case 0x6d:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 26 times by 5 tests: return Qt::Key_M;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_M;
executed 26 times by 5 tests: return Qt::Key_M;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
26
91 case
executed 65 times by 5 tests: case 0x6e:
Executed by:
  • tst_QComboBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x6e:
executed 65 times by 5 tests: case 0x6e:
Executed by:
  • tst_QComboBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 65 times by 5 tests: return Qt::Key_N;
Executed by:
  • tst_QComboBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_N;
executed 65 times by 5 tests: return Qt::Key_N;
Executed by:
  • tst_QComboBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
65
92 case
executed 99 times by 6 tests: case 0x6f:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x6f:
executed 99 times by 6 tests: case 0x6f:
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 99 times by 6 tests: return Qt::Key_O;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_O;
executed 99 times by 6 tests: return Qt::Key_O;
Executed by:
  • tst_QComboBox
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
99
93 case
executed 21 times by 5 tests: case 0x70:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x70:
executed 21 times by 5 tests: case 0x70:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 21 times by 5 tests: return Qt::Key_P;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_P;
executed 21 times by 5 tests: return Qt::Key_P;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
21
94 case
executed 3 times by 1 test: case 0x71:
Executed by:
  • tst_QLineEdit
0x71:
executed 3 times by 1 test: case 0x71:
Executed by:
  • tst_QLineEdit
return
executed 3 times by 1 test: return Qt::Key_Q;
Executed by:
  • tst_QLineEdit
Qt::Key_Q;
executed 3 times by 1 test: return Qt::Key_Q;
Executed by:
  • tst_QLineEdit
3
95 case
executed 107 times by 8 tests: case 0x72:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x72:
executed 107 times by 8 tests: case 0x72:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 107 times by 8 tests: return Qt::Key_R;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_R;
executed 107 times by 8 tests: return Qt::Key_R;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QFiledialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
107
96 case
executed 73 times by 5 tests: case 0x73:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x73:
executed 73 times by 5 tests: case 0x73:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 73 times by 5 tests: return Qt::Key_S;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_S;
executed 73 times by 5 tests: return Qt::Key_S;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
73
97 case
executed 75 times by 6 tests: case 0x74:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLabel
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x74:
executed 75 times by 6 tests: case 0x74:
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLabel
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 75 times by 6 tests: return Qt::Key_T;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLabel
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_T;
executed 75 times by 6 tests: return Qt::Key_T;
Executed by:
  • tst_QComboBox
  • tst_QCompleter
  • tst_QLabel
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
75
98 case
executed 12 times by 3 tests: case 0x75:
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QTextEdit
0x75:
executed 12 times by 3 tests: case 0x75:
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QTextEdit
return
executed 12 times by 3 tests: return Qt::Key_U;
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QTextEdit
Qt::Key_U;
executed 12 times by 3 tests: return Qt::Key_U;
Executed by:
  • tst_QCompleter
  • tst_QLineEdit
  • tst_QTextEdit
12
99 case
executed 2 times by 1 test: case 0x76:
Executed by:
  • tst_QLineEdit
0x76:
executed 2 times by 1 test: case 0x76:
Executed by:
  • tst_QLineEdit
return
executed 2 times by 1 test: return Qt::Key_V;
Executed by:
  • tst_QLineEdit
Qt::Key_V;
executed 2 times by 1 test: return Qt::Key_V;
Executed by:
  • tst_QLineEdit
2
100 case
executed 2 times by 1 test: case 0x77:
Executed by:
  • tst_QLineEdit
0x77:
executed 2 times by 1 test: case 0x77:
Executed by:
  • tst_QLineEdit
return
executed 2 times by 1 test: return Qt::Key_W;
Executed by:
  • tst_QLineEdit
Qt::Key_W;
executed 2 times by 1 test: return Qt::Key_W;
Executed by:
  • tst_QLineEdit
2
101 case
executed 8 times by 5 tests: case 0x78:
Executed by:
  • tst_QFiledialog
  • tst_QGraphicsProxyWidget
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x78:
executed 8 times by 5 tests: case 0x78:
Executed by:
  • tst_QFiledialog
  • tst_QGraphicsProxyWidget
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 8 times by 5 tests: return Qt::Key_X;
Executed by:
  • tst_QFiledialog
  • tst_QGraphicsProxyWidget
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_X;
executed 8 times by 5 tests: return Qt::Key_X;
Executed by:
  • tst_QFiledialog
  • tst_QGraphicsProxyWidget
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
8
102 case
executed 4 times by 3 tests: case 0x79:
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x79:
executed 4 times by 3 tests: case 0x79:
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 4 times by 3 tests: return Qt::Key_Y;
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_Y;
executed 4 times by 3 tests: return Qt::Key_Y;
Executed by:
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
4
103 case
executed 12 times by 3 tests: case 0x7a:
Executed by:
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QLineEdit
0x7a:
executed 12 times by 3 tests: case 0x7a:
Executed by:
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 12 times by 3 tests: return Qt::Key_Z;
Executed by:
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Z;
executed 12 times by 3 tests: return Qt::Key_Z;
Executed by:
  • tst_QCompleter
  • tst_QInputDialog
  • tst_QLineEdit
12
104 case
executed 2 times by 2 tests: case 0x7b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x7b:
executed 2 times by 2 tests: case 0x7b:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_BraceLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_BraceLeft;
executed 2 times by 2 tests: return Qt::Key_BraceLeft;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
105 case
executed 2 times by 2 tests: case 0x7c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x7c:
executed 2 times by 2 tests: case 0x7c:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_Bar;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_Bar;
executed 2 times by 2 tests: return Qt::Key_Bar;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
106 case
executed 2 times by 2 tests: case 0x7d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x7d:
executed 2 times by 2 tests: case 0x7d:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_BraceRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_BraceRight;
executed 2 times by 2 tests: return Qt::Key_BraceRight;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
107 case
executed 2 times by 2 tests: case 0x7e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
0x7e:
executed 2 times by 2 tests: case 0x7e:
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
return
executed 2 times by 2 tests: return Qt::Key_AsciiTilde;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
Qt::Key_AsciiTilde;
executed 2 times by 2 tests: return Qt::Key_AsciiTilde;
Executed by:
  • tst_QInputDialog
  • tst_QLineEdit
2
108-
109-
110 case
never executed: case 0xa0:
0xa0:
never executed: case 0xa0:
return
never executed: return Qt::Key_nobreakspace;
Qt::Key_nobreakspace;
never executed: return Qt::Key_nobreakspace;
0
111 case
never executed: case 0xa1:
0xa1:
never executed: case 0xa1:
return
never executed: return Qt::Key_exclamdown;
Qt::Key_exclamdown;
never executed: return Qt::Key_exclamdown;
0
112 case
never executed: case 0xa2:
0xa2:
never executed: case 0xa2:
return
never executed: return Qt::Key_cent;
Qt::Key_cent;
never executed: return Qt::Key_cent;
0
113 case
never executed: case 0xa3:
0xa3:
never executed: case 0xa3:
return
never executed: return Qt::Key_sterling;
Qt::Key_sterling;
never executed: return Qt::Key_sterling;
0
114 case
never executed: case 0xa4:
0xa4:
never executed: case 0xa4:
return
never executed: return Qt::Key_currency;
Qt::Key_currency;
never executed: return Qt::Key_currency;
0
115 case
never executed: case 0xa5:
0xa5:
never executed: case 0xa5:
return
never executed: return Qt::Key_yen;
Qt::Key_yen;
never executed: return Qt::Key_yen;
0
116 case
never executed: case 0xa6:
0xa6:
never executed: case 0xa6:
return
never executed: return Qt::Key_brokenbar;
Qt::Key_brokenbar;
never executed: return Qt::Key_brokenbar;
0
117 case
never executed: case 0xa7:
0xa7:
never executed: case 0xa7:
return
never executed: return Qt::Key_section;
Qt::Key_section;
never executed: return Qt::Key_section;
0
118 case
never executed: case 0xa8:
0xa8:
never executed: case 0xa8:
return
never executed: return Qt::Key_diaeresis;
Qt::Key_diaeresis;
never executed: return Qt::Key_diaeresis;
0
119 case
never executed: case 0xa9:
0xa9:
never executed: case 0xa9:
return
never executed: return Qt::Key_copyright;
Qt::Key_copyright;
never executed: return Qt::Key_copyright;
0
120 case
never executed: case 0xaa:
0xaa:
never executed: case 0xaa:
return
never executed: return Qt::Key_ordfeminine;
Qt::Key_ordfeminine;
never executed: return Qt::Key_ordfeminine;
0
121 case
never executed: case 0xab:
0xab:
never executed: case 0xab:
return
never executed: return Qt::Key_guillemotleft;
Qt::Key_guillemotleft;
never executed: return Qt::Key_guillemotleft;
0
122 case
never executed: case 0xac:
0xac:
never executed: case 0xac:
return
never executed: return Qt::Key_notsign;
Qt::Key_notsign;
never executed: return Qt::Key_notsign;
0
123 case
never executed: case 0xad:
0xad:
never executed: case 0xad:
return
never executed: return Qt::Key_hyphen;
Qt::Key_hyphen;
never executed: return Qt::Key_hyphen;
0
124 case
never executed: case 0xae:
0xae:
never executed: case 0xae:
return
never executed: return Qt::Key_registered;
Qt::Key_registered;
never executed: return Qt::Key_registered;
0
125 case
never executed: case 0xaf:
0xaf:
never executed: case 0xaf:
return
never executed: return Qt::Key_macron;
Qt::Key_macron;
never executed: return Qt::Key_macron;
0
126 case
never executed: case 0xb0:
0xb0:
never executed: case 0xb0:
return
never executed: return Qt::Key_degree;
Qt::Key_degree;
never executed: return Qt::Key_degree;
0
127 case
never executed: case 0xb1:
0xb1:
never executed: case 0xb1:
return
never executed: return Qt::Key_plusminus;
Qt::Key_plusminus;
never executed: return Qt::Key_plusminus;
0
128 case
never executed: case 0xb2:
0xb2:
never executed: case 0xb2:
return
never executed: return Qt::Key_twosuperior;
Qt::Key_twosuperior;
never executed: return Qt::Key_twosuperior;
0
129 case
never executed: case 0xb3:
0xb3:
never executed: case 0xb3:
return
never executed: return Qt::Key_threesuperior;
Qt::Key_threesuperior;
never executed: return Qt::Key_threesuperior;
0
130 case
never executed: case 0xb4:
0xb4:
never executed: case 0xb4:
return
never executed: return Qt::Key_acute;
Qt::Key_acute;
never executed: return Qt::Key_acute;
0
131 case
never executed: case 0xb5:
0xb5:
never executed: case 0xb5:
return
never executed: return Qt::Key_mu;
Qt::Key_mu;
never executed: return Qt::Key_mu;
0
132 case
never executed: case 0xb6:
0xb6:
never executed: case 0xb6:
return
never executed: return Qt::Key_paragraph;
Qt::Key_paragraph;
never executed: return Qt::Key_paragraph;
0
133 case
never executed: case 0xb7:
0xb7:
never executed: case 0xb7:
return
never executed: return Qt::Key_periodcentered;
Qt::Key_periodcentered;
never executed: return Qt::Key_periodcentered;
0
134 case
never executed: case 0xb8:
0xb8:
never executed: case 0xb8:
return
never executed: return Qt::Key_cedilla;
Qt::Key_cedilla;
never executed: return Qt::Key_cedilla;
0
135 case
never executed: case 0xb9:
0xb9:
never executed: case 0xb9:
return
never executed: return Qt::Key_onesuperior;
Qt::Key_onesuperior;
never executed: return Qt::Key_onesuperior;
0
136 case
never executed: case 0xba:
0xba:
never executed: case 0xba:
return
never executed: return Qt::Key_masculine;
Qt::Key_masculine;
never executed: return Qt::Key_masculine;
0
137 case
never executed: case 0xbb:
0xbb:
never executed: case 0xbb:
return
never executed: return Qt::Key_guillemotright;
Qt::Key_guillemotright;
never executed: return Qt::Key_guillemotright;
0
138 case
never executed: case 0xbc:
0xbc:
never executed: case 0xbc:
return
never executed: return Qt::Key_onequarter;
Qt::Key_onequarter;
never executed: return Qt::Key_onequarter;
0
139 case
never executed: case 0xbd:
0xbd:
never executed: case 0xbd:
return
never executed: return Qt::Key_onehalf;
Qt::Key_onehalf;
never executed: return Qt::Key_onehalf;
0
140 case
never executed: case 0xbe:
0xbe:
never executed: case 0xbe:
return
never executed: return Qt::Key_threequarters;
Qt::Key_threequarters;
never executed: return Qt::Key_threequarters;
0
141 case
never executed: case 0xbf:
0xbf:
never executed: case 0xbf:
return
never executed: return Qt::Key_questiondown;
Qt::Key_questiondown;
never executed: return Qt::Key_questiondown;
0
142 case
never executed: case 0xc0:
0xc0:
never executed: case 0xc0:
return
never executed: return Qt::Key_Agrave;
Qt::Key_Agrave;
never executed: return Qt::Key_Agrave;
0
143 case
never executed: case 0xc1:
0xc1:
never executed: case 0xc1:
return
never executed: return Qt::Key_Aacute;
Qt::Key_Aacute;
never executed: return Qt::Key_Aacute;
0
144 case
never executed: case 0xc2:
0xc2:
never executed: case 0xc2:
return
never executed: return Qt::Key_Acircumflex;
Qt::Key_Acircumflex;
never executed: return Qt::Key_Acircumflex;
0
145 case
never executed: case 0xc3:
0xc3:
never executed: case 0xc3:
return
never executed: return Qt::Key_Atilde;
Qt::Key_Atilde;
never executed: return Qt::Key_Atilde;
0
146 case
never executed: case 0xc4:
0xc4:
never executed: case 0xc4:
return
never executed: return Qt::Key_Adiaeresis;
Qt::Key_Adiaeresis;
never executed: return Qt::Key_Adiaeresis;
0
147 case
never executed: case 0xc5:
0xc5:
never executed: case 0xc5:
return
never executed: return Qt::Key_Aring;
Qt::Key_Aring;
never executed: return Qt::Key_Aring;
0
148 case
never executed: case 0xc6:
0xc6:
never executed: case 0xc6:
return
never executed: return Qt::Key_AE;
Qt::Key_AE;
never executed: return Qt::Key_AE;
0
149 case
never executed: case 0xc7:
0xc7:
never executed: case 0xc7:
return
never executed: return Qt::Key_Ccedilla;
Qt::Key_Ccedilla;
never executed: return Qt::Key_Ccedilla;
0
150 case
never executed: case 0xc8:
0xc8:
never executed: case 0xc8:
return
never executed: return Qt::Key_Egrave;
Qt::Key_Egrave;
never executed: return Qt::Key_Egrave;
0
151 case
never executed: case 0xc9:
0xc9:
never executed: case 0xc9:
return
never executed: return Qt::Key_Eacute;
Qt::Key_Eacute;
never executed: return Qt::Key_Eacute;
0
152 case
never executed: case 0xca:
0xca:
never executed: case 0xca:
return
never executed: return Qt::Key_Ecircumflex;
Qt::Key_Ecircumflex;
never executed: return Qt::Key_Ecircumflex;
0
153 case
never executed: case 0xcb:
0xcb:
never executed: case 0xcb:
return
never executed: return Qt::Key_Ediaeresis;
Qt::Key_Ediaeresis;
never executed: return Qt::Key_Ediaeresis;
0
154 case
never executed: case 0xcc:
0xcc:
never executed: case 0xcc:
return
never executed: return Qt::Key_Igrave;
Qt::Key_Igrave;
never executed: return Qt::Key_Igrave;
0
155 case
never executed: case 0xcd:
0xcd:
never executed: case 0xcd:
return
never executed: return Qt::Key_Iacute;
Qt::Key_Iacute;
never executed: return Qt::Key_Iacute;
0
156 case
never executed: case 0xce:
0xce:
never executed: case 0xce:
return
never executed: return Qt::Key_Icircumflex;
Qt::Key_Icircumflex;
never executed: return Qt::Key_Icircumflex;
0
157 case
never executed: case 0xcf:
0xcf:
never executed: case 0xcf:
return
never executed: return Qt::Key_Idiaeresis;
Qt::Key_Idiaeresis;
never executed: return Qt::Key_Idiaeresis;
0
158 case
never executed: case 0xd0:
0xd0:
never executed: case 0xd0:
return
never executed: return Qt::Key_ETH;
Qt::Key_ETH;
never executed: return Qt::Key_ETH;
0
159 case
never executed: case 0xd1:
0xd1:
never executed: case 0xd1:
return
never executed: return Qt::Key_Ntilde;
Qt::Key_Ntilde;
never executed: return Qt::Key_Ntilde;
0
160 case
never executed: case 0xd2:
0xd2:
never executed: case 0xd2:
return
never executed: return Qt::Key_Ograve;
Qt::Key_Ograve;
never executed: return Qt::Key_Ograve;
0
161 case
never executed: case 0xd3:
0xd3:
never executed: case 0xd3:
return
never executed: return Qt::Key_Oacute;
Qt::Key_Oacute;
never executed: return Qt::Key_Oacute;
0
162 case
never executed: case 0xd4:
0xd4:
never executed: case 0xd4:
return
never executed: return Qt::Key_Ocircumflex;
Qt::Key_Ocircumflex;
never executed: return Qt::Key_Ocircumflex;
0
163 case
never executed: case 0xd5:
0xd5:
never executed: case 0xd5:
return
never executed: return Qt::Key_Otilde;
Qt::Key_Otilde;
never executed: return Qt::Key_Otilde;
0
164 case
never executed: case 0xd6:
0xd6:
never executed: case 0xd6:
return
never executed: return Qt::Key_Odiaeresis;
Qt::Key_Odiaeresis;
never executed: return Qt::Key_Odiaeresis;
0
165 case
never executed: case 0xd7:
0xd7:
never executed: case 0xd7:
return
never executed: return Qt::Key_multiply;
Qt::Key_multiply;
never executed: return Qt::Key_multiply;
0
166 case
never executed: case 0xd8:
0xd8:
never executed: case 0xd8:
return
never executed: return Qt::Key_Ooblique;
Qt::Key_Ooblique;
never executed: return Qt::Key_Ooblique;
0
167 case
never executed: case 0xd9:
0xd9:
never executed: case 0xd9:
return
never executed: return Qt::Key_Ugrave;
Qt::Key_Ugrave;
never executed: return Qt::Key_Ugrave;
0
168 case
never executed: case 0xda:
0xda:
never executed: case 0xda:
return
never executed: return Qt::Key_Uacute;
Qt::Key_Uacute;
never executed: return Qt::Key_Uacute;
0
169 case
never executed: case 0xdb:
0xdb:
never executed: case 0xdb:
return
never executed: return Qt::Key_Ucircumflex;
Qt::Key_Ucircumflex;
never executed: return Qt::Key_Ucircumflex;
0
170 case
never executed: case 0xdc:
0xdc:
never executed: case 0xdc:
return
never executed: return Qt::Key_Udiaeresis;
Qt::Key_Udiaeresis;
never executed: return Qt::Key_Udiaeresis;
0
171 case
never executed: case 0xdd:
0xdd:
never executed: case 0xdd:
return
never executed: return Qt::Key_Yacute;
Qt::Key_Yacute;
never executed: return Qt::Key_Yacute;
0
172 case
never executed: case 0xde:
0xde:
never executed: case 0xde:
return
never executed: return Qt::Key_THORN;
Qt::Key_THORN;
never executed: return Qt::Key_THORN;
0
173 case
never executed: case 0xdf:
0xdf:
never executed: case 0xdf:
return
never executed: return Qt::Key_ssharp;
Qt::Key_ssharp;
never executed: return Qt::Key_ssharp;
0
174 case
never executed: case 0xe5:
0xe5:
never executed: case 0xe5:
return
never executed: return Qt::Key_Aring;
Qt::Key_Aring;
never executed: return Qt::Key_Aring;
0
175 case
never executed: case 0xe6:
0xe6:
never executed: case 0xe6:
return
never executed: return Qt::Key_AE;
Qt::Key_AE;
never executed: return Qt::Key_AE;
0
176 case
never executed: case 0xf7:
0xf7:
never executed: case 0xf7:
return
never executed: return Qt::Key_division;
Qt::Key_division;
never executed: return Qt::Key_division;
0
177 case
never executed: case 0xf8:
0xf8:
never executed: case 0xf8:
return
never executed: return Qt::Key_Ooblique;
Qt::Key_Ooblique;
never executed: return Qt::Key_Ooblique;
0
178 case
never executed: case 0xff:
0xff:
never executed: case 0xff:
return
never executed: return Qt::Key_ydiaeresis;
Qt::Key_ydiaeresis;
never executed: return Qt::Key_ydiaeresis;
0
179 default
never executed: default:
:
never executed: default:
do { if (!(false)
!(false)Description
TRUEnever evaluated
FALSEnever evaluated
) qt_assert("false",__FILE__,228);
never executed: qt_assert("false",__FILE__,228);
} while (0); return
never executed: return Qt::Key(0);
Qt::Key(0);
never executed: return Qt::Key(0);
0
180 }-
181}-
182char QTest::keyToAscii(Qt::Key key)-
183{-
184 switch (key) {-
185 case
executed 161 times by 9 tests: case Qt::Key_Backspace:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_Backspace:
executed 161 times by 9 tests: case Qt::Key_Backspace:
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 161 times by 9 tests: return 0x8;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x8;
executed 161 times by 9 tests: return 0x8;
Executed by:
  • tst_QAccessibility
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QTextEdit
161
186 case
executed 349 times by 20 tests: case Qt::Key_Tab:
Executed by:
  • tst_QAbstractItemView
  • tst_QApplication
  • tst_QButtonGroup
  • tst_QDataWidgetMapper
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QHeaderView
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QPrinter
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTabWidget
  • tst_QTableView
  • tst_QWidget
Qt::Key_Tab:
executed 349 times by 20 tests: case Qt::Key_Tab:
Executed by:
  • tst_QAbstractItemView
  • tst_QApplication
  • tst_QButtonGroup
  • tst_QDataWidgetMapper
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QHeaderView
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QPrinter
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTabWidget
  • tst_QTableView
  • tst_QWidget
return
executed 349 times by 20 tests: return 0x09;
Executed by:
  • tst_QAbstractItemView
  • tst_QApplication
  • tst_QButtonGroup
  • tst_QDataWidgetMapper
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QHeaderView
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QPrinter
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTabWidget
  • tst_QTableView
  • tst_QWidget
0x09;
executed 349 times by 20 tests: return 0x09;
Executed by:
  • tst_QAbstractItemView
  • tst_QApplication
  • tst_QButtonGroup
  • tst_QDataWidgetMapper
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QHeaderView
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QPrinter
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTabWidget
  • tst_QTableView
  • tst_QWidget
349
187 case
executed 59 times by 10 tests: case Qt::Key_Backtab:
Executed by:
  • tst_QApplication
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QTableView
Qt::Key_Backtab:
executed 59 times by 10 tests: case Qt::Key_Backtab:
Executed by:
  • tst_QApplication
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QTableView
return
executed 59 times by 10 tests: return 0x0b;
Executed by:
  • tst_QApplication
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QTableView
0x0b;
executed 59 times by 10 tests: return 0x0b;
Executed by:
  • tst_QApplication
  • tst_QDateTimeEdit
  • tst_QFocusEvent
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsScene
  • tst_QGraphicsWidget
  • tst_QItemDelegate
  • tst_QMdiArea
  • tst_QMdiSubWindow
  • tst_QTableView
59
188 case
executed 394 times by 20 tests: case Qt::Key_Enter:
Executed by:
  • tst_QAbstractButton
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDialogButtonBox
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QItemView
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextBrowser
  • tst_QTextEdit
  • tst_QTreeWidget
Qt::Key_Enter:
executed 394 times by 20 tests: case Qt::Key_Enter:
Executed by:
  • tst_QAbstractButton
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDialogButtonBox
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QItemView
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextBrowser
  • tst_QTextEdit
  • tst_QTreeWidget
394
189 case
executed 140 times by 14 tests: case Qt::Key_Return:
Executed by:
  • tst_QColorDialog
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontDialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTextEdit
Qt::Key_Return:
executed 140 times by 14 tests: case Qt::Key_Return:
Executed by:
  • tst_QColorDialog
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontDialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTextEdit
return
executed 534 times by 24 tests: return 0x0d;
Executed by:
  • tst_QAbstractButton
  • tst_QColorDialog
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDialogButtonBox
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontDialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QItemView
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextBrowser
  • tst_QTextEdit
  • tst_QTreeWidget
0x0d;
executed 534 times by 24 tests: return 0x0d;
Executed by:
  • tst_QAbstractButton
  • tst_QColorDialog
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDialogButtonBox
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontDialog
  • tst_QInputDialog
  • tst_QItemDelegate
  • tst_QItemView
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextBrowser
  • tst_QTextEdit
  • tst_QTreeWidget
140-534
190 case
executed 23 times by 9 tests: case Qt::Key_Escape:
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCommandLinkButton
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPushButton
Qt::Key_Escape:
executed 23 times by 9 tests: case Qt::Key_Escape:
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCommandLinkButton
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPushButton
return
executed 23 times by 9 tests: return 0x1b;
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCommandLinkButton
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPushButton
0x1b;
executed 23 times by 9 tests: return 0x1b;
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCommandLinkButton
  • tst_QFileDialog2
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPushButton
23
191 case
executed 30 times by 11 tests: case Qt::Key_Space:
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCheckBox
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTreeView
Qt::Key_Space:
executed 30 times by 11 tests: case Qt::Key_Space:
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCheckBox
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTreeView
return
executed 30 times by 11 tests: return 0x20;
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCheckBox
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTreeView
0x20;
executed 30 times by 11 tests: return 0x20;
Executed by:
  • tst_QAbstractButton
  • tst_QAbstractItemView
  • tst_QCheckBox
  • tst_QComboBox
  • tst_QCommandLinkButton
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsView
  • tst_QLineEdit
  • tst_QPlainTextEdit
  • tst_QPushButton
  • tst_QTreeView
30
192 case
executed 2 times by 1 test: case Qt::Key_Exclam:
Executed by:
  • tst_QLineEdit
Qt::Key_Exclam:
executed 2 times by 1 test: case Qt::Key_Exclam:
Executed by:
  • tst_QLineEdit
return
executed 2 times by 1 test: return 0x21;
Executed by:
  • tst_QLineEdit
0x21;
executed 2 times by 1 test: return 0x21;
Executed by:
  • tst_QLineEdit
2
193 case
never executed: case Qt::Key_QuoteDbl:
Qt::Key_QuoteDbl:
never executed: case Qt::Key_QuoteDbl:
return
never executed: return 0x22;
0x22;
never executed: return 0x22;
0
194 case
never executed: case Qt::Key_NumberSign:
Qt::Key_NumberSign:
never executed: case Qt::Key_NumberSign:
return
never executed: return 0x23;
0x23;
never executed: return 0x23;
0
195 case
never executed: case Qt::Key_Dollar:
Qt::Key_Dollar:
never executed: case Qt::Key_Dollar:
return
never executed: return 0x24;
0x24;
never executed: return 0x24;
0
196 case
never executed: case Qt::Key_Percent:
Qt::Key_Percent:
never executed: case Qt::Key_Percent:
return
never executed: return 0x25;
0x25;
never executed: return 0x25;
0
197 case
never executed: case Qt::Key_Ampersand:
Qt::Key_Ampersand:
never executed: case Qt::Key_Ampersand:
return
never executed: return 0x26;
0x26;
never executed: return 0x26;
0
198 case
never executed: case Qt::Key_Apostrophe:
Qt::Key_Apostrophe:
never executed: case Qt::Key_Apostrophe:
return
never executed: return 0x27;
0x27;
never executed: return 0x27;
0
199 case
never executed: case Qt::Key_ParenLeft:
Qt::Key_ParenLeft:
never executed: case Qt::Key_ParenLeft:
return
never executed: return 0x28;
0x28;
never executed: return 0x28;
0
200 case
never executed: case Qt::Key_ParenRight:
Qt::Key_ParenRight:
never executed: case Qt::Key_ParenRight:
return
never executed: return 0x29;
0x29;
never executed: return 0x29;
0
201 case
never executed: case Qt::Key_Asterisk:
Qt::Key_Asterisk:
never executed: case Qt::Key_Asterisk:
return
never executed: return 0x2a;
0x2a;
never executed: return 0x2a;
0
202 case
executed 8 times by 3 tests: case Qt::Key_Plus:
Executed by:
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTreeView
Qt::Key_Plus:
executed 8 times by 3 tests: case Qt::Key_Plus:
Executed by:
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTreeView
return
executed 8 times by 3 tests: return 0x2b;
Executed by:
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTreeView
0x2b;
executed 8 times by 3 tests: return 0x2b;
Executed by:
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTreeView
8
203 case
executed 1 time by 1 test: case Qt::Key_Comma:
Executed by:
  • tst_QItemDelegate
Qt::Key_Comma:
executed 1 time by 1 test: case Qt::Key_Comma:
Executed by:
  • tst_QItemDelegate
return
executed 1 time by 1 test: return 0x2c;
Executed by:
  • tst_QItemDelegate
0x2c;
executed 1 time by 1 test: return 0x2c;
Executed by:
  • tst_QItemDelegate
1
204 case
executed 3 times by 3 tests: case Qt::Key_Minus:
Executed by:
  • tst_QItemDelegate
  • tst_QSpinBox
  • tst_QTreeView
Qt::Key_Minus:
executed 3 times by 3 tests: case Qt::Key_Minus:
Executed by:
  • tst_QItemDelegate
  • tst_QSpinBox
  • tst_QTreeView
return
executed 3 times by 3 tests: return 0x2d;
Executed by:
  • tst_QItemDelegate
  • tst_QSpinBox
  • tst_QTreeView
0x2d;
executed 3 times by 3 tests: return 0x2d;
Executed by:
  • tst_QItemDelegate
  • tst_QSpinBox
  • tst_QTreeView
3
205 case
executed 5 times by 4 tests: case Qt::Key_Period:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
Qt::Key_Period:
executed 5 times by 4 tests: case Qt::Key_Period:
Executed by:
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
return
executed 5 times by 4 tests: return 0x2e;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
0x2e;
executed 5 times by 4 tests: return 0x2e;
Executed by:
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
5
206 case
executed 1 time by 1 test: case Qt::Key_Slash:
Executed by:
  • tst_QDateTimeEdit
Qt::Key_Slash:
executed 1 time by 1 test: case Qt::Key_Slash:
Executed by:
  • tst_QDateTimeEdit
return
executed 1 time by 1 test: return 0x2f;
Executed by:
  • tst_QDateTimeEdit
0x2f;
executed 1 time by 1 test: return 0x2f;
Executed by:
  • tst_QDateTimeEdit
1
207 case
executed 10 times by 6 tests: case Qt::Key_0:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_0:
executed 10 times by 6 tests: case Qt::Key_0:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 10 times by 6 tests: return 0x30;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QSpinBox
0x30;
executed 10 times by 6 tests: return 0x30;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QGuiApplication
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QSpinBox
10
208 case
executed 118 times by 7 tests: case Qt::Key_1:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
Qt::Key_1:
executed 118 times by 7 tests: case Qt::Key_1:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
return
executed 118 times by 7 tests: return 0x31;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
0x31;
executed 118 times by 7 tests: return 0x31;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QItemDelegate
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
118
209 case
executed 101 times by 5 tests: case Qt::Key_2:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
Qt::Key_2:
executed 101 times by 5 tests: case Qt::Key_2:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
return
executed 101 times by 5 tests: return 0x32;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
0x32;
executed 101 times by 5 tests: return 0x32;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QSpinBox
101
210 case
executed 50 times by 3 tests: case Qt::Key_3:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
Qt::Key_3:
executed 50 times by 3 tests: case Qt::Key_3:
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
return
executed 50 times by 3 tests: return 0x33;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
0x33;
executed 50 times by 3 tests: return 0x33;
Executed by:
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
50
211 case
executed 5 times by 2 tests: case Qt::Key_4:
Executed by:
  • tst_QDateTimeEdit
  • tst_QLineEdit
Qt::Key_4:
executed 5 times by 2 tests: case Qt::Key_4:
Executed by:
  • tst_QDateTimeEdit
  • tst_QLineEdit
return
executed 5 times by 2 tests: return 0x34;
Executed by:
  • tst_QDateTimeEdit
  • tst_QLineEdit
0x34;
executed 5 times by 2 tests: return 0x34;
Executed by:
  • tst_QDateTimeEdit
  • tst_QLineEdit
5
212 case
executed 9 times by 4 tests: case Qt::Key_5:
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QPushButton
Qt::Key_5:
executed 9 times by 4 tests: case Qt::Key_5:
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QPushButton
return
executed 9 times by 4 tests: return 0x35;
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QPushButton
0x35;
executed 9 times by 4 tests: return 0x35;
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QPushButton
9
213 case
executed 1 time by 1 test: case Qt::Key_6:
Executed by:
  • tst_QLineEdit
Qt::Key_6:
executed 1 time by 1 test: case Qt::Key_6:
Executed by:
  • tst_QLineEdit
return
executed 1 time by 1 test: return 0x36;
Executed by:
  • tst_QLineEdit
0x36;
executed 1 time by 1 test: return 0x36;
Executed by:
  • tst_QLineEdit
1
214 case
executed 4 times by 1 test: case Qt::Key_7:
Executed by:
  • tst_QLineEdit
Qt::Key_7:
executed 4 times by 1 test: case Qt::Key_7:
Executed by:
  • tst_QLineEdit
return
executed 4 times by 1 test: return 0x37;
Executed by:
  • tst_QLineEdit
0x37;
executed 4 times by 1 test: return 0x37;
Executed by:
  • tst_QLineEdit
4
215 case
executed 2 times by 1 test: case Qt::Key_8:
Executed by:
  • tst_QDateTimeEdit
Qt::Key_8:
executed 2 times by 1 test: case Qt::Key_8:
Executed by:
  • tst_QDateTimeEdit
return
executed 2 times by 1 test: return 0x38;
Executed by:
  • tst_QDateTimeEdit
0x38;
executed 2 times by 1 test: return 0x38;
Executed by:
  • tst_QDateTimeEdit
2
216 case
executed 1 time by 1 test: case Qt::Key_9:
Executed by:
  • tst_QDateTimeEdit
Qt::Key_9:
executed 1 time by 1 test: case Qt::Key_9:
Executed by:
  • tst_QDateTimeEdit
return
executed 1 time by 1 test: return 0x39;
Executed by:
  • tst_QDateTimeEdit
0x39;
executed 1 time by 1 test: return 0x39;
Executed by:
  • tst_QDateTimeEdit
1
217 case
never executed: case Qt::Key_Colon:
Qt::Key_Colon:
never executed: case Qt::Key_Colon:
return
never executed: return 0x3a;
0x3a;
never executed: return 0x3a;
0
218 case
never executed: case Qt::Key_Semicolon:
Qt::Key_Semicolon:
never executed: case Qt::Key_Semicolon:
return
never executed: return 0x3b;
0x3b;
never executed: return 0x3b;
0
219 case
never executed: case Qt::Key_Less:
Qt::Key_Less:
never executed: case Qt::Key_Less:
return
never executed: return 0x3c;
0x3c;
never executed: return 0x3c;
0
220 case
never executed: case Qt::Key_Equal:
Qt::Key_Equal:
never executed: case Qt::Key_Equal:
return
never executed: return 0x3d;
0x3d;
never executed: return 0x3d;
0
221 case
never executed: case Qt::Key_Greater:
Qt::Key_Greater:
never executed: case Qt::Key_Greater:
return
never executed: return 0x3e;
0x3e;
never executed: return 0x3e;
0
222 case
never executed: case Qt::Key_Question:
Qt::Key_Question:
never executed: case Qt::Key_Question:
return
never executed: return 0x3f;
0x3f;
never executed: return 0x3f;
0
223 case
executed 5 times by 1 test: case Qt::Key_At:
Executed by:
  • tst_QPlainTextEdit
Qt::Key_At:
executed 5 times by 1 test: case Qt::Key_At:
Executed by:
  • tst_QPlainTextEdit
return
executed 5 times by 1 test: return 0x40;
Executed by:
  • tst_QPlainTextEdit
0x40;
executed 5 times by 1 test: return 0x40;
Executed by:
  • tst_QPlainTextEdit
5
224 case
executed 149 times by 19 tests: case Qt::Key_A:
Executed by:
  • tst_QAbstractItemView
  • tst_QAction
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsWidget
  • tst_QKeyEvent
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QShortcut
  • tst_QStateMachine
  • tst_QTableView
  • tst_QTextEdit
  • tst_QToolTip
  • tst_QTreeWidget
  • tst_QWidget
  • tst_QWindow
Qt::Key_A:
executed 149 times by 19 tests: case Qt::Key_A:
Executed by:
  • tst_QAbstractItemView
  • tst_QAction
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsWidget
  • tst_QKeyEvent
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QShortcut
  • tst_QStateMachine
  • tst_QTableView
  • tst_QTextEdit
  • tst_QToolTip
  • tst_QTreeWidget
  • tst_QWidget
  • tst_QWindow
return
executed 149 times by 19 tests: return 0x61;
Executed by:
  • tst_QAbstractItemView
  • tst_QAction
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsWidget
  • tst_QKeyEvent
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QShortcut
  • tst_QStateMachine
  • tst_QTableView
  • tst_QTextEdit
  • tst_QToolTip
  • tst_QTreeWidget
  • tst_QWidget
  • tst_QWindow
0x61;
executed 149 times by 19 tests: return 0x61;
Executed by:
  • tst_QAbstractItemView
  • tst_QAction
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsItem
  • tst_QGraphicsProxyWidget
  • tst_QGraphicsWidget
  • tst_QKeyEvent
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QShortcut
  • tst_QStateMachine
  • tst_QTableView
  • tst_QTextEdit
  • tst_QToolTip
  • tst_QTreeWidget
  • tst_QWidget
  • tst_QWindow
149
225 case
executed 34 times by 7 tests: case Qt::Key_B:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsWidget
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_B:
executed 34 times by 7 tests: case Qt::Key_B:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsWidget
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 34 times by 7 tests: return 0x62;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsWidget
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x62;
executed 34 times by 7 tests: return 0x62;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QGraphicsWidget
  • tst_QLineEdit
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
34
226 case
executed 21 times by 7 tests: case Qt::Key_C:
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
Qt::Key_C:
executed 21 times by 7 tests: case Qt::Key_C:
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
return
executed 21 times by 7 tests: return 0x63;
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
0x63;
executed 21 times by 7 tests: return 0x63;
Executed by:
  • tst_QDateTimeEdit
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QListWidget
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTextEdit
21
227 case
executed 4 times by 2 tests: case Qt::Key_D:
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
Qt::Key_D:
executed 4 times by 2 tests: case Qt::Key_D:
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
return
executed 4 times by 2 tests: return 0x64;
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
0x64;
executed 4 times by 2 tests: return 0x64;
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
4
228 case
executed 7 times by 5 tests: case Qt::Key_E:
Executed by:
  • tst_QDateTimeEdit
  • tst_QFileDialog2
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QMenuBar
Qt::Key_E:
executed 7 times by 5 tests: case Qt::Key_E:
Executed by:
  • tst_QDateTimeEdit
  • tst_QFileDialog2
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QMenuBar
return
executed 7 times by 5 tests: return 0x65;
Executed by:
  • tst_QDateTimeEdit
  • tst_QFileDialog2
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QMenuBar
0x65;
executed 7 times by 5 tests: return 0x65;
Executed by:
  • tst_QDateTimeEdit
  • tst_QFileDialog2
  • tst_QGuiApplication
  • tst_QLineEdit
  • tst_QMenuBar
7
229 case
executed 15 times by 6 tests: case Qt::Key_F:
Executed by:
  • tst_QAction
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
Qt::Key_F:
executed 15 times by 6 tests: case Qt::Key_F:
Executed by:
  • tst_QAction
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
return
executed 15 times by 6 tests: return 0x66;
Executed by:
  • tst_QAction
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
0x66;
executed 15 times by 6 tests: return 0x66;
Executed by:
  • tst_QAction
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QLineEdit
  • tst_QMenu
  • tst_QMenuBar
15
230 case
never executed: case Qt::Key_G:
Qt::Key_G:
never executed: case Qt::Key_G:
return
never executed: return 0x67;
0x67;
never executed: return 0x67;
0
231 case
executed 1 time by 1 test: case Qt::Key_H:
Executed by:
  • tst_QComboBox
Qt::Key_H:
executed 1 time by 1 test: case Qt::Key_H:
Executed by:
  • tst_QComboBox
return
executed 1 time by 1 test: return 0x68;
Executed by:
  • tst_QComboBox
0x68;
executed 1 time by 1 test: return 0x68;
Executed by:
  • tst_QComboBox
1
232 case
executed 3 times by 2 tests: case Qt::Key_I:
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
Qt::Key_I:
executed 3 times by 2 tests: case Qt::Key_I:
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
return
executed 3 times by 2 tests: return 0x69;
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
0x69;
executed 3 times by 2 tests: return 0x69;
Executed by:
  • tst_QLineEdit
  • tst_QMenuBar
3
233 case
executed 3 times by 2 tests: case Qt::Key_J:
Executed by:
  • tst_QDateTimeEdit
  • tst_QMenuBar
Qt::Key_J:
executed 3 times by 2 tests: case Qt::Key_J:
Executed by:
  • tst_QDateTimeEdit
  • tst_QMenuBar
return
executed 3 times by 2 tests: return 0x6a;
Executed by:
  • tst_QDateTimeEdit
  • tst_QMenuBar
0x6a;
executed 3 times by 2 tests: return 0x6a;
Executed by:
  • tst_QDateTimeEdit
  • tst_QMenuBar
3
234 case
executed 1 time by 1 test: case Qt::Key_K:
Executed by:
  • tst_QListView
Qt::Key_K:
executed 1 time by 1 test: case Qt::Key_K:
Executed by:
  • tst_QListView
return
executed 1 time by 1 test: return 0x6b;
Executed by:
  • tst_QListView
0x6b;
executed 1 time by 1 test: return 0x6b;
Executed by:
  • tst_QListView
1
235 case
never executed: case Qt::Key_L:
Qt::Key_L:
never executed: case Qt::Key_L:
return
never executed: return 0x6c;
0x6c;
never executed: return 0x6c;
0
236 case
executed 4 times by 1 test: case Qt::Key_M:
Executed by:
  • tst_QMenuBar
Qt::Key_M:
executed 4 times by 1 test: case Qt::Key_M:
Executed by:
  • tst_QMenuBar
return
executed 4 times by 1 test: return 0x6d;
Executed by:
  • tst_QMenuBar
0x6d;
executed 4 times by 1 test: return 0x6d;
Executed by:
  • tst_QMenuBar
4
237 case
executed 12 times by 3 tests: case Qt::Key_N:
Executed by:
  • tst_QDateTimeEdit
  • tst_QKeySequenceEdit
  • tst_QListView
Qt::Key_N:
executed 12 times by 3 tests: case Qt::Key_N:
Executed by:
  • tst_QDateTimeEdit
  • tst_QKeySequenceEdit
  • tst_QListView
return
executed 12 times by 3 tests: return 0x6e;
Executed by:
  • tst_QDateTimeEdit
  • tst_QKeySequenceEdit
  • tst_QListView
0x6e;
executed 12 times by 3 tests: return 0x6e;
Executed by:
  • tst_QDateTimeEdit
  • tst_QKeySequenceEdit
  • tst_QListView
12
238 case
executed 6 times by 4 tests: case Qt::Key_O:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QListView
  • tst_QRadioButton
Qt::Key_O:
executed 6 times by 4 tests: case Qt::Key_O:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QListView
  • tst_QRadioButton
return
executed 6 times by 4 tests: return 0x6f;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QListView
  • tst_QRadioButton
0x6f;
executed 6 times by 4 tests: return 0x6f;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QListView
  • tst_QRadioButton
6
239 case
executed 2 times by 2 tests: case Qt::Key_P:
Executed by:
  • tst_QComboBox
  • tst_QLineEdit
Qt::Key_P:
executed 2 times by 2 tests: case Qt::Key_P:
Executed by:
  • tst_QComboBox
  • tst_QLineEdit
return
executed 2 times by 2 tests: return 0x70;
Executed by:
  • tst_QComboBox
  • tst_QLineEdit
0x70;
executed 2 times by 2 tests: return 0x70;
Executed by:
  • tst_QComboBox
  • tst_QLineEdit
2
240 case
never executed: case Qt::Key_Q:
Qt::Key_Q:
never executed: case Qt::Key_Q:
return
never executed: return 0x71;
0x71;
never executed: return 0x71;
0
241 case
executed 2 times by 1 test: case Qt::Key_R:
Executed by:
  • tst_QDateTimeEdit
Qt::Key_R:
executed 2 times by 1 test: case Qt::Key_R:
Executed by:
  • tst_QDateTimeEdit
return
executed 2 times by 1 test: return 0x72;
Executed by:
  • tst_QDateTimeEdit
0x72;
executed 2 times by 1 test: return 0x72;
Executed by:
  • tst_QDateTimeEdit
2
242 case
executed 4 times by 3 tests: case Qt::Key_S:
Executed by:
  • tst_QCompleter
  • tst_QFileDialog2
  • tst_QMenu
Qt::Key_S:
executed 4 times by 3 tests: case Qt::Key_S:
Executed by:
  • tst_QCompleter
  • tst_QFileDialog2
  • tst_QMenu
return
executed 4 times by 3 tests: return 0x73;
Executed by:
  • tst_QCompleter
  • tst_QFileDialog2
  • tst_QMenu
0x73;
executed 4 times by 3 tests: return 0x73;
Executed by:
  • tst_QCompleter
  • tst_QFileDialog2
  • tst_QMenu
4
243 case
executed 23 times by 8 tests: case Qt::Key_T:
Executed by:
  • tst_QAction
  • tst_QComboBox
  • tst_QFileDialog2
  • tst_QFocusEvent
  • tst_QGuiApplication
  • tst_QPlainTextEdit
  • tst_QTextEdit
  • tst_QToolBar
Qt::Key_T:
executed 23 times by 8 tests: case Qt::Key_T:
Executed by:
  • tst_QAction
  • tst_QComboBox
  • tst_QFileDialog2
  • tst_QFocusEvent
  • tst_QGuiApplication
  • tst_QPlainTextEdit
  • tst_QTextEdit
  • tst_QToolBar
return
executed 23 times by 8 tests: return 0x74;
Executed by:
  • tst_QAction
  • tst_QComboBox
  • tst_QFileDialog2
  • tst_QFocusEvent
  • tst_QGuiApplication
  • tst_QPlainTextEdit
  • tst_QTextEdit
  • tst_QToolBar
0x74;
executed 23 times by 8 tests: return 0x74;
Executed by:
  • tst_QAction
  • tst_QComboBox
  • tst_QFileDialog2
  • tst_QFocusEvent
  • tst_QGuiApplication
  • tst_QPlainTextEdit
  • tst_QTextEdit
  • tst_QToolBar
23
244 case
executed 5 times by 3 tests: case Qt::Key_U:
Executed by:
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QGuiApplication
Qt::Key_U:
executed 5 times by 3 tests: case Qt::Key_U:
Executed by:
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QGuiApplication
return
executed 5 times by 3 tests: return 0x75;
Executed by:
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QGuiApplication
0x75;
executed 5 times by 3 tests: return 0x75;
Executed by:
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QGuiApplication
5
245 case
executed 1 time by 1 test: case Qt::Key_V:
Executed by:
  • tst_QLineEdit
Qt::Key_V:
executed 1 time by 1 test: case Qt::Key_V:
Executed by:
  • tst_QLineEdit
return
executed 1 time by 1 test: return 0x76;
Executed by:
  • tst_QLineEdit
0x76;
executed 1 time by 1 test: return 0x76;
Executed by:
  • tst_QLineEdit
1
246 case
never executed: case Qt::Key_W:
Qt::Key_W:
never executed: case Qt::Key_W:
return
never executed: return 0x77;
0x77;
never executed: return 0x77;
0
247 case
executed 19 times by 6 tests: case Qt::Key_X:
Executed by:
  • tst_QFileDialog2
  • tst_QLineEdit
  • tst_QMenu
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
Qt::Key_X:
executed 19 times by 6 tests: case Qt::Key_X:
Executed by:
  • tst_QFileDialog2
  • tst_QLineEdit
  • tst_QMenu
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
return
executed 19 times by 6 tests: return 0x78;
Executed by:
  • tst_QFileDialog2
  • tst_QLineEdit
  • tst_QMenu
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
0x78;
executed 19 times by 6 tests: return 0x78;
Executed by:
  • tst_QFileDialog2
  • tst_QLineEdit
  • tst_QMenu
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
19
248 case
executed 1 time by 1 test: case Qt::Key_Y:
Executed by:
  • tst_QDateTimeEdit
Qt::Key_Y:
executed 1 time by 1 test: case Qt::Key_Y:
Executed by:
  • tst_QDateTimeEdit
return
executed 1 time by 1 test: return 0x79;
Executed by:
  • tst_QDateTimeEdit
0x79;
executed 1 time by 1 test: return 0x79;
Executed by:
  • tst_QDateTimeEdit
1
249 case
executed 4 times by 1 test: case Qt::Key_Z:
Executed by:
  • tst_QLineEdit
Qt::Key_Z:
executed 4 times by 1 test: case Qt::Key_Z:
Executed by:
  • tst_QLineEdit
return
executed 4 times by 1 test: return 0x7a;
Executed by:
  • tst_QLineEdit
0x7a;
executed 4 times by 1 test: return 0x7a;
Executed by:
  • tst_QLineEdit
4
250 case
never executed: case Qt::Key_BracketLeft:
Qt::Key_BracketLeft:
never executed: case Qt::Key_BracketLeft:
return
never executed: return 0x5b;
0x5b;
never executed: return 0x5b;
0
251 case
executed 3 times by 1 test: case Qt::Key_Backslash:
Executed by:
  • tst_QFileDialog2
Qt::Key_Backslash:
executed 3 times by 1 test: case Qt::Key_Backslash:
Executed by:
  • tst_QFileDialog2
return
executed 3 times by 1 test: return 0x5c;
Executed by:
  • tst_QFileDialog2
0x5c;
executed 3 times by 1 test: return 0x5c;
Executed by:
  • tst_QFileDialog2
3
252 case
never executed: case Qt::Key_BracketRight:
Qt::Key_BracketRight:
never executed: case Qt::Key_BracketRight:
return
never executed: return 0x5d;
0x5d;
never executed: return 0x5d;
0
253 case
never executed: case Qt::Key_AsciiCircum:
Qt::Key_AsciiCircum:
never executed: case Qt::Key_AsciiCircum:
return
never executed: return 0x5e;
0x5e;
never executed: return 0x5e;
0
254 case
never executed: case Qt::Key_Underscore:
Qt::Key_Underscore:
never executed: case Qt::Key_Underscore:
return
never executed: return 0x5f;
0x5f;
never executed: return 0x5f;
0
255 case
never executed: case Qt::Key_QuoteLeft:
Qt::Key_QuoteLeft:
never executed: case Qt::Key_QuoteLeft:
return
never executed: return 0x60;
0x60;
never executed: return 0x60;
0
256-
257 case
never executed: case Qt::Key_BraceLeft:
Qt::Key_BraceLeft:
never executed: case Qt::Key_BraceLeft:
return
never executed: return 0x7b;
0x7b;
never executed: return 0x7b;
0
258 case
never executed: case Qt::Key_Bar:
Qt::Key_Bar:
never executed: case Qt::Key_Bar:
return
never executed: return 0x7c;
0x7c;
never executed: return 0x7c;
0
259 case
never executed: case Qt::Key_BraceRight:
Qt::Key_BraceRight:
never executed: case Qt::Key_BraceRight:
return
never executed: return 0x7d;
0x7d;
never executed: return 0x7d;
0
260 case
never executed: case Qt::Key_AsciiTilde:
Qt::Key_AsciiTilde:
never executed: case Qt::Key_AsciiTilde:
return
never executed: return 0x7e;
0x7e;
never executed: return 0x7e;
0
261-
262 case
executed 115 times by 6 tests: case Qt::Key_Delete:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
Qt::Key_Delete:
executed 115 times by 6 tests: case Qt::Key_Delete:
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
return
executed 115 times by 6 tests: return 0;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
0;
executed 115 times by 6 tests: return 0;
Executed by:
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QInputDialog
  • tst_QLineEdit
  • tst_QSpinBox
115
263 case
never executed: case Qt::Key_Insert:
Qt::Key_Insert:
never executed: case Qt::Key_Insert:
return
never executed: return 0;
0;
never executed: return 0;
0
264 case
never executed: case Qt::Key_Pause:
Qt::Key_Pause:
never executed: case Qt::Key_Pause:
return
never executed: return 0;
0;
never executed: return 0;
0
265 case
never executed: case Qt::Key_Print:
Qt::Key_Print:
never executed: case Qt::Key_Print:
return
never executed: return 0;
0;
never executed: return 0;
0
266 case
never executed: case Qt::Key_SysReq:
Qt::Key_SysReq:
never executed: case Qt::Key_SysReq:
return
never executed: return 0;
0;
never executed: return 0;
0
267-
268 case
never executed: case Qt::Key_Clear:
Qt::Key_Clear:
never executed: case Qt::Key_Clear:
return
never executed: return 0;
0;
never executed: return 0;
0
269-
270 case
executed 96 times by 7 tests: case Qt::Key_Home:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTextEdit
Qt::Key_Home:
executed 96 times by 7 tests: case Qt::Key_Home:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTextEdit
return
executed 96 times by 7 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTextEdit
0;
executed 96 times by 7 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTextEdit
96
271 case
executed 56 times by 8 tests: case Qt::Key_End:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
Qt::Key_End:
executed 56 times by 8 tests: case Qt::Key_End:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
return
executed 56 times by 8 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
0;
executed 56 times by 8 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
56
272 case
executed 464 times by 13 tests: case Qt::Key_Left:
Executed by:
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
Qt::Key_Left:
executed 464 times by 13 tests: case Qt::Key_Left:
Executed by:
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
return
executed 464 times by 13 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
0;
executed 464 times by 13 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
464
273 case
executed 1468 times by 17 tests: case Qt::Key_Up:
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
  • tst_QTreeWidget
Qt::Key_Up:
executed 1468 times by 17 tests: case Qt::Key_Up:
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
  • tst_QTreeWidget
return
executed 1468 times by 17 tests: return 0;
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
  • tst_QTreeWidget
0;
executed 1468 times by 17 tests: return 0;
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QAccessibility
  • tst_QButtonGroup
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QItemView
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
  • tst_QTreeWidget
1468
274 case
executed 410 times by 13 tests: case Qt::Key_Right:
Executed by:
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
Qt::Key_Right:
executed 410 times by 13 tests: case Qt::Key_Right:
Executed by:
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
return
executed 410 times by 13 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
0;
executed 410 times by 13 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QDateTimeEdit
  • tst_QDoubleSpinBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
410
275 case
executed 650 times by 22 tests: case Qt::Key_Down:
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontComboBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
Qt::Key_Down:
executed 650 times by 22 tests: case Qt::Key_Down:
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontComboBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
return
executed 650 times by 22 tests: return 0;
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontComboBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
0;
executed 650 times by 22 tests: return 0;
Executed by:
  • tst_QAbstractItemView
  • tst_QAbstractSlider
  • tst_QButtonGroup
  • tst_QCalendarWidget
  • tst_QComboBox
  • tst_QCompleter
  • tst_QDateTimeEdit
  • tst_QDial
  • tst_QDoubleSpinBox
  • tst_QFileDialog2
  • tst_QFiledialog
  • tst_QFontComboBox
  • tst_QLineEdit
  • tst_QListView
  • tst_QMenu
  • tst_QMenuBar
  • tst_QPlainTextEdit
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTextEdit
  • tst_QTreeView
  • tst_QTreeWidget
650
276 case
executed 21 times by 6 tests: case Qt::Key_PageUp:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
Qt::Key_PageUp:
executed 21 times by 6 tests: case Qt::Key_PageUp:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
return
executed 21 times by 6 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
0;
executed 21 times by 6 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
21
277 case
executed 34 times by 6 tests: case Qt::Key_PageDown:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
Qt::Key_PageDown:
executed 34 times by 6 tests: case Qt::Key_PageDown:
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
return
executed 34 times by 6 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
0;
executed 34 times by 6 tests: return 0;
Executed by:
  • tst_QAbstractSlider
  • tst_QComboBox
  • tst_QDoubleSpinBox
  • tst_QSpinBox
  • tst_QTableView
  • tst_QTreeView
34
278 case
executed 1 time by 1 test: case Qt::Key_Shift:
Executed by:
  • tst_QToolTip
Qt::Key_Shift:
executed 1 time by 1 test: case Qt::Key_Shift:
Executed by:
  • tst_QToolTip
return
executed 1 time by 1 test: return 0;
Executed by:
  • tst_QToolTip
0;
executed 1 time by 1 test: return 0;
Executed by:
  • tst_QToolTip
1
279 case
executed 9 times by 2 tests: case Qt::Key_Control:
Executed by:
  • tst_QMdiArea
  • tst_QToolTip
Qt::Key_Control:
executed 9 times by 2 tests: case Qt::Key_Control:
Executed by:
  • tst_QMdiArea
  • tst_QToolTip
return
executed 9 times by 2 tests: return 0;
Executed by:
  • tst_QMdiArea
  • tst_QToolTip
0;
executed 9 times by 2 tests: return 0;
Executed by:
  • tst_QMdiArea
  • tst_QToolTip
9
280 case
executed 1 time by 1 test: case Qt::Key_Meta:
Executed by:
  • tst_QToolTip
Qt::Key_Meta:
executed 1 time by 1 test: case Qt::Key_Meta:
Executed by:
  • tst_QToolTip
return
executed 1 time by 1 test: return 0;
Executed by:
  • tst_QToolTip
0;
executed 1 time by 1 test: return 0;
Executed by:
  • tst_QToolTip
1
281 case
executed 3 times by 2 tests: case Qt::Key_Alt:
Executed by:
  • tst_QMenuBar
  • tst_QToolTip
Qt::Key_Alt:
executed 3 times by 2 tests: case Qt::Key_Alt:
Executed by:
  • tst_QMenuBar
  • tst_QToolTip
return
executed 3 times by 2 tests: return 0;
Executed by:
  • tst_QMenuBar
  • tst_QToolTip
0;
executed 3 times by 2 tests: return 0;
Executed by:
  • tst_QMenuBar
  • tst_QToolTip
3
282 case
never executed: case Qt::Key_CapsLock:
Qt::Key_CapsLock:
never executed: case Qt::Key_CapsLock:
return
never executed: return 0;
0;
never executed: return 0;
0
283 case
never executed: case Qt::Key_NumLock:
Qt::Key_NumLock:
never executed: case Qt::Key_NumLock:
return
never executed: return 0;
0;
never executed: return 0;
0
284 case
never executed: case Qt::Key_ScrollLock:
Qt::Key_ScrollLock:
never executed: case Qt::Key_ScrollLock:
return
never executed: return 0;
0;
never executed: return 0;
0
285 case
never executed: case Qt::Key_F1:
Qt::Key_F1:
never executed: case Qt::Key_F1:
return
never executed: return 0;
0;
never executed: return 0;
0
286 case
executed 5 times by 1 test: case Qt::Key_F2:
Executed by:
  • tst_QTreeView
Qt::Key_F2:
executed 5 times by 1 test: case Qt::Key_F2:
Executed by:
  • tst_QTreeView
return
executed 5 times by 1 test: return 0;
Executed by:
  • tst_QTreeView
0;
executed 5 times by 1 test: return 0;
Executed by:
  • tst_QTreeView
5
287 case
never executed: case Qt::Key_F3:
Qt::Key_F3:
never executed: case Qt::Key_F3:
return
never executed: return 0;
0;
never executed: return 0;
0
288 case
never executed: case Qt::Key_F4:
Qt::Key_F4:
never executed: case Qt::Key_F4:
return
never executed: return 0;
0;
never executed: return 0;
0
289 case
never executed: case Qt::Key_F5:
Qt::Key_F5:
never executed: case Qt::Key_F5:
return
never executed: return 0;
0;
never executed: return 0;
0
290 case
never executed: case Qt::Key_F6:
Qt::Key_F6:
never executed: case Qt::Key_F6:
return
never executed: return 0;
0;
never executed: return 0;
0
291 case
never executed: case Qt::Key_F7:
Qt::Key_F7:
never executed: case Qt::Key_F7:
return
never executed: return 0;
0;
never executed: return 0;
0
292 case
never executed: case Qt::Key_F8:
Qt::Key_F8:
never executed: case Qt::Key_F8:
return
never executed: return 0;
0;
never executed: return 0;
0
293 case
never executed: case Qt::Key_F9:
Qt::Key_F9:
never executed: case Qt::Key_F9:
return
never executed: return 0;
0;
never executed: return 0;
0
294 case
never executed: case Qt::Key_F10:
Qt::Key_F10:
never executed: case Qt::Key_F10:
return
never executed: return 0;
0;
never executed: return 0;
0
295 case
never executed: case Qt::Key_F11:
Qt::Key_F11:
never executed: case Qt::Key_F11:
return
never executed: return 0;
0;
never executed: return 0;
0
296 case
never executed: case Qt::Key_F12:
Qt::Key_F12:
never executed: case Qt::Key_F12:
return
never executed: return 0;
0;
never executed: return 0;
0
297 case
never executed: case Qt::Key_F13:
Qt::Key_F13:
never executed: case Qt::Key_F13:
return
never executed: return 0;
0;
never executed: return 0;
0
298 case
never executed: case Qt::Key_F14:
Qt::Key_F14:
never executed: case Qt::Key_F14:
return
never executed: return 0;
0;
never executed: return 0;
0
299 case
never executed: case Qt::Key_F15:
Qt::Key_F15:
never executed: case Qt::Key_F15:
return
never executed: return 0;
0;
never executed: return 0;
0
300 case
never executed: case Qt::Key_F16:
Qt::Key_F16:
never executed: case Qt::Key_F16:
return
never executed: return 0;
0;
never executed: return 0;
0
301 case
never executed: case Qt::Key_F17:
Qt::Key_F17:
never executed: case Qt::Key_F17:
return
never executed: return 0;
0;
never executed: return 0;
0
302 case
never executed: case Qt::Key_F18:
Qt::Key_F18:
never executed: case Qt::Key_F18:
return
never executed: return 0;
0;
never executed: return 0;
0
303 case
never executed: case Qt::Key_F19:
Qt::Key_F19:
never executed: case Qt::Key_F19:
return
never executed: return 0;
0;
never executed: return 0;
0
304 case
never executed: case Qt::Key_F20:
Qt::Key_F20:
never executed: case Qt::Key_F20:
return
never executed: return 0;
0;
never executed: return 0;
0
305 case
never executed: case Qt::Key_F21:
Qt::Key_F21:
never executed: case Qt::Key_F21:
return
never executed: return 0;
0;
never executed: return 0;
0
306 case
never executed: case Qt::Key_F22:
Qt::Key_F22:
never executed: case Qt::Key_F22:
return
never executed: return 0;
0;
never executed: return 0;
0
307 case
never executed: case Qt::Key_F23:
Qt::Key_F23:
never executed: case Qt::Key_F23:
return
never executed: return 0;
0;
never executed: return 0;
0
308 case
never executed: case Qt::Key_F24:
Qt::Key_F24:
never executed: case Qt::Key_F24:
return
never executed: return 0;
0;
never executed: return 0;
0
309 case
never executed: case Qt::Key_F25:
Qt::Key_F25:
never executed: case Qt::Key_F25:
return
never executed: return 0;
0;
never executed: return 0;
0
310 case
never executed: case Qt::Key_F26:
Qt::Key_F26:
never executed: case Qt::Key_F26:
return
never executed: return 0;
0;
never executed: return 0;
0
311 case
never executed: case Qt::Key_F27:
Qt::Key_F27:
never executed: case Qt::Key_F27:
return
never executed: return 0;
0;
never executed: return 0;
0
312 case
never executed: case Qt::Key_F28:
Qt::Key_F28:
never executed: case Qt::Key_F28:
return
never executed: return 0;
0;
never executed: return 0;
0
313 case
never executed: case Qt::Key_F29:
Qt::Key_F29:
never executed: case Qt::Key_F29:
return
never executed: return 0;
0;
never executed: return 0;
0
314 case
never executed: case Qt::Key_F30:
Qt::Key_F30:
never executed: case Qt::Key_F30:
return
never executed: return 0;
0;
never executed: return 0;
0
315 case
never executed: case Qt::Key_F31:
Qt::Key_F31:
never executed: case Qt::Key_F31:
return
never executed: return 0;
0;
never executed: return 0;
0
316 case
never executed: case Qt::Key_F32:
Qt::Key_F32:
never executed: case Qt::Key_F32:
return
never executed: return 0;
0;
never executed: return 0;
0
317 case
never executed: case Qt::Key_F33:
Qt::Key_F33:
never executed: case Qt::Key_F33:
return
never executed: return 0;
0;
never executed: return 0;
0
318 case
never executed: case Qt::Key_F34:
Qt::Key_F34:
never executed: case Qt::Key_F34:
return
never executed: return 0;
0;
never executed: return 0;
0
319 case
never executed: case Qt::Key_F35:
Qt::Key_F35:
never executed: case Qt::Key_F35:
return
never executed: return 0;
0;
never executed: return 0;
0
320 case
never executed: case Qt::Key_Super_L:
Qt::Key_Super_L:
never executed: case Qt::Key_Super_L:
return
never executed: return 0;
0;
never executed: return 0;
0
321 case
never executed: case Qt::Key_Super_R:
Qt::Key_Super_R:
never executed: case Qt::Key_Super_R:
return
never executed: return 0;
0;
never executed: return 0;
0
322 case
never executed: case Qt::Key_Menu:
Qt::Key_Menu:
never executed: case Qt::Key_Menu:
return
never executed: return 0;
0;
never executed: return 0;
0
323 case
never executed: case Qt::Key_Hyper_L:
Qt::Key_Hyper_L:
never executed: case Qt::Key_Hyper_L:
return
never executed: return 0;
0;
never executed: return 0;
0
324 case
never executed: case Qt::Key_Hyper_R:
Qt::Key_Hyper_R:
never executed: case Qt::Key_Hyper_R:
return
never executed: return 0;
0;
never executed: return 0;
0
325 case
never executed: case Qt::Key_Help:
Qt::Key_Help:
never executed: case Qt::Key_Help:
return
never executed: return 0;
0;
never executed: return 0;
0
326 case
never executed: case Qt::Key_Direction_L:
Qt::Key_Direction_L:
never executed: case Qt::Key_Direction_L:
return
never executed: return 0;
0;
never executed: return 0;
0
327 case
never executed: case Qt::Key_Direction_R:
Qt::Key_Direction_R:
never executed: case Qt::Key_Direction_R:
return
never executed: return 0;
0;
never executed: return 0;
0
328-
329-
330 case
never executed: case Qt::Key_nobreakspace:
Qt::Key_nobreakspace:
never executed: case Qt::Key_nobreakspace:
return
never executed: return char(0xa0);
char(0xa0);
never executed: return char(0xa0);
0
331 case
never executed: case Qt::Key_exclamdown:
Qt::Key_exclamdown:
never executed: case Qt::Key_exclamdown:
return
never executed: return char(0xa1);
char(0xa1);
never executed: return char(0xa1);
0
332 case
never executed: case Qt::Key_cent:
Qt::Key_cent:
never executed: case Qt::Key_cent:
return
never executed: return char(0xa2);
char(0xa2);
never executed: return char(0xa2);
0
333 case
never executed: case Qt::Key_sterling:
Qt::Key_sterling:
never executed: case Qt::Key_sterling:
return
never executed: return char(0xa3);
char(0xa3);
never executed: return char(0xa3);
0
334 case
never executed: case Qt::Key_currency:
Qt::Key_currency:
never executed: case Qt::Key_currency:
return
never executed: return char(0xa4);
char(0xa4);
never executed: return char(0xa4);
0
335 case
never executed: case Qt::Key_yen:
Qt::Key_yen:
never executed: case Qt::Key_yen:
return
never executed: return char(0xa5);
char(0xa5);
never executed: return char(0xa5);
0
336 case
never executed: case Qt::Key_brokenbar:
Qt::Key_brokenbar:
never executed: case Qt::Key_brokenbar:
return
never executed: return char(0xa6);
char(0xa6);
never executed: return char(0xa6);
0
337 case
never executed: case Qt::Key_section:
Qt::Key_section:
never executed: case Qt::Key_section:
return
never executed: return char(0xa7);
char(0xa7);
never executed: return char(0xa7);
0
338 case
never executed: case Qt::Key_diaeresis:
Qt::Key_diaeresis:
never executed: case Qt::Key_diaeresis:
return
never executed: return char(0xa8);
char(0xa8);
never executed: return char(0xa8);
0
339 case
never executed: case Qt::Key_copyright:
Qt::Key_copyright:
never executed: case Qt::Key_copyright:
return
never executed: return char(0xa9);
char(0xa9);
never executed: return char(0xa9);
0
340 case
never executed: case Qt::Key_ordfeminine:
Qt::Key_ordfeminine:
never executed: case Qt::Key_ordfeminine:
return
never executed: return char(0xaa);
char(0xaa);
never executed: return char(0xaa);
0
341 case
never executed: case Qt::Key_guillemotleft:
Qt::Key_guillemotleft:
never executed: case Qt::Key_guillemotleft:
return
never executed: return char(0xab);
char(0xab);
never executed: return char(0xab);
0
342 case
never executed: case Qt::Key_notsign:
Qt::Key_notsign:
never executed: case Qt::Key_notsign:
return
never executed: return char(0xac);
char(0xac);
never executed: return char(0xac);
0
343 case
never executed: case Qt::Key_hyphen:
Qt::Key_hyphen:
never executed: case Qt::Key_hyphen:
return
never executed: return char(0xad);
char(0xad);
never executed: return char(0xad);
0
344 case
never executed: case Qt::Key_registered:
Qt::Key_registered:
never executed: case Qt::Key_registered:
return
never executed: return char(0xae);
char(0xae);
never executed: return char(0xae);
0
345 case
never executed: case Qt::Key_macron:
Qt::Key_macron:
never executed: case Qt::Key_macron:
return
never executed: return char(0xaf);
char(0xaf);
never executed: return char(0xaf);
0
346 case
never executed: case Qt::Key_degree:
Qt::Key_degree:
never executed: case Qt::Key_degree:
return
never executed: return char(0xb0);
char(0xb0);
never executed: return char(0xb0);
0
347 case
never executed: case Qt::Key_plusminus:
Qt::Key_plusminus:
never executed: case Qt::Key_plusminus:
return
never executed: return char(0xb1);
char(0xb1);
never executed: return char(0xb1);
0
348 case
never executed: case Qt::Key_twosuperior:
Qt::Key_twosuperior:
never executed: case Qt::Key_twosuperior:
return
never executed: return char(0xb2);
char(0xb2);
never executed: return char(0xb2);
0
349 case
never executed: case Qt::Key_threesuperior:
Qt::Key_threesuperior:
never executed: case Qt::Key_threesuperior:
return
never executed: return char(0xb3);
char(0xb3);
never executed: return char(0xb3);
0
350 case
never executed: case Qt::Key_acute:
Qt::Key_acute:
never executed: case Qt::Key_acute:
return
never executed: return char(0xb4);
char(0xb4);
never executed: return char(0xb4);
0
351 case
never executed: case Qt::Key_mu:
Qt::Key_mu:
never executed: case Qt::Key_mu:
return
never executed: return char(0xb5);
char(0xb5);
never executed: return char(0xb5);
0
352 case
never executed: case Qt::Key_paragraph:
Qt::Key_paragraph:
never executed: case Qt::Key_paragraph:
return
never executed: return char(0xb6);
char(0xb6);
never executed: return char(0xb6);
0
353 case
never executed: case Qt::Key_periodcentered:
Qt::Key_periodcentered:
never executed: case Qt::Key_periodcentered:
return
never executed: return char(0xb7);
char(0xb7);
never executed: return char(0xb7);
0
354 case
never executed: case Qt::Key_cedilla:
Qt::Key_cedilla:
never executed: case Qt::Key_cedilla:
return
never executed: return char(0xb8);
char(0xb8);
never executed: return char(0xb8);
0
355 case
never executed: case Qt::Key_onesuperior:
Qt::Key_onesuperior:
never executed: case Qt::Key_onesuperior:
return
never executed: return char(0xb9);
char(0xb9);
never executed: return char(0xb9);
0
356 case
never executed: case Qt::Key_masculine:
Qt::Key_masculine:
never executed: case Qt::Key_masculine:
return
never executed: return char(0xba);
char(0xba);
never executed: return char(0xba);
0
357 case
never executed: case Qt::Key_guillemotright:
Qt::Key_guillemotright:
never executed: case Qt::Key_guillemotright:
return
never executed: return char(0xbb);
char(0xbb);
never executed: return char(0xbb);
0
358 case
never executed: case Qt::Key_onequarter:
Qt::Key_onequarter:
never executed: case Qt::Key_onequarter:
return
never executed: return char(0xbc);
char(0xbc);
never executed: return char(0xbc);
0
359 case
never executed: case Qt::Key_onehalf:
Qt::Key_onehalf:
never executed: case Qt::Key_onehalf:
return
never executed: return char(0xbd);
char(0xbd);
never executed: return char(0xbd);
0
360 case
never executed: case Qt::Key_threequarters:
Qt::Key_threequarters:
never executed: case Qt::Key_threequarters:
return
never executed: return char(0xbe);
char(0xbe);
never executed: return char(0xbe);
0
361 case
never executed: case Qt::Key_questiondown:
Qt::Key_questiondown:
never executed: case Qt::Key_questiondown:
return
never executed: return char(0xbf);
char(0xbf);
never executed: return char(0xbf);
0
362 case
never executed: case Qt::Key_Agrave:
Qt::Key_Agrave:
never executed: case Qt::Key_Agrave:
return
never executed: return char(0xc0);
char(0xc0);
never executed: return char(0xc0);
0
363 case
never executed: case Qt::Key_Aacute:
Qt::Key_Aacute:
never executed: case Qt::Key_Aacute:
return
never executed: return char(0xc1);
char(0xc1);
never executed: return char(0xc1);
0
364 case
never executed: case Qt::Key_Acircumflex:
Qt::Key_Acircumflex:
never executed: case Qt::Key_Acircumflex:
return
never executed: return char(0xc2);
char(0xc2);
never executed: return char(0xc2);
0
365 case
never executed: case Qt::Key_Atilde:
Qt::Key_Atilde:
never executed: case Qt::Key_Atilde:
return
never executed: return char(0xc3);
char(0xc3);
never executed: return char(0xc3);
0
366 case
never executed: case Qt::Key_Adiaeresis:
Qt::Key_Adiaeresis:
never executed: case Qt::Key_Adiaeresis:
return
never executed: return char(0xc4);
char(0xc4);
never executed: return char(0xc4);
0
367 case
never executed: case Qt::Key_Aring:
Qt::Key_Aring:
never executed: case Qt::Key_Aring:
return
never executed: return char(0xe5);
char(0xe5);
never executed: return char(0xe5);
0
368 case
never executed: case Qt::Key_AE:
Qt::Key_AE:
never executed: case Qt::Key_AE:
return
never executed: return char(0xe6);
char(0xe6);
never executed: return char(0xe6);
0
369 case
never executed: case Qt::Key_Ccedilla:
Qt::Key_Ccedilla:
never executed: case Qt::Key_Ccedilla:
return
never executed: return char(0xc7);
char(0xc7);
never executed: return char(0xc7);
0
370 case
never executed: case Qt::Key_Egrave:
Qt::Key_Egrave:
never executed: case Qt::Key_Egrave:
return
never executed: return char(0xc8);
char(0xc8);
never executed: return char(0xc8);
0
371 case
never executed: case Qt::Key_Eacute:
Qt::Key_Eacute:
never executed: case Qt::Key_Eacute:
return
never executed: return char(0xc9);
char(0xc9);
never executed: return char(0xc9);
0
372 case
never executed: case Qt::Key_Ecircumflex:
Qt::Key_Ecircumflex:
never executed: case Qt::Key_Ecircumflex:
return
never executed: return char(0xca);
char(0xca);
never executed: return char(0xca);
0
373 case
never executed: case Qt::Key_Ediaeresis:
Qt::Key_Ediaeresis:
never executed: case Qt::Key_Ediaeresis:
return
never executed: return char(0xcb);
char(0xcb);
never executed: return char(0xcb);
0
374 case
never executed: case Qt::Key_Igrave:
Qt::Key_Igrave:
never executed: case Qt::Key_Igrave:
return
never executed: return char(0xcc);
char(0xcc);
never executed: return char(0xcc);
0
375 case
never executed: case Qt::Key_Iacute:
Qt::Key_Iacute:
never executed: case Qt::Key_Iacute:
return
never executed: return char(0xcd);
char(0xcd);
never executed: return char(0xcd);
0
376 case
never executed: case Qt::Key_Icircumflex:
Qt::Key_Icircumflex:
never executed: case Qt::Key_Icircumflex:
return
never executed: return char(0xce);
char(0xce);
never executed: return char(0xce);
0
377 case
never executed: case Qt::Key_Idiaeresis:
Qt::Key_Idiaeresis:
never executed: case Qt::Key_Idiaeresis:
return
never executed: return char(0xcf);
char(0xcf);
never executed: return char(0xcf);
0
378 case
never executed: case Qt::Key_ETH:
Qt::Key_ETH:
never executed: case Qt::Key_ETH:
return
never executed: return char(0xd0);
char(0xd0);
never executed: return char(0xd0);
0
379 case
never executed: case Qt::Key_Ntilde:
Qt::Key_Ntilde:
never executed: case Qt::Key_Ntilde:
return
never executed: return char(0xd1);
char(0xd1);
never executed: return char(0xd1);
0
380 case
never executed: case Qt::Key_Ograve:
Qt::Key_Ograve:
never executed: case Qt::Key_Ograve:
return
never executed: return char(0xd2);
char(0xd2);
never executed: return char(0xd2);
0
381 case
never executed: case Qt::Key_Oacute:
Qt::Key_Oacute:
never executed: case Qt::Key_Oacute:
return
never executed: return char(0xd3);
char(0xd3);
never executed: return char(0xd3);
0
382 case
never executed: case Qt::Key_Ocircumflex:
Qt::Key_Ocircumflex:
never executed: case Qt::Key_Ocircumflex:
return
never executed: return char(0xd4);
char(0xd4);
never executed: return char(0xd4);
0
383 case
never executed: case Qt::Key_Otilde:
Qt::Key_Otilde:
never executed: case Qt::Key_Otilde:
return
never executed: return char(0xd5);
char(0xd5);
never executed: return char(0xd5);
0
384 case
never executed: case Qt::Key_Odiaeresis:
Qt::Key_Odiaeresis:
never executed: case Qt::Key_Odiaeresis:
return
never executed: return char(0xd6);
char(0xd6);
never executed: return char(0xd6);
0
385 case
never executed: case Qt::Key_multiply:
Qt::Key_multiply:
never executed: case Qt::Key_multiply:
return
never executed: return char(0xd7);
char(0xd7);
never executed: return char(0xd7);
0
386 case
never executed: case Qt::Key_Ooblique:
Qt::Key_Ooblique:
never executed: case Qt::Key_Ooblique:
return
never executed: return char(0xf8);
char(0xf8);
never executed: return char(0xf8);
0
387 case
never executed: case Qt::Key_Ugrave:
Qt::Key_Ugrave:
never executed: case Qt::Key_Ugrave:
return
never executed: return char(0xd9);
char(0xd9);
never executed: return char(0xd9);
0
388 case
never executed: case Qt::Key_Uacute:
Qt::Key_Uacute:
never executed: case Qt::Key_Uacute:
return
never executed: return char(0xda);
char(0xda);
never executed: return char(0xda);
0
389 case
never executed: case Qt::Key_Ucircumflex:
Qt::Key_Ucircumflex:
never executed: case Qt::Key_Ucircumflex:
return
never executed: return char(0xdb);
char(0xdb);
never executed: return char(0xdb);
0
390 case
never executed: case Qt::Key_Udiaeresis:
Qt::Key_Udiaeresis:
never executed: case Qt::Key_Udiaeresis:
return
never executed: return char(0xdc);
char(0xdc);
never executed: return char(0xdc);
0
391 case
never executed: case Qt::Key_Yacute:
Qt::Key_Yacute:
never executed: case Qt::Key_Yacute:
return
never executed: return char(0xdd);
char(0xdd);
never executed: return char(0xdd);
0
392 case
never executed: case Qt::Key_THORN:
Qt::Key_THORN:
never executed: case Qt::Key_THORN:
return
never executed: return char(0xde);
char(0xde);
never executed: return char(0xde);
0
393 case
never executed: case Qt::Key_ssharp:
Qt::Key_ssharp:
never executed: case Qt::Key_ssharp:
return
never executed: return char(0xdf);
char(0xdf);
never executed: return char(0xdf);
0
394 case
never executed: case Qt::Key_division:
Qt::Key_division:
never executed: case Qt::Key_division:
return
never executed: return char(0xf7);
char(0xf7);
never executed: return char(0xf7);
0
395 case
never executed: case Qt::Key_ydiaeresis:
Qt::Key_ydiaeresis:
never executed: case Qt::Key_ydiaeresis:
return
never executed: return char(0xff);
char(0xff);
never executed: return char(0xff);
0
396-
397-
398-
399 case
never executed: case Qt::Key_Back :
Qt::Key_Back :
never executed: case Qt::Key_Back :
return
never executed: return 0;
0;
never executed: return 0;
0
400 case
never executed: case Qt::Key_Forward :
Qt::Key_Forward :
never executed: case Qt::Key_Forward :
return
never executed: return 0;
0;
never executed: return 0;
0
401 case
never executed: case Qt::Key_Stop :
Qt::Key_Stop :
never executed: case Qt::Key_Stop :
return
never executed: return 0;
0;
never executed: return 0;
0
402 case
never executed: case Qt::Key_Refresh :
Qt::Key_Refresh :
never executed: case Qt::Key_Refresh :
return
never executed: return 0;
0;
never executed: return 0;
0
403-
404 case
never executed: case Qt::Key_VolumeDown:
Qt::Key_VolumeDown:
never executed: case Qt::Key_VolumeDown:
return
never executed: return 0;
0;
never executed: return 0;
0
405 case
never executed: case Qt::Key_VolumeMute :
Qt::Key_VolumeMute :
never executed: case Qt::Key_VolumeMute :
return
never executed: return 0;
0;
never executed: return 0;
0
406 case
never executed: case Qt::Key_VolumeUp:
Qt::Key_VolumeUp:
never executed: case Qt::Key_VolumeUp:
return
never executed: return 0;
0;
never executed: return 0;
0
407 case
never executed: case Qt::Key_BassBoost:
Qt::Key_BassBoost:
never executed: case Qt::Key_BassBoost:
return
never executed: return 0;
0;
never executed: return 0;
0
408 case
never executed: case Qt::Key_BassUp:
Qt::Key_BassUp:
never executed: case Qt::Key_BassUp:
return
never executed: return 0;
0;
never executed: return 0;
0
409 case
never executed: case Qt::Key_BassDown:
Qt::Key_BassDown:
never executed: case Qt::Key_BassDown:
return
never executed: return 0;
0;
never executed: return 0;
0
410 case
never executed: case Qt::Key_TrebleUp:
Qt::Key_TrebleUp:
never executed: case Qt::Key_TrebleUp:
return
never executed: return 0;
0;
never executed: return 0;
0
411 case
never executed: case Qt::Key_TrebleDown:
Qt::Key_TrebleDown:
never executed: case Qt::Key_TrebleDown:
return
never executed: return 0;
0;
never executed: return 0;
0
412-
413 case
never executed: case Qt::Key_MediaPlay :
Qt::Key_MediaPlay :
never executed: case Qt::Key_MediaPlay :
return
never executed: return 0;
0;
never executed: return 0;
0
414 case
never executed: case Qt::Key_MediaStop :
Qt::Key_MediaStop :
never executed: case Qt::Key_MediaStop :
return
never executed: return 0;
0;
never executed: return 0;
0
415 case
never executed: case Qt::Key_MediaPrevious :
Qt::Key_MediaPrevious :
never executed: case Qt::Key_MediaPrevious :
return
never executed: return 0;
0;
never executed: return 0;
0
416 case
never executed: case Qt::Key_MediaNext :
Qt::Key_MediaNext :
never executed: case Qt::Key_MediaNext :
return
never executed: return 0;
0;
never executed: return 0;
0
417 case
never executed: case Qt::Key_MediaRecord:
Qt::Key_MediaRecord:
never executed: case Qt::Key_MediaRecord:
return
never executed: return 0;
0;
never executed: return 0;
0
418-
419 case
never executed: case Qt::Key_HomePage :
Qt::Key_HomePage :
never executed: case Qt::Key_HomePage :
return
never executed: return 0;
0;
never executed: return 0;
0
420 case
never executed: case Qt::Key_Favorites :
Qt::Key_Favorites :
never executed: case Qt::Key_Favorites :
return
never executed: return 0;
0;
never executed: return 0;
0
421 case
never executed: case Qt::Key_Search :
Qt::Key_Search :
never executed: case Qt::Key_Search :
return
never executed: return 0;
0;
never executed: return 0;
0
422 case
never executed: case Qt::Key_Standby:
Qt::Key_Standby:
never executed: case Qt::Key_Standby:
return
never executed: return 0;
0;
never executed: return 0;
0
423 case
never executed: case Qt::Key_OpenUrl:
Qt::Key_OpenUrl:
never executed: case Qt::Key_OpenUrl:
return
never executed: return 0;
0;
never executed: return 0;
0
424-
425 case
never executed: case Qt::Key_LaunchMail :
Qt::Key_LaunchMail :
never executed: case Qt::Key_LaunchMail :
return
never executed: return 0;
0;
never executed: return 0;
0
426 case
never executed: case Qt::Key_LaunchMedia:
Qt::Key_LaunchMedia:
never executed: case Qt::Key_LaunchMedia:
return
never executed: return 0;
0;
never executed: return 0;
0
427 case
never executed: case Qt::Key_Launch0 :
Qt::Key_Launch0 :
never executed: case Qt::Key_Launch0 :
return
never executed: return 0;
0;
never executed: return 0;
0
428 case
never executed: case Qt::Key_Launch1 :
Qt::Key_Launch1 :
never executed: case Qt::Key_Launch1 :
return
never executed: return 0;
0;
never executed: return 0;
0
429 case
never executed: case Qt::Key_Launch2 :
Qt::Key_Launch2 :
never executed: case Qt::Key_Launch2 :
return
never executed: return 0;
0;
never executed: return 0;
0
430 case
never executed: case Qt::Key_Launch3 :
Qt::Key_Launch3 :
never executed: case Qt::Key_Launch3 :
return
never executed: return 0;
0;
never executed: return 0;
0
431 case
never executed: case Qt::Key_Launch4 :
Qt::Key_Launch4 :
never executed: case Qt::Key_Launch4 :
return
never executed: return 0;
0;
never executed: return 0;
0
432 case
never executed: case Qt::Key_Launch5 :
Qt::Key_Launch5 :
never executed: case Qt::Key_Launch5 :
return
never executed: return 0;
0;
never executed: return 0;
0
433 case
never executed: case Qt::Key_Launch6 :
Qt::Key_Launch6 :
never executed: case Qt::Key_Launch6 :
return
never executed: return 0;
0;
never executed: return 0;
0
434 case
never executed: case Qt::Key_Launch7 :
Qt::Key_Launch7 :
never executed: case Qt::Key_Launch7 :
return
never executed: return 0;
0;
never executed: return 0;
0
435 case
never executed: case Qt::Key_Launch8 :
Qt::Key_Launch8 :
never executed: case Qt::Key_Launch8 :
return
never executed: return 0;
0;
never executed: return 0;
0
436 case
never executed: case Qt::Key_Launch9 :
Qt::Key_Launch9 :
never executed: case Qt::Key_Launch9 :
return
never executed: return 0;
0;
never executed: return 0;
0
437 case
never executed: case Qt::Key_LaunchA :
Qt::Key_LaunchA :
never executed: case Qt::Key_LaunchA :
return
never executed: return 0;
0;
never executed: return 0;
0
438 case
never executed: case Qt::Key_LaunchB :
Qt::Key_LaunchB :
never executed: case Qt::Key_LaunchB :
return
never executed: return 0;
0;
never executed: return 0;
0
439 case
never executed: case Qt::Key_LaunchC :
Qt::Key_LaunchC :
never executed: case Qt::Key_LaunchC :
return
never executed: return 0;
0;
never executed: return 0;
0
440 case
never executed: case Qt::Key_LaunchD :
Qt::Key_LaunchD :
never executed: case Qt::Key_LaunchD :
return
never executed: return 0;
0;
never executed: return 0;
0
441 case
never executed: case Qt::Key_LaunchE :
Qt::Key_LaunchE :
never executed: case Qt::Key_LaunchE :
return
never executed: return 0;
0;
never executed: return 0;
0
442 case
never executed: case Qt::Key_LaunchF :
Qt::Key_LaunchF :
never executed: case Qt::Key_LaunchF :
return
never executed: return 0;
0;
never executed: return 0;
0
443-
444 default
never executed: default:
:
never executed: default:
do { if (!(false)
!(false)Description
TRUEnever evaluated
FALSEnever evaluated
) qt_assert("false",__FILE__,501);
never executed: qt_assert("false",__FILE__,501);
} while (0); return
never executed: return 0;
0;
never executed: return 0;
0
445 }-
446}-
447-
448-
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial 4.3.0-BETA-master-30-08-2018-4cb69e9