| blib/lib/Hash/BulkKeyCopy.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 Hash::BulkKeyCopy; | ||||||
| 2 | 4 | 4 | 39644 | use 5.008001; | |||
| 4 | 9 | ||||||
| 3 | 4 | 4 | 13 | use strict; | |||
| 4 | 4 | ||||||
| 4 | 60 | ||||||
| 4 | 4 | 4 | 17 | use warnings; | |||
| 4 | 3 | ||||||
| 4 | 77 | ||||||
| 5 | 4 | 4 | 11 | use Exporter 'import'; | |||
| 4 | 5 | ||||||
| 4 | 175 | ||||||
| 6 | |||||||
| 7 | our $VERSION = "0.022"; | ||||||
| 8 | |||||||
| 9 | our @EXPORT_OK = qw/hash_bulk_keycopy/; | ||||||
| 10 | |||||||
| 11 | 4 | 4 | 12 | use XSLoader; | |||
| 4 | 4 | ||||||
| 4 | 123 | ||||||
| 12 | XSLoader::load(__PACKAGE__, $VERSION); | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | __END__ |