| blib/lib/autobox/universal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 16 | 16 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package autobox::universal; | ||||||
| 2 | |||||||
| 3 | 21 | 21 | 135105 | use strict; | |||
| 21 | 74 | ||||||
| 21 | 686 | ||||||
| 4 | 21 | 21 | 134 | use warnings; | |||
| 21 | 49 | ||||||
| 21 | 659 | ||||||
| 5 | |||||||
| 6 | 21 | 21 | 907 | use autobox (); # don't import() | |||
| 21 | 50 | ||||||
| 21 | 397 | ||||||
| 7 | |||||||
| 8 | 21 | 21 | 122 | use Exporter (); # perl 5.8.0 doesn't support "use Exporter qw(import)" | |||
| 21 | 53 | ||||||
| 21 | 1251 | ||||||
| 9 | |||||||
| 10 | our @ISA = qw(Exporter); | ||||||
| 11 | our @EXPORT_OK = qw(type); | ||||||
| 12 | |||||||
| 13 | 1; |