Branch Coverage

blib/lib/Email/Folder/MH.pm
Criterion Covered Total %
branch 9 16 56.2


line true false branch
19 0 1 unless -e $dir
20 0 1 unless -d $dir
23 0 1 unless opendir DIR, "$dir"
25 0 6 if ($^O eq 'VMS') { }
26 0 0 unless $file =~ /\A\d+\.\Z/
28 2 4 unless $file =~ /\A\d+\Z/
40 1 4 unless my $file = shift @$what
42 0 4 unless open FILE, $file