Branch Coverage

blib/lib/AudioFile/Find.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
62 0 1 if defined $dir
76 1 1 @_ % 2 == 0 ? :
85 2 0 if $self->pass($info, $args)
107 0 0 if (ref $criterium eq 'Regexp') { }
0 0 elsif (ref $criterium eq 'CODE') { }
109 0 0 unless $value =~ /$criterium/
113 0 0 unless &$criterium($value)
117 0 0 unless $value eq $criterium
134 1 0 unless my $config = eval { do { LoadFile($path) } }