File Coverage

blib/lib/Socket/More/Lookup.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 5 6 83.3
pod 0 1 0.0
total 16 18 88.8


line stmt bran cond sub pod time code
1             package Socket::More::Lookup;
2              
3 1     1   98957 use v5.36;
  1         3  
4              
5             our $VERSION = 'v0.1.0';
6              
7             require XSLoader;
8             XSLoader::load('Socket::More::Lookup', $VERSION);
9 1     1   419 use Export::These qw;
  1         691  
  1         7  
10              
11 1     1   1218 use constant::more qw;
  1         872  
  1         7  
12 1     1   335 use Export::These qw;
  1         3  
  1         5  
13       2     sub _reexport{};
14              
15       0 0   sub resolve {
16            
17             }
18              
19             1;