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