| lib/Mail/Make/Body/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 16 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 2 | 43 | unless ($path->exists and $path->can_read) |
| 43 | 0 | 43 | unless $self->SUPER::init(@_) |
| 59 | 0 | 14 | unless defined $n |
| 79 | 0 | 26 | unless defined $path |
| 89 | 1 | 1 | if (@_) |
| 94 | 1 | 0 | unless ($path->exists and $path->can_read) |
| 108 | 0 | 0 | if (defined $path and -e $path) |
| 110 | 0 | 0 | unless $path->remove |