File Coverage

blib/lib/Net/EPP/Frame/Command/Renew.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


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