File Coverage

blib/lib/Feed/Data/BBC/Scotland.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::Scotland;
2              
3 2     2   40 use strict;
  2         5  
  2         81  
4 2     2   10 use warnings;
  2         4  
  2         98  
5              
6 2     2   11 use Rope;
  2         20  
  2         13  
7 2     2   808 use Rope::Autoload;
  2         5  
  2         14  
8              
9             extends 'Feed::Data::BBC::Base';
10              
11             1;