| blib/lib/XML/SRS/Audit.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::Audit; | ||||||
| 3 | |||||||
| 4 | 1 | 1 | 13496 | use Moose::Role; | |||
| 0 | |||||||
| 0 | |||||||
| 5 | use PRANG::Graph; | ||||||
| 6 | |||||||
| 7 | has_element 'audit' => | ||||||
| 8 | is => "rw", | ||||||
| 9 | isa => "Str", | ||||||
| 10 | xml_nodeName => "AuditText", | ||||||
| 11 | xml_required => 0, | ||||||
| 12 | ; | ||||||
| 13 | |||||||
| 14 | 1; |