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 | 194348 | use strict; | |||
5 | 15 | ||||||
5 | 233 | ||||||
4 | 5 | 5 | 31 | use warnings; | |||
5 | 10 | ||||||
5 | 194 | ||||||
5 | 5 | 5 | 30 | use vars qw($VERSION); | |||
5 | 13 | ||||||
5 | 393 | ||||||
6 | |||||||
7 | $VERSION = "1.10"; | ||||||
8 | |||||||
9 | 1; | ||||||
10 | |||||||
11 | __END__ |