| blib/lib/Email/Folder/Mbox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 21 | 27 | 77.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 24 | 9 | 0 | 0 | $file eq 'FH' and $fh | 
| 70 | 2884 | 0 | 0 | not $self->{'seekable'} and @{$self->{'cache'};} | 
| 102 | 2054 | 216 | 40 | $line eq $/ and $inheaders | 
| 178 | 2056 | 216 | 20 | $prev eq $/ and $line =~ $self->_from_line_re | 
| 183 | 819 | 754 | 699 | $inheaders and not defined $self->{'messageid'} | 
| 1573 | 659 | 40 | $inheaders and not defined $self->{'messageid'} and $line =~ /^Message-Id:\s*(.+)/i | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 89 | 38 | 9 | 0 | $self->{'_fh'} || $self->_open_it | 
| 125 | 3 | 14 | 1 | not defined $next or $next =~ /^From / | 
| 160 | 1 | 0 | 1 | not defined $next or $next =~ /^From / |