File Coverage

blib/lib/Geo/Location/IP/Role/Record/HasConfidence.pm
Criterion Covered Total %
statement 13 13 100.0
branch n/a
condition n/a
subroutine 9 9 100.0
pod 5 5 100.0
total 27 27 100.0


line stmt bran cond sub pod time code
1             package Geo::Location::IP::Role::Record::HasConfidence;
2              
3             # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later
4              
5 17     17   253 use 5.026;
  17         54  
6 17     17   99 use warnings;
  17         25  
  17         919  
7 17     17   107 use utf8;
  17         28  
  17         96  
8              
9 17     17   569 use Object::Pad;
  17         58  
  17         101  
10              
11             role Geo::Location::IP::Role::Record::HasConfidence;
12              
13             our $VERSION = 0.005;
14              
15             field $confidence :param :reader = undef;
16              
17 11     11 1 68 1;
  11     11 1 85  
        7 1    
        7 1    
        7 1    
18             __END__