File Coverage

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


line stmt bran cond sub pod time code
1             package Net::DNS::RR::NULL;
2              
3 7     7   50 use strict;
  7         21  
  7         230  
4 7     7   46 use warnings;
  7         22  
  7         473  
5             our $VERSION = (qw$Id: NULL.pm 1896 2023-01-30 12:59:25Z willem $)[2];
6              
7 7     7   49 use base qw(Net::DNS::RR);
  7         18  
  7         744  
8              
9              
10             =head1 NAME
11              
12             Net::DNS::RR::NULL - DNS NULL resource record
13              
14             =cut
15              
16              
17             1;
18             __END__