blib/lib/Net/DAS/BE.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::BE; | ||||||
2 | 2 | 2 | 1799 | use 5.010; | |||
2 | 7 | ||||||
3 | 2 | 2 | 12 | use strict; | |||
2 | 3 | ||||||
2 | 67 | ||||||
4 | 2 | 2 | 7 | use warnings; | |||
2 | 3 | ||||||
2 | 160 | ||||||
5 | |||||||
6 | sub register { | ||||||
7 | return { | ||||||
8 | 1 | 1 | 0 | 7 | tlds => [qw(be)], | ||
9 | public => { | ||||||
10 | host => 'das.dns.be', | ||||||
11 | port => 4343, | ||||||
12 | }, | ||||||
13 | dispatch => [ undef, undef ], | ||||||
14 | }; | ||||||
15 | } | ||||||
16 | |||||||
17 | 1; | ||||||
18 | |||||||
19 | =pod | ||||||
20 | |||||||
21 | =head1 NAME | ||||||
22 | |||||||
23 | Net::DAS::BE - Net::DAS .BE extension. | ||||||
24 | |||||||
25 | See L |
||||||
26 | |||||||
27 | =head1 AUTHOR | ||||||
28 | |||||||
29 | Michael Holloway |
||||||
30 | |||||||
31 | =head1 LICENSE | ||||||
32 | |||||||
33 | Artistic License | ||||||
34 | |||||||
35 | =cut |