| lib/Sisimai/Mail/Mbox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 20 | 65.0 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 0 | 738 | unless -f $argv1 |
| 34 | 0 | 738 | ref $argv1 ? : |
| 43 | 0 | 1732 | unless defined $self->{'path'} |
| 48 | 1732 | 0 | unless (ref $self->{'path'}) |
| 50 | 0 | 1732 | unless -f $self->{'path'} |
| 51 | 0 | 1732 | unless -T $self->{'path'} |
| 53 | 736 | 996 | unless $self->{'offset'} < $self->{'size'} |
| 56 | 0 | 996 | if $seekoffset < 0 |
| 61 | 259 | 92824 | if $readbuffer and substr($r, 0, 5) eq "From " |
| 66 | 737 | 259 | unless $seekoffset < $self->{'size'} |