| blib/lib/Email/Folder/Mbox.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 15 | 86.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 67 | 2054 | 216 | 40 | $line eq $/ and $inheaders | 
| 112 | 2056 | 216 | 20 | $prev eq $/ and $line =~ $self->_from_line_re | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 57 | 38 | 9 | 0 | $$self{'_fh'} || $self->_open_it | 
| 85 | 3 | 14 | 1 | not defined $next or $next =~ /^From / | 
| 103 | 1 | 0 | 1 | not defined $next or $next =~ /^From / |