File Coverage

blib/lib/DateTime/TimeZone/Africa/Monrovia.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/africa. Olson data version 2026a
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Africa::Monrovia;
11              
12 1     1   906 use strict;
  1         4  
  1         160  
13 1     1   8 use warnings;
  1         3  
  1         81  
14 1     1   9 use namespace::autoclean;
  1         2  
  1         8  
15              
16             our $VERSION = '2.67';
17              
18 1     1   114 use Class::Singleton 1.03;
  1         23  
  1         53  
19 1     1   8 use DateTime::TimeZone;
  1         3  
  1         26  
20 1     1   5 use DateTime::TimeZone::OlsonDB;
  1         2  
  1         270  
21              
22             @DateTime::TimeZone::Africa::Monrovia::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             59358703388, # utc_end 1882-01-01 00:43:08 (Sun)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             59358700800, # local_end 1882-01-01 00:00:00 (Sun)
31             -2588,
32             0,
33             'LMT',
34             ],
35             [
36             59358703388, # utc_start 1882-01-01 00:43:08 (Sun)
37             60531324188, # utc_end 1919-03-01 00:43:08 (Sat)
38             59358700800, # local_start 1882-01-01 00:00:00 (Sun)
39             60531321600, # local_end 1919-03-01 00:00:00 (Sat)
40             -2588,
41             0,
42             'MMT',
43             ],
44             [
45             60531324188, # utc_start 1919-03-01 00:43:08 (Sat)
46             62199276270, # utc_end 1972-01-07 00:44:30 (Fri)
47             60531321518, # local_start 1919-02-28 23:58:38 (Fri)
48             62199273600, # local_end 1972-01-07 00:00:00 (Fri)
49             -2670,
50             0,
51             'MMT',
52             ],
53             [
54             62199276270, # utc_start 1972-01-07 00:44:30 (Fri)
55             DateTime::TimeZone::INFINITY, # utc_end
56             62199276270, # local_start 1972-01-07 00:44:30 (Fri)
57             DateTime::TimeZone::INFINITY, # local_end
58             0,
59             0,
60             'GMT',
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   9 sub _max_year {2036}
69              
70             sub _new_instance {
71 1     1   19 return shift->_init( @_, spans => $spans );
72             }
73              
74              
75              
76             1;
77