File Coverage

blib/lib/Net/EPP/Frame/Command/Poll.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


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