Condition Coverage

blib/lib/Time/Zone.pm
Criterion Covered Total %
condition 8 12 66.6


and 3 conditions

line !l l&&!r l&&r condition
271 1076 14 0 exists $dstZone{$zone} and $dst || !exists $Zone{$zone}
292 8 2 3 exists $dstZoneOff{$off} and $dst || !exists $zoneOff{$off}

or 3 conditions

line l !l&&r !l&&!r condition
271 0 14 0 $dst || !exists $Zone{$zone}
292 3 0 2 $dst || !exists $zoneOff{$off}