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   109571 use parent qw(Alien::Base);
  3         967  
  3         17  
4 3     3   149511 use strict;
  3         8  
  3         57  
5 3     3   15 use warnings;
  3         6  
  3         150  
6              
7             our $VERSION = 0.06;
8              
9             1;
10              
11             __END__