Condition Coverage

lib/Date/Manip/TZdata.pm
Criterion Covered Total %
condition 0 81 0.0


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 exists $self->{'ruleinfo'}{$info} and exists $self->{'ruleinfo'}{$info}{$rule}
0 0 0 exists $self->{'ruleinfo'}{$info} and exists $self->{'ruleinfo'}{$info}{$rule} and exists $self->{'ruleinfo'}{$info}{$rule}{$year}
154 0 0 0 $ytype eq "even" and $year =~ /[02468]$/
0 0 0 $ytype eq "odd" and $year =~ /[13579]$/
175 0 0 0 $info eq "stdlett" and $offset eq "00:00:00"
0 0 0 $info eq "savlett" and $offset ne "00:00:00"
278 0 0 0 exists $self->{'zoneinfo'}{$info} and exists $self->{'zoneinfo'}{$info}{$zone}
0 0 0 exists $self->{'zoneinfo'}{$info} and exists $self->{'zoneinfo'}{$info}{$zone} and exists $self->{'zoneinfo'}{$info}{$zone}{$y}
300 0 0 0 $yr == $y and $flag == $TZ_DOM
0 0 0 $yr == $y and $flag == $TZ_DOM and $mon == 1
0 0 0 $yr == $y and $flag == $TZ_DOM and $mon == 1 and $num == 1
0 0 0 $yr == $y and $flag == $TZ_DOM and $mon == 1 and $num == 1 and $time eq "00:00:00"
756 0 0 0 $type and $time =~ s/(w|u|s)$//i

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 0 $info eq "stdlett" or $info eq "savlett"
153 0 0 0 $y0 > $year or $y1 < $year
154 0 0 0 $ytype eq "-" or $year == 9999
0 0 0 $ytype eq "-" or $year == 9999 or $ytype eq "even" and $year =~ /[02468]$/
0 0 0 $ytype eq "-" or $year == 9999 or $ytype eq "even" and $year =~ /[02468]$/ or $ytype eq "odd" and $year =~ /[13579]$/
175 0 0 0 $info eq "stdlett" and $offset eq "00:00:00" or $info eq "savlett" and $offset ne "00:00:00"
405 0 0 0 $#tmp != 2 or lc $tmp[0] ne "link"
427 0 0 0 $#tmp != 9 or lc $tmp[0] ne "rule"
447 0 0 0 $#tmp < 4 or lc $tmp[0] ne "zone"
792 0 0 0 $from eq "minimum" or $from eq "min"
806 0 0 0 $to eq "maximum" or $to eq "max"
821 0 0 0 lc $type eq "-" or lc $type eq "even"
0 0 0 lc $type eq "-" or lc $type eq "even" or lc $type eq "odd"
1240 0 0 0 $date lt $d or $date gt $end