blib/lib/Time/Timezone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
257 | 40 | 126 | 0 | exists $Time::Timezone::dstZone{$zone} and $dst || !exists($Time::Timezone::Zone{$zone}) |
277 | 0 | 0 | 0 | exists $Time::Timezone::dstZoneOff{$off} and $dst || !exists($Time::Timezone::zoneOff{$off}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
257 | 120 | 6 | 0 | $dst || !exists($Time::Timezone::Zone{$zone}) |
277 | 0 | 0 | 0 | $dst || !exists($Time::Timezone::zoneOff{$off}) |