File Coverage

blib/lib/DateTime/TimeZone/Asia/Jayapura.pm
Criterion Covered Total %
statement 21 22 95.4
branch n/a
condition n/a
subroutine 9 10 90.0
pod 1 2 50.0
total 31 34 91.1


line stmt bran cond sub pod time code
1             # This file is auto-generated by the Perl DateTime Suite time zone
2             # code generator (0.08) This code generator comes with the
3             # DateTime::TimeZone module distribution in the tools/ directory
4              
5             #
6             # Generated from /tmp/IIA7keyKs7/asia. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Asia::Jayapura;
11              
12 1     1   836 use strict;
  1         3  
  1         49  
13 1     1   5 use warnings;
  1         3  
  1         62  
14 1     1   7 use namespace::autoclean;
  1         2  
  1         9  
15              
16             our $VERSION = '2.67';
17              
18 1     1   108 use Class::Singleton 1.03;
  1         21  
  1         70  
19 1     1   9 use DateTime::TimeZone;
  1         2  
  1         25  
20 1     1   6 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         262  
21              
22             @DateTime::TimeZone::Asia::Jayapura::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             60962769432, # utc_end 1932-10-31 14:37:12 (Mon)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             60962803200, # local_end 1932-11-01 00:00:00 (Tue)
31             33768,
32             0,
33             'LMT',
34             ],
35             [
36             60962769432, # utc_start 1932-10-31 14:37:12 (Mon)
37             61336191600, # utc_end 1944-08-31 15:00:00 (Thu)
38             60962801832, # local_start 1932-10-31 23:37:12 (Mon)
39             61336224000, # local_end 1944-09-01 00:00:00 (Fri)
40             32400,
41             0,
42             '+09',
43             ],
44             [
45             61336191600, # utc_start 1944-08-31 15:00:00 (Thu)
46             61946260200, # utc_end 1963-12-31 14:30:00 (Tue)
47             61336225800, # local_start 1944-09-01 00:30:00 (Fri)
48             61946294400, # local_end 1964-01-01 00:00:00 (Wed)
49             34200,
50             0,
51             '+0930',
52             ],
53             [
54             61946260200, # utc_start 1963-12-31 14:30:00 (Tue)
55             DateTime::TimeZone::INFINITY, # utc_end
56             61946292600, # local_start 1963-12-31 23:30:00 (Tue)
57             DateTime::TimeZone::INFINITY, # local_end
58             32400,
59             0,
60             'WIT',
61             ],
62             ];
63              
64 1     1 0 3 sub olson_version {'2026a'}
65              
66 0     0 1 0 sub has_dst_changes {0}
67              
68 1     1   8 sub _max_year {2036}
69              
70             sub _new_instance {
71 1     1   18 return shift->_init( @_, spans => $spans );
72             }
73              
74              
75              
76             1;
77