| blib/lib/Net/LDNS/RR/PTR.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 3 | 3 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 4 | 4 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Net::LDNS::RR::PTR; | ||||||
| 2 | |||||||
| 3 | 13 | 13 | 43 | use parent 'Net::LDNS::RR'; | |||
| 13 | 511 | ||||||
| 13 | 48 | ||||||
| 4 | |||||||
| 5 | 1; | ||||||
| 6 | |||||||
| 7 | =head1 NAME | ||||||
| 8 | |||||||
| 9 | Net::LDNS::RR::PTR - Type PTR record | ||||||
| 10 | |||||||
| 11 | =head1 DESCRIPTION | ||||||
| 12 | |||||||
| 13 | A subclass of L |
||||||
| 14 | |||||||
| 15 | =head1 METHODS | ||||||
| 16 | |||||||
| 17 | =over | ||||||
| 18 | |||||||
| 19 | =item ptrdname() | ||||||
| 20 | |||||||
| 21 | Returns the domain name. | ||||||
| 22 | |||||||
| 23 | =back |