Branch Coverage

blib/lib/Path/Tiny/Glob.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
24 1 0 if $args and $args->{'all'}
31 1 8 ref $glob eq 'ARRAY' ? :
34 1 9 ref $_ ? :
39 0 9 if ($glob[0] =~ /^~/) { }
1 8 elsif ($glob[0] eq '') { }
50 8 1 unless (ref $glob[-1])