blib/lib/XML/SRS/ActionResponse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 4 | 50.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 4 | 6 | 66.6 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | package XML::SRS::ActionResponse; | ||||||
3 | BEGIN { | ||||||
4 | 1 | 1 | 5312 | $XML::SRS::ActionResponse::VERSION = '0.09'; | |||
5 | } | ||||||
6 | |||||||
7 | 1 | 1 | 425 | use Moose::Role; | |||
0 | |||||||
0 | |||||||
8 | use PRANG::Graph; | ||||||
9 | use XML::SRS::Types; | ||||||
10 | |||||||
11 | # the ActionId is on the Response node (XML::SRS::Result) | ||||||
12 | |||||||
13 | with 'XML::SRS::Node', 'PRANG::Graph'; | ||||||
14 | |||||||
15 | 1; |