File Coverage

blib/lib/Net/EPP/Frame/Command/Create.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             package Net::EPP::Frame::Command::Create;
2 1     1   6 use base qw(Net::EPP::Frame::Command);
  1         3  
  1         154  
3 1     1   491 use Net::EPP::Frame::Command::Create::Domain;
  1         2  
  1         37  
4 1     1   446 use Net::EPP::Frame::Command::Create::Host;
  1         2  
  1         30  
5 1     1   431 use Net::EPP::Frame::Command::Create::Contact;
  1         2  
  1         31  
6 1     1   15 use strict;
  1         1  
  1         31  
7              
8             =pod
9              
10             =head1 NAME
11              
12             Net::EPP::Frame::Command::Create - an instance of L
13             for the EPP CcreateE> command.
14              
15             =head1 OBJECT HIERARCHY
16              
17             L
18             +----L
19             +----L
20             +----L
21             +----L
22              
23             =head1 METHODS
24              
25             This module does not define any methods in addition to those it inherits from
26             its ancestors.
27              
28             =cut
29              
30             1;