| blib/lib/Time/Zone.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 3 | 12 | 25.0 | 
| 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} | 
| 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} |