File Coverage

blib/lib/Zonemaster/LDNS/RR/SRV.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1              
2             package Zonemaster::LDNS::RR::SRV;
3              
4 13     13   249 use parent 'Zonemaster::LDNS::RR';
  13         39  
  13         77  
5              
6             1;
7              
8             =head1 NAME
9              
10             Zonemaster::LDNS::RR::SRV - Type SRV record
11              
12             =head1 DESCRIPTION
13              
14             A subclass of L, so it has all the methods of that class available in addition to the ones documented here.
15              
16             =head1 METHODS
17              
18             No RDATA methods implemented yet.
19              
20             =cut