File Coverage

blib/lib/Geo/Location/IP/Error/AddressNotFound.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod 1 1 100.0
total 19 19 100.0


line stmt bran cond sub pod time code
1             package Geo::Location::IP::Error::AddressNotFound;
2              
3             # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
4              
5 10     10   179 use 5.026;
  10         47  
6 10     10   56 use warnings;
  10         21  
  10         507  
7 10     10   54 use utf8;
  10         20  
  10         398  
8              
9 10     10   975 use Object::Pad;
  10         120  
  10         219  
10              
11             class Geo::Location::IP::Error::AddressNotFound
12             :isa(Geo::Location::IP::Error::Generic);
13              
14             our $VERSION = 0.005;
15              
16 5     5 1 2111 field $ip_address :param :reader;
  5         35  
17              
18             1;
19             __END__