File Coverage

blib/lib/Alien/Leptonica.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::Leptonica;
2             {
3             $Alien::Leptonica::VERSION = '0.002_01';
4             }
5              
6 1     1   504 use strict;
  1         1  
  1         21  
7 1     1   3 use warnings;
  1         1  
  1         20  
8              
9 1     1   367 use parent 'Alien::Base';
  1         196  
  1         4  
10              
11             1;
12              
13             =pod
14              
15             =encoding UTF-8
16              
17             =head1 NAME
18              
19             Alien::Leptonica - Alien package for the Leptonica image processing library
20              
21             =head1 VERSION
22              
23             version 0.002_01
24              
25             =head1 SEE ALSO
26              
27             L, L
28              
29             =head1 AUTHOR
30              
31             Zakariyya Mughal
32              
33             =head1 COPYRIGHT AND LICENSE
34              
35             This software is copyright (c) 2013 by Zakariyya Mughal.
36              
37             This is free software; you can redistribute it and/or modify it under
38             the same terms as the Perl 5 programming language system itself.
39              
40             =cut
41              
42             __END__