File Coverage

blib/lib/Geo/Location/TimeZoneFinder.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Geo::Location::TimeZoneFinder;
2              
3             # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
4              
5 1     1   70079 use 5.016;
  1         16  
6 1     1   6 use warnings;
  1         2  
  1         25  
7 1     1   5 use utf8;
  1         2  
  1         5  
8              
9             our $VERSION = 1.000;
10              
11             require XSLoader;
12             XSLoader::load(__PACKAGE__, $VERSION);
13              
14             1;
15             __END__