| blib/lib/Banal/Utils.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 15 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | n/a | ||
| total | 20 | 20 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Banal::Utils; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 57508 | use 5.006; | |||
| 1 | 5 | ||||||
| 1 | 152 | ||||||
| 4 | 1 | 1 | 2568 | use utf8; | |||
| 1 | 15 | ||||||
| 1 | 8 | ||||||
| 5 | 1 | 1 | 43 | use strict; | |||
| 1 | 8 | ||||||
| 1 | 37 | ||||||
| 6 | 1 | 1 | 5 | use warnings; | |||
| 1 | 3 | ||||||
| 1 | 41 | ||||||
| 7 | 1 | 1 | 4 | no warnings qw(uninitialized); | |||
| 1 | 2 | ||||||
| 1 | 113 | ||||||
| 8 | |||||||
| 9 | require Exporter; | ||||||
| 10 | |||||||
| 11 | our @ISA = qw(Exporter); | ||||||
| 12 | our @EXPORT_OK = qw(); | ||||||
| 13 | |||||||
| 14 | our $VERSION = '0.12'; | ||||||
| 15 | |||||||
| 16 | |||||||
| 17 | 1; | ||||||
| 18 | |||||||
| 19 | __END__ |