| blib/lib/App/dategrep/Iterator/Fh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 10 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 0 | 21 | unless ($line) |
| 21 | 3 | 18 | if (not $date and $ignore) { } |
| 0 | 18 | elsif (not $date) { } | |
| 11 | 7 | elsif ($date < $self->start) { } | |
| 7 | 0 | elsif ($date >= $self->start and $date < $self->end) { } |