Condition Coverage

blib/lib/Metabrik/File/Find.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
100 0 0 0 $dir =~ /$dir_regex/ and $file =~ /$file_regex/

or 2 conditions

line l !l condition
38 0 0 $directory ||= "."
39 0 0 $filepattern ||= ".*"

or 3 conditions

line l !l&&r !l&&!r condition
52 0 0 0 $file =~ /$dot_regex/ or $file =~ /$dot2_regex/
100 0 0 0 $file =~ /$dot_regex/ or $file =~ /$dot2_regex/