Line | Source Code | Coverage |
---|
1 | | - |
2 | | - |
3 | | - |
4 | static int real_link_size = 2; | - |
5 | | - |
6 | extern int | - |
7 | pcre16_config(int what, void *where) | - |
8 | | - |
9 | { | - |
10 | switch (what) | - |
11 | { | - |
12 | case 0: | - |
13 | | - |
14 | *((int *)where) = 0; | - |
15 | return (-3); never executed: return (-3); | 0 |
16 | case 10: | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | *((int *)where) = 1; | - |
23 | | - |
24 | | - |
25 | | - |
26 | break; | 0 |
27 | | - |
28 | | - |
29 | case 6: | - |
30 | | - |
31 | *((int *)where) = 1; | - |
32 | | - |
33 | | - |
34 | | - |
35 | break; | 0 |
36 | | - |
37 | case 9: | - |
38 | | - |
39 | *((int *)where) = 1; | - |
40 | | - |
41 | | - |
42 | | - |
43 | break; | 0 |
44 | | - |
45 | case 11: | - |
46 | | - |
47 | *((const char **)where) = _pcre16_jit_get_target(); | - |
48 | | - |
49 | | - |
50 | | - |
51 | break; | 0 |
52 | | - |
53 | case 1: | - |
54 | *((int *)where) = 10; | - |
55 | break; executed: break; Execution Count:354 | 354 |
56 | | - |
57 | case 8: | - |
58 | | - |
59 | | - |
60 | | - |
61 | *((int *)where) = 0; | - |
62 | | - |
63 | break; | 0 |
64 | | - |
65 | case 2: | - |
66 | *((int *)where) = real_link_size; | - |
67 | break; | 0 |
68 | | - |
69 | case 3: | - |
70 | *((int *)where) = 10; | - |
71 | break; | 0 |
72 | | - |
73 | case 4: | - |
74 | *((unsigned long int *)where) = 10000000; | - |
75 | break; | 0 |
76 | | - |
77 | case 7: | - |
78 | *((unsigned long int *)where) = 10000000; | - |
79 | break; | 0 |
80 | | - |
81 | case 5: | - |
82 | | - |
83 | | - |
84 | | - |
85 | *((int *)where) = 1; | - |
86 | | - |
87 | break; | 0 |
88 | | - |
89 | default: return (-3); never executed: return (-3); | 0 |
90 | } | - |
91 | | - |
92 | return 0; executed: return 0; Execution Count:354 | 354 |
93 | } | - |
94 | | - |
| | |