File Coverage

blib/lib/Socket/More/Interface.pm
Criterion Covered Total %
statement 5 5 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 7 7 100.0


line stmt bran cond sub pod time code
1             package Socket::More::Interface;
2 1     1   131723 use v5.36;
  1         4  
3             our $VERSION = 'v0.1.0';
4              
5             require XSLoader;
6             XSLoader::load('Socket::More::Interface', $VERSION);
7              
8 1     1   595 use Export::These qw< getifaddrs if_nametoindex if_indextoname if_nameindex >;
  1         993  
  1         9  
9             1;