line |
true |
false |
branch |
22
|
61 |
71 |
@globs ? :
|
42
|
81 |
319 |
if ($first_byte)
|
43
|
81 |
0 |
if ($strict_leading_dot)
|
44
|
81 |
0 |
unless $_ eq "."
|
48
|
17 |
383 |
if ($_ eq "/")
|
51
|
19 |
381 |
if ($_ eq '.' or $_ eq '(' or $_ eq ')' or $_ eq '|' or $_ eq '+' or $_ eq '^' or $_ eq '$' or $_ eq '@' or $_ eq '%') { }
|
|
23 |
358 |
elsif ($_ eq "\cZ") { }
|
|
64 |
294 |
elsif ($_ eq '*') { }
|
|
0 |
294 |
elsif ($_ eq '?') { }
|
|
0 |
294 |
elsif ($_ eq '{') { }
|
|
0 |
294 |
elsif ($_ eq '}' and $in_curlies) { }
|
|
0 |
294 |
elsif ($_ eq ',' and $in_curlies) { }
|
|
0 |
294 |
elsif ($_ eq '\\') { }
|
63
|
0 |
0 |
$strict_wildcard_slash ? :
|
|
0 |
23 |
$escaping ? :
|
69
|
64 |
0 |
$strict_wildcard_slash ? :
|
|
0 |
64 |
$escaping ? :
|
75
|
0 |
0 |
$strict_wildcard_slash ? :
|
|
0 |
0 |
$escaping ? :
|
81
|
0 |
0 |
$escaping ? :
|
82
|
0 |
0 |
unless $escaping
|
85
|
0 |
0 |
$escaping ? :
|
86
|
0 |
0 |
unless $escaping
|
89
|
0 |
0 |
$escaping ? :
|
92
|
0 |
0 |
if ($escaping) { }
|