line |
true |
false |
branch |
28
|
44 |
276 |
if ($first_byte) |
29
|
43 |
1 |
if ($Text::Glob::strict_leading_dot) |
30
|
41 |
2 |
unless $_ eq '.' |
34
|
3 |
317 |
if ($_ eq '/') |
37
|
36 |
284 |
if ($_ eq '.' or $_ eq '(' or $_ eq ')' or $_ eq '|' or $_ eq '+' or $_ eq '^' or $_ eq '$' or $_ eq '@' or $_ eq '%') { } |
|
18 |
266 |
elsif ($_ eq '*') { } |
|
5 |
261 |
elsif ($_ eq '?') { } |
|
13 |
248 |
elsif ($_ eq '{') { } |
|
11 |
237 |
elsif ($_ eq '}' and $in_curlies) { } |
|
11 |
226 |
elsif ($_ eq ',' and $in_curlies) { } |
|
4 |
222 |
elsif ($_ eq '\\') { } |
42
|
14 |
2 |
$Text::Glob::strict_wildcard_slash ? : |
|
2 |
16 |
$escaping ? : |
46
|
4 |
1 |
$Text::Glob::strict_wildcard_slash ? : |
|
0 |
5 |
$escaping ? : |
50
|
2 |
11 |
$escaping ? : |
51
|
11 |
2 |
unless $escaping |
54
|
0 |
11 |
$escaping ? : |
55
|
11 |
0 |
unless $escaping |
58
|
0 |
11 |
$escaping ? : |
61
|
0 |
4 |
if ($escaping) { } |