File Coverage

blib/lib/Net/LDNS/RR/LP.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 Net::LDNS::RR::LP;
3              
4 13     13   48 use parent 'Net::LDNS::RR';
  13         12  
  13         48  
5              
6             1;
7              
8             =head1 NAME
9              
10             Net::LDNS::RR::LP - Type LP 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