blib/lib/Plient/Protocol/HTTPS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 7 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 3 | 66.6 |
pod | 0 | 1 | 0.0 |
total | 8 | 11 | 72.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Plient::Protocol::HTTPS; | ||||||
2 | |||||||
3 | 1 | 1 | 1259 | use warnings; | |||
1 | 3 | ||||||
1 | 26 | ||||||
4 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 168 | ||||||
5 | require Plient::Protocol::HTTP unless $Plient::bundle_mode; | ||||||
6 | our @ISA = 'Plient::Protocol::HTTP'; | ||||||
7 | |||||||
8 | 0 | 0 | 0 | sub prefix { 'https' } | |||
9 | |||||||
10 | 1; | ||||||
11 | |||||||
12 | __END__ |