blib/lib/Net/DAS/IT.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::IT; | ||||||
2 | 2 | 2 | 2099 | use 5.010; | |||
2 | 7 | ||||||
3 | 2 | 2 | 8 | use strict; | |||
2 | 2 | ||||||
2 | 57 | ||||||
4 | 2 | 2 | 11 | use warnings; | |||
2 | 3 | ||||||
2 | 195 | ||||||
5 | |||||||
6 | sub register { | ||||||
7 | return { | ||||||
8 | 1 | 1 | 0 | 6 | 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 |