| blib/lib/Geo/Location/IP/Model/Insights.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 14 | 14 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 19 | 19 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Geo::Location::IP::Model::Insights; | ||||||
| 2 | |||||||
| 3 | # SPDX-License-Identifier: Artistic-1.0-Perl OR GPL-1.0-or-later | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 128826 | use 5.026; | |||
| 1 | 4 | ||||||
| 6 | 1 | 1 | 5 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 69 | ||||||
| 7 | 1 | 1 | 7 | use utf8; | |||
| 1 | 2 | ||||||
| 1 | 22 | ||||||
| 8 | |||||||
| 9 | 1 | 1 | 826 | use Object::Pad; | |||
| 1 | 14702 | ||||||
| 1 | 5 | ||||||
| 10 | |||||||
| 11 | class Geo::Location::IP::Model::Insights | ||||||
| 12 | 1 | 1 | 710 | :isa(Geo::Location::IP::Model::City); | |||
| 1 | 5 | ||||||
| 1 | 172 | ||||||
| 13 | |||||||
| 14 | our $VERSION = 0.005; | ||||||
| 15 | |||||||
| 16 | 1; | ||||||
| 17 | __END__ |