blib/lib/Email/Folder/MH.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 1 | unless -e $dir |
26 | 0 | 1 | unless -d $dir |
29 | 0 | 1 | unless opendir DIR, "$dir" |
31 | 0 | 6 | if ($^O eq 'VMS') { } |
32 | 0 | 0 | unless $file =~ /\A\d+\.\Z/ |
34 | 2 | 4 | unless $file =~ /\A\d+\Z/ |
46 | 1 | 4 | unless my $file = shift @$what |
48 | 0 | 4 | unless open FILE, $file |