blib/lib/Alien/libmaxminddb.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 | package Alien::libmaxminddb; | ||||||
2 | |||||||
3 | # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later | ||||||
4 | |||||||
5 | 1 | 1 | 164463 | use 5.016; | |||
1 | 13 | ||||||
6 | 1 | 1 | 6 | use warnings; | |||
1 | 2 | ||||||
1 | 25 | ||||||
7 | 1 | 1 | 5 | use utf8; | |||
1 | 12 | ||||||
1 | 16 | ||||||
8 | |||||||
9 | our $VERSION = 1.011; | ||||||
10 | |||||||
11 | 1 | 1 | 59 | use parent qw(Alien::Base); | |||
1 | 3 | ||||||
1 | 5 | ||||||
12 | |||||||
13 | 1; | ||||||
14 | __END__ |