File Coverage

blib/lib/Protocol/XMPP/Element/Response.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 Protocol::XMPP::Element::Response;
2              
3 1     1   165747 use strict;
  1         3  
  1         39  
4 1     1   4 use warnings;
  1         1  
  1         84  
5 1     1   5 use parent qw(Protocol::XMPP::ElementBase);
  1         2  
  1         9  
6              
7             our $VERSION = '0.007'; ## VERSION
8              
9             =head1 NAME
10              
11             =head1 SYNOPSIS
12              
13             =head1 DESCRIPTION
14              
15             =head1 METHODS
16              
17             =cut
18              
19             1;
20              
21             __END__