File Coverage

blib/lib/Net/DNS/RR/HTTPS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
path n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran path cond sub pod time code
1               package Net::DNS::RR::HTTPS;
2                
3 1       1   6 use strict;
  1           2  
  1           32  
4 1       1   3 use warnings;
  1           2  
  1           71  
5               our $VERSION = (qw$Id: HTTPS.pm 2002 2025-01-07 09:57:46Z willem $)[2];
6                
7 1       1   5 use base qw(Net::DNS::RR::SVCB);
  1           1  
  1           540  
8                
9                
10               =head1 NAME
11                
12               Net::DNS::RR::HTTPS - DNS HTTPS resource record
13                
14               =cut
15                
16                
17               1;
18               __END__