File Coverage

blib/lib/Net/DAS/GENT.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 13 14 92.8


line stmt bran cond sub pod time code
1             package Net::DAS::GENT;
2 2     2   1983 use 5.010;
  2         9  
3 2     2   15 use strict;
  2         4  
  2         76  
4 2     2   15 use warnings;
  2         4  
  2         208  
5              
6             sub register {
7             return {
8 1     1 0 8 tlds => [qw(gent)],
9             public => {
10             host => 'whois.nic.gent',
11             port => 4343,
12             },
13             };
14             }
15              
16             1;
17              
18             =pod
19              
20             =head1 NAME
21              
22             Net::DAS::GENT - Net::DAS .GENT extension.
23              
24             See L
25              
26             =head1 AUTHOR
27              
28             Michael Holloway
29              
30             =head1 LICENSE
31              
32             Artistic License
33              
34             =cut