| blib/lib/Time/R.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 0 | 4 | 0 | @_ > 2 and (@_ - 2) % 2 |
| 35 | 0 | 0 | 4 | ref $new_start and $new_start->isa('Time::C') |
| 193 | 10 | 16 | 3 | defined $r->end and $n->epoch > $r->end->epoch |
| 217 | 0 | 0 | 1 | ref $end and $end->isa('Time::C') |
| 218 | 1 | 0 | 0 | defined $r->end and $r->end->epoch < $end->epoch |
| 221 | 0 | 1 | 3 | $_ = $r->next and $_->epoch <= $end->epoch |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 57 | 51 | 8 | 0 | $r->{'current'} // $r->start->clone |