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 | 306712 | use strict; | |||
1 | 13 | ||||||
1 | 29 | ||||||
6 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 33 | ||||||
7 | 1 | 1 | 21 | use 5.008001; | |||
1 | 3 | ||||||
8 | 1 | 1 | 7 | use base qw(Alien::Base); | |||
1 | 3 | ||||||
1 | 616 | ||||||
9 | |||||||
10 | our $VERSION = '0.01'; # TRIAL VERSION | ||||||
11 | # ABSTRACT: Build and install libgs1encoders, a C-based GS1 barcode parser | ||||||
12 | |||||||
13 | |||||||
14 | |||||||
15 | 1; | ||||||
16 | |||||||
17 | __END__ |