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