File Coverage

blib/lib/Feed/Data/BBC/England.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Feed::Data::BBC::England;
2              
3 2     2   14 use strict;
  2         5  
  2         83  
4 2     2   10 use warnings;
  2         5  
  2         149  
5              
6 2     2   15 use Rope;
  2         3  
  2         16  
7 2     2   685 use Rope::Autoload;
  2         4  
  2         14  
8              
9             extends 'Feed::Data::BBC::Base';
10              
11             1;