| blib/lib/Sys/Export/Linux.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 6 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 0 | 0 | if (exists $self->{'dst_path_set'}{"usr/share/zoneinfo/$tz_name"} or $self->_dst->can('dst_abs') and -f $self->_dst->dst_abs . $tz_name) { } |
| 0 | 0 | elsif (defined(my $src_path = $self->_src_abs_path("usr/share/zoneinfo/$tz_name"))) { } | |
| 0 | 0 | elsif (defined(my $path = abs_path("/usr/share/zoneinfo/$tz_name"))) { } |