| line |
!l |
l&&!r |
l&&r |
condition |
|
38
|
21 |
11 |
1 |
$duration && !$duration->clock_duration->is_zero |
|
118
|
0 |
120 |
0 |
$args{'start'} and $args{'end'} |
|
142
|
129 |
0 |
3 |
$input and not ref $input |
|
201
|
0 |
1 |
1 |
$$self{'start'} and $$self{'end'} |
|
256
|
57 |
38 |
16 |
$repeat >= 0 and $counter >= $repeat |
|
262
|
66 |
27 |
2 |
$until and $next_interval->contains($until) |
|
284
|
39 |
0 |
0 |
$$self{'time_zone'} and $date->time_zone->is_floating |
|
288
|
1 |
28 |
10 |
$self->start <= $date && $self->end > $date |
|
324
|
19 |
43 |
1 |
$$self{'precision'} ne 'date' and grep {$_->millisecond > 0 if $_;} $start, $end |
|
335
|
1 |
51 |
4 |
$start and $args{'abbreviate'} |
|
361
|
0 |
0 |
1 |
not eval {
do {
$tz->isa('DateTime::TimeZone')
}
} and 'DateTime::TimeZone'->is_valid_name($tz) |