File Coverage

blib/lib/XML/SRS/ActionResponse.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::ActionResponse;
3              
4 1     1   1446 use Moose::Role;
  0            
  0            
5             use PRANG::Graph;
6             use XML::SRS::Types;
7              
8             # the ActionId is on the Response node (XML::SRS::Result)
9              
10             with 'XML::SRS::Node', 'PRANG::Graph';
11              
12             1;