blib/lib/File/Find/IncludesTimeRange.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 0 | 0 | 0 | not $@ and defined $timestamp |
152 | 0 | 0 | 0 | $opts{'start'} <= $t and $t <= $opts{'end'} |
156 | 0 | 0 | 0 | defined $previous_timestamp and not $previous_found |
0 | 0 | 0 | defined $previous_timestamp and not $previous_found and $opts{'start'} != $t | |
0 | 0 | 0 | not $previous_found and $opts{'start'} == $t | |
165 | 0 | 0 | 0 | not $previous_found and defined $previous_timestamp |
0 | 0 | 0 | not $previous_found and defined $previous_timestamp and $opts{'end'} < $t |