| blib/lib/Sys/Export/Exporter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 5 | 5 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 7 | 7 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Sys::Export::Exporter; | ||||||
| 2 | |||||||
| 3 | our $VERSION = '0.003'; # VERSION | ||||||
| 4 | # ABSTRACT: base class for exporters, only used for 'isa' checks | ||||||
| 5 | |||||||
| 6 | 7 | 7 | 128 | use v5.26; | |||
| 7 | 55 | ||||||
| 7 | 7 | 7 | 139 | use warnings; | |||
| 7 | 19 | ||||||
| 7 | 639 | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |