File Coverage

blib/lib/DateTime/TimeZone/Pacific/Pago_Pago.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/australasia. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Pacific::Pago_Pago;
11              
12 4     4   2778 use strict;
  4         15  
  4         202  
13 4     4   25 use warnings;
  4         9  
  4         270  
14 4     4   22 use namespace::autoclean;
  4         8  
  4         29  
15              
16             our $VERSION = '2.67';
17              
18 4     4   368 use Class::Singleton 1.03;
  4         73  
  4         139  
19 4     4   24 use DateTime::TimeZone;
  4         7  
  4         132  
20 4     4   21 use DateTime::TimeZone::OlsonDB;
  4         9  
  4         991  
21              
22             @DateTime::TimeZone::Pacific::Pago_Pago::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59690258568, # utc_end 1892-07-04 11:22:48 (Mon)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59690304000, # local_end 1892-07-05 00:00:00 (Tue)
31             45432,
32             0,
33             'LMT',
34             ],
35             [
36             59690258568, # utc_start 1892-07-04 11:22:48 (Mon)
37             60273804168, # utc_end 1911-01-01 11:22:48 (Sun)
38             59690217600, # local_start 1892-07-04 00:00:00 (Mon)
39             60273763200, # local_end 1911-01-01 00:00:00 (Sun)
40             -40968,
41             0,
42             'LMT',
43             ],
44             [
45             60273804168, # utc_start 1911-01-01 11:22:48 (Sun)
46             DateTime::TimeZone::INFINITY, # utc_end
47             60273764568, # local_start 1911-01-01 00:22:48 (Sun)
48             DateTime::TimeZone::INFINITY, # local_end
49             -39600,
50             0,
51             'SST',
52             ],
53             ];
54              
55 11     11 0 29 sub olson_version {'2026a'}
56              
57 0     0 1 0 sub has_dst_changes {0}
58              
59 4     4   30 sub _max_year {2036}
60              
61             sub _new_instance {
62 4     4   73 return shift->_init( @_, spans => $spans );
63             }
64              
65              
66              
67             1;
68