Branch Coverage

blib/lib/Metabrik/File/Find.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
40 0 0 unless $self->brik_help_run_directory_not_found("files", $directory)
52 0 0 if ($file =~ /$dot_regex/ or $file =~ /$dot2_regex/) { }
0 0 elsif ($file =~ /$file_regex/) { }
80 0 0 unless $self->brik_help_run_undef_arg("all", $dirpattern)
81 0 0 unless $self->brik_help_run_undef_arg("all", $filepattern)
82 0 0 unless $self->brik_help_run_undef_arg("all", $path)
83 0 0 unless $self->brik_help_run_invalid_arg("all", $path, "ARRAY")
100 0 0 if ($file =~ /$dot_regex/ or $file =~ /$dot2_regex/) { }
0 0 elsif ($dir =~ /$dir_regex/ and $file =~ /$file_regex/) { }