File Coverage

blib/lib/Net/SMS/WAY2SMS.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::SMS::WAY2SMS;
2 1     1   22003 use Exporter;
  1         3  
  1         47  
3 1     1   899 use AutoLoader;
  1         1476  
  1         6  
4             @ISA = qw(Exporter AutoLoader);
5              
6 1     1   41 use strict;
  1         3  
  1         23  
7 1     1   4 use warnings;
  1         2  
  1         27  
8 1     1   1034 use WWW::Mechanize;
  1         369471  
  1         47  
9 1     1   13 use Compress::Zlib;
  1         3  
  1         455  
10 1     1   8 use Carp qw( croak );
  1         2  
  1         87  
11             our $VERSION = '0.07';
12              
13             __END__