blib/lib/DateTime/Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 30 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 0 | 59 | 2 | $dt_arg->can('time_zone_long_name') and not $dt_arg->time_zone_long_name eq 'floating' |
520 | 0 | 0 | 0 | $next1 and $next1 > $next |
526 | 0 | 0 | 0 | $last1 and $last1 < $last |
528 | 2 | 0 | 1 | $next and $next <= $last |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
197 | 24 | 0 | 13 | delete $args{'recurrence'} || delete $args{'next'} |
207 | 35 | 0 | 2 | $param{'next'} or $param{'previous'} |
513 | 1 | 0 | 2 | $set->max->is_infinite or $set->min->is_infinite |
529 | 3 | 0 | 0 | not $span or $span->contains($next) |
597 | 0 | 0 | 4 | $set2->isa('DateTime::Span') or $set2->isa('DateTime::SpanSet') |
658 | 1 | 2 | 1 | $set->max->is_infinite or $set->min->is_infinite |