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