File Coverage

blib/lib/Net/EPP.pm
Criterion Covered Total %
statement 21 21 100.0
branch n/a
condition n/a
subroutine 7 7 100.0
pod n/a
total 28 28 100.0


line stmt bran cond sub pod time code
1             package Net::EPP;
2 1     1   374130 use vars qw($VERSION);
  1         2  
  1         72  
3 1     1   1415 use Net::EPP::Client;
  1         4  
  1         46  
4 1     1   8 use Net::EPP::Frame;
  1         2  
  1         43  
5 1     1   5 use Net::EPP::Protocol;
  1         2  
  1         24  
6 1     1   6 use Net::EPP::ResponseCodes;
  1         2  
  1         200  
7 1     1   815 use Net::EPP::Simple;
  1         5  
  1         44  
8 1     1   11 use strict;
  1         1  
  1         56  
9              
10             our $VERSION = '0.28';
11              
12             1;
13              
14             __END__