| blib/lib/URI/https.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 11 | 11 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 |
| pod | 2 | 2 | 100.0 |
| total | 18 | 18 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package URI::https; | ||||||
| 2 | |||||||
| 3 | 5 | 5 | 616 | use strict; | |||
| 5 | 14 | ||||||
| 5 | 242 | ||||||
| 4 | 5 | 5 | 23 | use warnings; | |||
| 5 | 8 | ||||||
| 5 | 464 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.34'; | ||||||
| 7 | |||||||
| 8 | 5 | 5 | 27 | use parent 'URI::http'; | |||
| 5 | 8 | ||||||
| 5 | 34 | ||||||
| 9 | |||||||
| 10 | 4 | 4 | 1 | 15 | sub default_port { 443 } | ||
| 11 | |||||||
| 12 | 2 | 2 | 1 | 13 | sub secure { 1 } | ||
| 13 | |||||||
| 14 | 1; |