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 10     10   41 use strict;
  10         12  
  10         338  
4 10     10   35 use vars qw($VERSION);
  10         12  
  10         515  
5             $VERSION = 0.18;
6              
7 10     10   42 use base qw(HTTP::MobileAgent::Vodafone);
  10         11  
  10         4255  
8              
9             1;
10             __END__