File Coverage

blib/lib/Feed/Data/BBC/Africa.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::Africa;
2              
3 2     2   16 use strict;
  2         4  
  2         102  
4 2     2   13 use warnings;
  2         3  
  2         123  
5              
6 2     2   11 use Rope;
  2         4  
  2         14  
7 2     2   904 use Rope::Autoload;
  2         3  
  2         32  
8              
9             extends 'Feed::Data::BBC::Base';
10              
11             1;