File Coverage

blib/lib/Alien/DjVuLibre.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Alien::DjVuLibre;
2              
3 3     3   97221 use parent qw(Alien::Base);
  3         852  
  3         14  
4 3     3   127203 use strict;
  3         7  
  3         55  
5 3     3   13 use warnings;
  3         4  
  3         129  
6              
7             our $VERSION = 0.04;
8              
9             1;
10              
11             __END__