Branch Coverage

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


line true false branch
29 0 1 unless -e $dir
30 0 1 unless -d $dir
31 0 1 unless -e "$dir/cur" and -d "$dir/cur"
32 0 1 unless -e "$dir/new" and -d "$dir/new"
38 0 2 unless opendir DIR, "$dir/$sub"
40 4 10 if $file =~ /^\./
52 1 10 unless my $file = shift @$what
54 0 10 unless open FILE, $file