File Coverage

blib/lib/Feed/Data/AlJazeera/Mubasher.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::AlJazeera::Mubasher;
2              
3 2     2   16 use strict;
  2         5  
  2         126  
4 2     2   12 use warnings;
  2         4  
  2         105  
5              
6 2     2   12 use Rope;
  2         3  
  2         27  
7 2     2   839 use Rope::Autoload;
  2         5  
  2         13  
8              
9             extends 'Feed::Data::AlJazeera::Base';
10              
11             1;