File Coverage

blib/lib/Alien/libgs1encoders.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             # SPDX-License-Identifier: GPL-1.0-or-later OR Artistic-1.0-Perl
2              
3             package Alien::libgs1encoders;
4              
5 1     1   291639 use strict;
  1         13  
  1         30  
6 1     1   5 use warnings;
  1         3  
  1         23  
7 1     1   20 use 5.008001;
  1         4  
8 1     1   11 use base qw(Alien::Base);
  1         2  
  1         644  
9              
10             our $VERSION = '0.03'; # VERSION
11             # ABSTRACT: Build and install libgs1encoders, a C-based GS1 barcode parser
12              
13              
14              
15             1;
16              
17             __END__