blib/lib/XML/SRS/Zone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 1 | 3 | 33.3 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 2 | 4 | 50.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | package XML::SRS::Zone; # aka "Allowed2LD" | ||||||
3 | |||||||
4 | 1 | 1 | 1421 | use Moose; | |||
0 | |||||||
0 | |||||||
5 | use PRANG::Graph; | ||||||
6 | use XML::SRS::Types; | ||||||
7 | |||||||
8 | has_attr 'DomainName' => | ||||||
9 | is => "rw", | ||||||
10 | isa => "XML::SRS::DomainName", | ||||||
11 | ; | ||||||
12 | |||||||
13 | with 'XML::SRS::Node'; | ||||||
14 | |||||||
15 | 1; |