blib/lib/App/dategrep/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 5 | 25 | 4 | $until >= $self->end and $self->multiline |
30 | 1 | 3 | $until >= $self->end and $self->multiline and $self->can_seek |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 5 | 29 | 0 | $until ||= $self->end |
42 | 4 | 1 | 29 | $self->multiline || $self->skip_unparsable |