File Coverage

blib/lib/Net/SMS/WAY2SMS.pm
Criterion Covered Total %
statement 13 15 86.6
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 18 20 90.0


line stmt bran cond sub pod time code
1             package Net::SMS::WAY2SMS;
2 1     1   15963 use Exporter;
  1         2  
  1         63  
3 1     1   662 use AutoLoader;
  1         1673  
  1         7  
4             @ISA = qw(Exporter AutoLoader);
5              
6 1     1   55 use strict;
  1         2  
  1         33  
7 1     1   5 use warnings;
  1         2  
  1         38  
8 1     1   424 use WWW::Mechanize;
  0            
  0            
9             use Compress::Zlib;
10             use Carp qw( croak );
11             our $VERSION = '0.10';
12              
13             __END__