File Coverage

blib/lib/DateTime/TimeZone/Pacific/Port_Moresby.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/HahUrb_roy/australasia. Olson data version 2025c
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Pacific::Port_Moresby;
11              
12 3     3   2541 use strict;
  3         8  
  3         172  
13 3     3   22 use warnings;
  3         7  
  3         208  
14 3     3   23 use namespace::autoclean;
  3         6  
  3         25  
15              
16             our $VERSION = '2.66';
17              
18 3     3   364 use Class::Singleton 1.03;
  3         73  
  3         89  
19 3     3   18 use DateTime::TimeZone;
  3         7  
  3         101  
20 3     3   18 use DateTime::TimeZone::OlsonDB;
  3         7  
  3         732  
21              
22             @DateTime::TimeZone::Pacific::Port_Moresby::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59295507080, # utc_end 1879-12-31 14:11:20 (Wed)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59295542400, # local_end 1880-01-01 00:00:00 (Thu)
31             35320,
32             0,
33             'LMT',
34             ],
35             [
36             59295507080, # utc_start 1879-12-31 14:11:20 (Wed)
37             59768892688, # utc_end 1894-12-31 14:11:28 (Mon)
38             59295542392, # local_start 1879-12-31 23:59:52 (Wed)
39             59768928000, # local_end 1895-01-01 00:00:00 (Tue)
40             35312,
41             0,
42             'PMMT',
43             ],
44             [
45             59768892688, # utc_start 1894-12-31 14:11:28 (Mon)
46             DateTime::TimeZone::INFINITY, # utc_end
47             59768928688, # local_start 1895-01-01 00:11:28 (Tue)
48             DateTime::TimeZone::INFINITY, # local_end
49             36000,
50             0,
51             '+10',
52             ],
53             ];
54              
55 13     13 0 41 sub olson_version {'2025c'}
56              
57 0     0 1 0 sub has_dst_changes {0}
58              
59 3     3   25 sub _max_year {2035}
60              
61             sub _new_instance {
62 3     3   57 return shift->_init( @_, spans => $spans );
63             }
64              
65              
66              
67             1;
68