File Coverage

blib/lib/XML/EPP/Contact/Node.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::Contact::Node;
3              
4 1     1   2131 use Moose::Role;
  0            
  0            
5             use XML::EPP::Common;
6              
7             sub xmlns {
8             "urn:ietf:params:xml:ns:contact-1.0";
9             }
10              
11             1;
12              
13             =head1 NAME
14              
15             XML::EPP::Contact::Node
16              
17             =head1 SYNOPSIS
18              
19             TODO
20              
21             =head1 DESCRIPTION
22              
23             ...
24              
25             =head2 XML Schema Definition
26              
27             Provides a role for all XML::EPP::Contact::* elements to use.
28              
29             =cut