Condition Coverage

blib/lib/Time/Zone.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
225 796 9 0 exists $dstZone{$zone} and $dst || !exists $Zone{$zone}
246 1 1 0 exists $dstZoneOff{$off} and $dst || !exists $zoneOff{$off}

or 3 conditions

line l !l&&r !l&&!r condition
225 0 9 0 $dst || !exists $Zone{$zone}
246 0 0 1 $dst || !exists $zoneOff{$off}