File Coverage

blib/lib/Test/WWW/Mechanize/CGI.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 Test::WWW::Mechanize::CGI;
2              
3 2     2   54111 use strict;
  2         5  
  2         71  
4 2     2   10 use warnings;
  2         4  
  2         65  
5 2     2   17 use base qw[WWW::Mechanize::CGI Test::WWW::Mechanize];
  2         4  
  2         3575  
6              
7             our $VERSION = 0.1;
8              
9             1;
10              
11             __END__