Condition Coverage

blib/lib/Time/TZif.pm
Criterion Covered Total %
condition 0 45 0.0


and 3 conditions

line !l l&&!r l&&r condition
23 0 0 0 @_ & 1 and @_ >= 3
33 0 0 0 defined $v and exists $ValidPolicy{$v}
38 0 0 0 defined $v and exists $ValidPolicy{$v}
165 0 0 0 $offset > -86400 and $offset < 86400
249 0 0 0 (@_ & 1) == 0 and @_ >= 2
256 0 0 0 defined $v and exists $ValidPolicy{$v}
261 0 0 0 defined $v and exists $ValidPolicy{$v}
295 0 0 0 $prev_off <= $boundary and $boundary < $next_off
304 0 0 0 $next_off <= $boundary and $boundary < $prev_off

or 2 conditions

line l !l condition
50 0 0 $gap_policy //= "reject"
51 0 0 $overlap_policy //= "reject"
193 0 0 $abbrs{$type->[2]} // ""

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $version eq 2 or $version eq 3
167 0 0 0 $dst == 0 or $dst == 1
296 0 0 0 $gap_policy //= $self->{'gap_policy'}
305 0 0 0 $overlap_policy //= $self->{'overlap_policy'}