File Coverage

blib/lib/XML/EPP/ResultData.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::EPP::ResultData;
3              
4 1     1   2241 use Moose::Role;
  0            
  0            
5             use MooseX::Method::Signatures;
6              
7             # <any namespace="##other"> maps to MessageNode; it's a free for all!
8             with 'PRANG::Graph::Class';
9              
10             # in principal we could use Extension, but that could be confusing.
11              
12             1;