File Coverage

blib/lib/HTTP/MobileAgent/JPhone.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 HTTP::MobileAgent::JPhone;
2              
3 9     9   39 use strict;
  9         11  
  9         355  
4 9     9   43 use vars qw($VERSION);
  9         13  
  9         480  
5             $VERSION = 0.18;
6              
7 9     9   42 use base qw(HTTP::MobileAgent::Vodafone);
  9         15  
  9         3776  
8              
9             1;
10             __END__