File Coverage

blib/lib/Geo/Location/IP/Model/Enterprise.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Geo::Location::IP::Model::Enterprise;
2              
3             # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
4              
5 10     10   168 use 5.026;
  10         36  
6 10     10   45 use warnings;
  10         17  
  10         438  
7 10     10   45 use utf8;
  10         17  
  10         48  
8              
9 10     10   234 use Object::Pad;
  10         16  
  10         48  
10              
11             class Geo::Location::IP::Model::Enterprise
12             :isa(Geo::Location::IP::Model::City);
13              
14             our $VERSION = 0.005;
15              
16             1;
17             __END__