| blib/lib/Fierce/Parser/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 | # $Id: PTR.pm 291 2009-11-15 22:05:38Z jabra $ | ||||||
| 2 | package Fierce::Parser::PTR; | ||||||
| 3 | { | ||||||
| 4 | our $VERSION = '0.01'; | ||||||
| 5 | $VERSION = eval $VERSION; | ||||||
| 6 | |||||||
| 7 | 1 | 1 | 1421 | use Object::InsideOut; | |||
| 1 | 5 | ||||||
| 1 | 10 | ||||||
| 8 | my @ip : Field : Arg(ip) : Get(ip); | ||||||
| 9 | my @hostname : Field : Arg(hostname) : Get(hostname); | ||||||
| 10 | my @ptrdname : Field : Arg(ptrdname) : Get(ptrdname); | ||||||
| 11 | my @from : Field : Arg(from) : Get(from); | ||||||
| 12 | } | ||||||
| 13 | 1; |