| blib/lib/Business/Shipping/DataFiles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Business::Shipping::DataFiles; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 32087 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 35 | ||||||
| 4 | 1 | 1 | 5 | use strict; | |||
| 1 | 3 | ||||||
| 1 | 57 | ||||||
| 5 | |||||||
| 6 | =head1 NAME | ||||||
| 7 | |||||||
| 8 | Business::Shipping::DataFiles - Offline rate tables for Business::Shipping | ||||||
| 9 | |||||||
| 10 | =head1 VERSION | ||||||
| 11 | |||||||
| 12 | Version 1.02 | ||||||
| 13 | |||||||
| 14 | =cut | ||||||
| 15 | |||||||
| 16 | our $VERSION = '1.02'; | ||||||
| 17 | |||||||
| 18 | 1; | ||||||
| 19 | |||||||
| 20 | __END__ |