line |
true |
false |
branch |
82
|
0 |
0 |
if (c < 256) |
84
|
0 |
0 |
if ((*data & XCL_HASPROP) == 0) |
86
|
0 |
0 |
if ((*data & XCL_MAP) == 0) return negated; |
89
|
0 |
0 |
if ((*data & XCL_MAP) != 0 && |
|
0 |
0 |
if ((*data & XCL_MAP) != 0 && |
98
|
0 |
0 |
if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); |
100
|
0 |
0 |
while ((t = *data++) != XCL_END) |
103
|
0 |
0 |
if (t == XCL_SINGLE) |
113
|
0 |
0 |
if (c == x) return !negated; |
115
|
0 |
0 |
else if (t == XCL_RANGE) |
129
|
0 |
0 |
if (c >= x && c <= y) return !negated; |
|
0 |
0 |
if (c >= x && c <= y) return !negated; |