File Coverage

blib/lib/Net/EPP/Frame/Command/Info.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::Info;
2 1     1   409 use Net::EPP::Frame::Command::Info::Contact;
  1         3  
  1         28  
3 1     1   414 use Net::EPP::Frame::Command::Info::Domain;
  1         3  
  1         28  
4 1     1   432 use Net::EPP::Frame::Command::Info::Host;
  1         2  
  1         31  
5 1     1   6 use base qw(Net::EPP::Frame::Command);
  1         2  
  1         97  
6 1     1   6 use strict;
  1         2  
  1         32  
7              
8             =pod
9              
10             =head1 NAME
11              
12             Net::EPP::Frame::Command::Info - an instance of L
13             for the EPP CinfoE> 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;