Condition Coverage

blib/lib/Time/Zone.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
262 632 3 0 exists $Time::Zone::dstZone{$zone} and $dst || !exists $Time::Zone::Zone{$zone}
283 0 0 0 exists $Time::Zone::dstZoneOff{$off} and $dst || !exists $Time::Zone::zoneOff{$off}

or 3 conditions

line l !l&&r !l&&!r condition
262 0 3 0 $dst || !exists $Time::Zone::Zone{$zone}
283 0 0 0 $dst || !exists $Time::Zone::zoneOff{$off}