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