| blib/lib/Email/Sender/Transport/Maildir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 26 | 53.8 |
| line | true | false | branch |
|---|---|---|---|
| 77 | 2 | 0 | if ($self->add_envelope_headers) |
| 79 | 2 | 0 | defined $env->{'from'} ? : |
| 83 | 2 | 0 | @to ? : |
| 88 | 2 | 0 | if $self->add_lines_header |
| 103 | 3 | 3 | if -d $subdir |
| 105 | 0 | 3 | unless File::Path::make_path($subdir) or -d $subdir |
| 112 | 0 | 2 | if $email->get_header('Lines') |
| 119 | 1 | 1 | if ($MAILDIR_TIME != $time) { } |
| 136 | 2 | 0 | unless $^O eq 'MSWin32' |
| 137 | 0 | 2 | unless print $tmp_fh $string |
| 140 | 0 | 2 | unless close $tmp_fh |
| 150 | 0 | 2 | unless $ok |
| 168 | 0 | 0 | unless $fh or $!{'EEXIST'} |