File Coverage

blib/lib/DateTime/TimeZone/Asia/Riyadh.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/asia. Olson data version 2025c
7             #
8             # Do not edit this file directly.
9             #
10             package DateTime::TimeZone::Asia::Riyadh;
11              
12 3     3   2773 use strict;
  3         11  
  3         179  
13 3     3   22 use warnings;
  3         9  
  3         272  
14 3     3   22 use namespace::autoclean;
  3         8  
  3         27  
15              
16             our $VERSION = '2.66';
17              
18 3     3   472 use Class::Singleton 1.03;
  3         76  
  3         184  
19 3     3   42 use DateTime::TimeZone;
  3         9  
  3         89  
20 3     3   17 use DateTime::TimeZone::OlsonDB;
  3         7  
  3         761  
21              
22             @DateTime::TimeZone::Asia::Riyadh::ISA = ( 'Class::Singleton', 'DateTime::TimeZone' );
23              
24             my $spans =
25             [
26             [
27             DateTime::TimeZone::NEG_INFINITY, # utc_start
28             61416046388, # utc_end 1947-03-13 20:53:08 (Thu)
29             DateTime::TimeZone::NEG_INFINITY, # local_start
30             61416057600, # local_end 1947-03-14 00:00:00 (Fri)
31             11212,
32             0,
33             'LMT',
34             ],
35             [
36             61416046388, # utc_start 1947-03-13 20:53:08 (Thu)
37             DateTime::TimeZone::INFINITY, # utc_end
38             61416057188, # local_start 1947-03-13 23:53:08 (Thu)
39             DateTime::TimeZone::INFINITY, # local_end
40             10800,
41             0,
42             '+03',
43             ],
44             ];
45              
46 10     10 0 29 sub olson_version {'2025c'}
47              
48 0     0 1 0 sub has_dst_changes {0}
49              
50 3     3   27 sub _max_year {2035}
51              
52             sub _new_instance {
53 3     3   60 return shift->_init( @_, spans => $spans );
54             }
55              
56              
57              
58             1;
59