Branch Coverage

blib/lib/File/Util/DirList.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
52 0 3 unless $files_then_dirs = $args{'files_then_dirs'}
53 0 3 unless ref $files_then_dirs eq "ARRAY" and @$files_then_dirs >= 2
56 0 3 unless @$files_then_dirs % ($files_per_dir + 1) == 0
66 0 8 unless -d $files_then_dirs->[$i]
79 6 10 $args{'reverse'} ? :
82 16 0 if ($action eq 'mv') { }
83 0 16 if ($args{'-dry_run'}) { }
89 16 0 if ($ok) { }