File Coverage

blib/lib/Feed/Data/BBC/MiddleEast.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::MiddleEast;
2              
3 2     2   13 use strict;
  2         4  
  2         128  
4 2     2   11 use warnings;
  2         4  
  2         105  
5              
6 2     2   10 use Rope;
  2         5  
  2         11  
7 2     2   811 use Rope::Autoload;
  2         4  
  2         13  
8              
9             extends 'Feed::Data::BBC::Base';
10              
11             1;