File Coverage

blib/lib/Net/EPP/Frame/Command/Delete.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::Delete;
2 1     1   7 use base qw(Net::EPP::Frame::Command);
  1         3  
  1         135  
3 1     1   653 use Net::EPP::Frame::Command::Delete::Contact;
  1         4  
  1         39  
4 1     1   680 use Net::EPP::Frame::Command::Delete::Domain;
  1         4  
  1         43  
5 1     1   667 use Net::EPP::Frame::Command::Delete::Host;
  1         4  
  1         43  
6 1     1   7 use strict;
  1         2  
  1         32  
7              
8             =pod
9              
10             =head1 NAME
11              
12             Net::EPP::Frame::Command::Delete - an instance of L
13             for the EPP CdeleteE> 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;