blib/lib/URI/_foreign.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 URI::_foreign; | ||||||
2 | |||||||
3 | 6 | 6 | 42 | use strict; | |||
6 | 11 | ||||||
6 | 186 | ||||||
4 | 6 | 6 | 32 | use warnings; | |||
6 | 10 | ||||||
6 | 204 | ||||||
5 | |||||||
6 | 6 | 6 | 1258 | use parent 'URI::_generic'; | |||
6 | 822 | ||||||
6 | 30 | ||||||
7 | |||||||
8 | our $VERSION = '5.20'; | ||||||
9 | |||||||
10 | 1; |