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   7911 use strict;
  1         4  
  1         36  
5 1     1   8 use warnings;
  1         3  
  1         58  
6              
7             BEGIN {
8 1     1   512 require Plack::Test::AnyEvent;
9 1         19 *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