File Coverage

blib/lib/Net/EPP/Frame/Command/Check.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::Check;
2 1     1   7 use base qw(Net::EPP::Frame::Command);
  1         2  
  1         149  
3 1     1   471 use Net::EPP::Frame::Command::Check::Domain;
  1         3  
  1         31  
4 1     1   461 use Net::EPP::Frame::Command::Check::Contact;
  1         3  
  1         29  
5 1     1   421 use Net::EPP::Frame::Command::Check::Host;
  1         3  
  1         29  
6 1     1   6 use strict;
  1         2  
  1         30  
7              
8             =pod
9              
10             =head1 NAME
11              
12             Net::EPP::Frame::Command::Check - an instance of L
13             for the EPP CcheckE> 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;