| blib/lib/Bundle/WWW/Scraper/ISBN/Drivers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Bundle::WWW::Scraper::ISBN::Drivers; | ||||||
| 2 | |||||||
| 3 | 5 | 5 | 74939 | use strict; | |||
| 5 | 9 | ||||||
| 5 | 170 | ||||||
| 4 | 5 | 5 | 19 | use warnings; | |||
| 5 | 7 | ||||||
| 5 | 142 | ||||||
| 5 | 5 | 5 | 16 | use vars qw($VERSION); | |||
| 5 | 10 | ||||||
| 5 | 273 | ||||||
| 6 | |||||||
| 7 | $VERSION = "1.11"; | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |