| 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 | 1086 | use 5.010; | |||
| 2 | 4 | ||||||
| 2 | 68 | ||||||
| 3 | 2 | 2 | 753 | use strict; | |||
| 2 | 2 | ||||||
| 2 | 65 | ||||||
| 4 | 2 | 2 | 6 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 103 | ||||||
| 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 |