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         335  
  38         1912  
3 38     38   485 use warnings;
  38         75  
  38         3722  
4 38     38   670 use parent qw( Plack::Handler::HTTP::Server::PSGI );
  38         297  
  38         1780  
5              
6             1;
7              
8             __END__