File Coverage

blib/lib/DateTime/TimeZone/HPUX/Map.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # Generated at install time by JavaMap.PL
2             # /usr/local/bin/perl JavaMap.PL lib/DateTime/TimeZone/HPUX/Map.pm /usr/lib/tztab
3 2     2   17126 use strict;
  2         6  
  2         82  
4 2     2   13 use warnings;
  2         6  
  2         142  
5             package DateTime::TimeZone::HPUX::Map;
6              
7             our $VERSION = '20140901.23';
8              
9             # Maps HP-UX timezone names to Olson DB names
10             our %tz_map = (
11             );
12              
13             1;
14             __END__