Branch Coverage

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


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