File Coverage

blib/lib/Net/DAS/IT.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 14 15 93.3


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