line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Amon2::Web::Response; |
2
|
18
|
|
|
18
|
|
104390
|
use strict; |
|
18
|
|
|
|
|
52
|
|
|
18
|
|
|
|
|
538
|
|
3
|
18
|
|
|
18
|
|
91
|
use warnings; |
|
18
|
|
|
|
|
37
|
|
|
18
|
|
|
|
|
517
|
|
4
|
18
|
|
|
18
|
|
544
|
use parent qw/Plack::Response/; |
|
18
|
|
|
|
|
339
|
|
|
18
|
|
|
|
|
107
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
1; |
8
|
|
|
|
|
|
|
__END__ |
9
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
=encoding utf-8 |
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
=head1 NAME |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
Amon2::Web::Response - web response class for Amon2 |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=head1 DESCRIPTION |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
This is response class for Amon2. |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
This class is child class of L<Plack::Response>. |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
There is no extension for now, but I'm using this class for future plan. |