blib/lib/Amon2/Web/Response.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 | use strict; | ||||||
2 | 18 | 18 | 102880 | use warnings; | |||
18 | 54 | ||||||
18 | 535 | ||||||
3 | 18 | 18 | 114 | use parent qw/Plack::Response/; | |||
18 | 41 | ||||||
18 | 567 | ||||||
4 | 18 | 18 | 523 | ||||
18 | 344 | ||||||
18 | 109 | ||||||
5 | |||||||
6 | 1; | ||||||
7 | |||||||
8 | =encoding utf-8 | ||||||
9 | |||||||
10 | =head1 NAME | ||||||
11 | |||||||
12 | Amon2::Web::Response - web response class for Amon2 | ||||||
13 | |||||||
14 | =head1 DESCRIPTION | ||||||
15 | |||||||
16 | This is response class for Amon2. | ||||||
17 | |||||||
18 | This class is child class of L<Plack::Response>. | ||||||
19 | |||||||
20 | There is no extension for now, but I'm using this class for future plan. |