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   46 use strict;
  7         27  
  7         253  
4 7     7   31 use warnings;
  7         35  
  7         784  
5             our $VERSION = (qw$Id: NULL.pm 2002 2025-01-07 09:57:46Z willem $)[2];
6              
7 7     7   44 use base qw(Net::DNS::RR);
  7         10  
  7         776  
8              
9              
10             =head1 NAME
11              
12             Net::DNS::RR::NULL - DNS NULL resource record
13              
14             =cut
15              
16              
17             1;
18             __END__