blib/lib/Net/DAS/GENT.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::GENT; | ||||||
2 | 2 | 2 | 1773 | use 5.010; | |||
2 | 5 | ||||||
2 | 67 | ||||||
3 | 2 | 2 | 7 | use strict; | |||
2 | 2 | ||||||
2 | 54 | ||||||
4 | 2 | 2 | 8 | use warnings; | |||
2 | 1 | ||||||
2 | 112 | ||||||
5 | |||||||
6 | sub register { | ||||||
7 | return { | ||||||
8 | 1 | 1 | 0 | 5 | 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 |