blib/lib/Mojolicious/Plugin/AssetPack/Handler/Https.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Mojolicious::Plugin::AssetPack::Handler::Https; | ||||||
2 | 1 | 1 | 5 | use Mojo::Base 'Mojolicious::Plugin::AssetPack::Handler::Http'; | |||
1 | 2 | ||||||
1 | 8 | ||||||
3 | |||||||
4 | 1; | ||||||
5 | |||||||
6 | =encoding utf8 | ||||||
7 | |||||||
8 | =head1 NAME | ||||||
9 | |||||||
10 | Mojolicious::Plugin::AssetPack::Handler::Https - DEPRECATED | ||||||
11 | |||||||
12 | =head1 DESCRIPTION | ||||||
13 | |||||||
14 | See L |
||||||
15 | |||||||
16 | =head1 SEE ALSO | ||||||
17 | |||||||
18 | L |
||||||
19 | |||||||
20 | =cut |