File Coverage

blib/lib/WWW/BookBot/English.pm
Criterion Covered Total %
statement 18 18 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 24 24 100.0


line stmt bran cond sub pod time code
1             package WWW::BookBot::English;
2              
3 1     1   585 use 5.008;
  1         3  
  1         35  
4 1     1   5 use strict;
  1         1  
  1         23  
5 1     1   4 use warnings;
  1         1  
  1         41  
6 1     1   4 no warnings qw(uninitialized);
  1         1  
  1         33  
7 1     1   4 use base qw(WWW::BookBot);
  1         1  
  1         698  
8 1     1   12 use vars qw($VERSION);
  1         3  
  1         77  
9             $VERSION = '0.12';
10              
11             1;
12             __END__