File Coverage

blib/lib/Plack/Test/AE.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package
2             Plack::Test::AE;
3              
4 1     1   9481 use strict;
  1         3  
  1         31  
5 1     1   6 use warnings;
  1         2  
  1         61  
6              
7             BEGIN {
8 1     1   377 require Plack::Test::AnyEvent;
9 1         26 *test_psgi = \&Plack::Test::AnyEvent::test_psgi;
10             }
11              
12             1;
13              
14             =pod
15              
16             =begin comment
17              
18             =over
19              
20             =item test_psgi
21              
22             =back
23              
24             =end comment
25              
26             =cut