File Coverage

blib/lib/Plack/Handler/Standalone.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             package Plack::Handler::Standalone;
2 38     38   708 use strict;
  38         113  
  38         3171  
3 38     38   707 use warnings;
  38         371  
  38         4944  
4 38     38   337 use parent qw( Plack::Handler::HTTP::Server::PSGI );
  38         335  
  38         1446  
5              
6             1;
7              
8             __END__