File Coverage

blib/lib/Protocol/XMPP/Element/Auth.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::Auth;
2              
3 1     1   256422 use strict;
  1         2  
  1         33  
4 1     1   3 use warnings;
  1         2  
  1         54  
5 1     1   3 use parent qw(Protocol::XMPP::ElementBase);
  1         5  
  1         7  
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__