File Coverage

blib/lib/EPL2.pm
Criterion Covered Total %
statement 2 2 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 3 3 100.0


line stmt bran cond sub pod time code
1             package EPL2;
2             # ABSTRACT: A Moosie way to Program EPL2 Printers
3             $EPL2::VERSION = '0.001';
4 1     1   374 use 5.010;
  1         2  
5              
6             1;
7              
8             __END__
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             EPL2 - A Moosie way to Program EPL2 Printers
17              
18             =head1 VERSION
19              
20             version 0.001
21              
22             =head1 NAME
23              
24             EPL2 - A Moosie way to Program EPL2 Printers
25              
26             =head1 VERSION
27              
28             version 0.001
29              
30             =head1 AUTHOR
31              
32             Ted Katseres <tedkat@cpan.org>
33              
34             =head1 COPYRIGHT AND LICENSE
35              
36             This software is copyright (c) 2011 by Ted Katseres.
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             =head1 AUTHOR
42              
43             Ted Katseres <tedkat@cpan.org>
44              
45             =head1 COPYRIGHT AND LICENSE
46              
47             This software is copyright (c) 2016 by Ted Katseres.
48              
49             This is free software; you can redistribute it and/or modify it under
50             the same terms as the Perl 5 programming language system itself.
51              
52             =cut