| lib/Sisimai/Mail/Mbox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 20 | 65.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 549 | unless -f $argv1 |
| 35 | 0 | 549 | ref $argv1 ? : |
| 50 | 0 | 1317 | unless defined $self->{'path'} |
| 51 | 1317 | 0 | unless (ref $self->{'path'}) |
| 53 | 0 | 1317 | unless -f $self->{'path'} |
| 54 | 0 | 1317 | unless -T $self->{'path'} |
| 56 | 548 | 769 | unless $self->{'offset'} < $self->{'size'} |
| 59 | 0 | 769 | if $seekoffset < 0 |
| 64 | 221 | 68244 | if $readbuffer and substr($r, 0, 5) eq "From " |
| 69 | 548 | 221 | unless $seekoffset < $self->{'size'} |