| 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 | 4 | 4 | 30 | use strict; | |||
| 4 | 7 | ||||||
| 4 | 143 | ||||||
| 4 | 4 | 4 | 21 | use warnings; | |||
| 4 | 9 | ||||||
| 4 | 184 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '5.21'; | ||||||
| 7 | |||||||
| 8 | 4 | 4 | 22 | use parent 'URI::http'; | |||
| 4 | 8 | ||||||
| 4 | 18 | ||||||
| 9 | |||||||
| 10 | 3 | 3 | 1 | 12 | sub default_port { 443 } | ||
| 11 | |||||||
| 12 | 1 | 1 | 1 | 4 | sub secure { 1 } | ||
| 13 | |||||||
| 14 | 1; |