Branch Coverage

blib/lib/Text/Glob.pm
Criterion Covered Total %
branch 39 44 88.6


line true false branch
26 42 6 unless defined $seperator
33 51 320 if ($first_byte)
34 50 1 if ($Text::Glob::strict_leading_dot)
35 48 2 unless $_ eq '.'
39 3 368 if ($_ eq '/')
42 39 332 if ($_ eq '.' or $_ eq '(' or $_ eq ')' or $_ eq '|' or $_ eq '+' or $_ eq '^' or $_ eq '$' or $_ eq '@' or $_ eq '%') { }
21 311 elsif ($_ eq '*') { }
10 301 elsif ($_ eq '?') { }
13 288 elsif ($_ eq '{') { }
11 277 elsif ($_ eq '}' and $in_curlies) { }
11 266 elsif ($_ eq ',' and $in_curlies) { }
4 262 elsif ($_ eq '\\') { }
47 17 2 $Text::Glob::strict_wildcard_slash ? :
2 19 $escaping ? :
51 9 1 $Text::Glob::strict_wildcard_slash ? :
0 10 $escaping ? :
55 2 11 $escaping ? :
56 11 2 unless $escaping
59 0 11 $escaping ? :
60 11 0 unless $escaping
63 0 11 $escaping ? :
66 0 4 if ($escaping) { }