Branch Coverage

blib/lib/Email/Folder/Maildir.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
19 0 1 unless -e $dir
20 0 1 unless -d $dir
21 0 1 unless -e "$dir/cur" and -d "$dir/cur"
22 0 1 unless -e "$dir/new" and -d "$dir/new"
28 0 2 unless opendir DIR, "$dir/$sub"
30 4 10 if $file =~ /^\./
42 1 10 unless my $file = shift @$what
44 0 10 unless open FILE, $file