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   671 use strict;
  38         335  
  38         2510  
3 38     38   781 use warnings;
  38         75  
  38         8085  
4 38     38   263 use parent qw( Plack::Handler::HTTP::Server::PSGI );
  38         38  
  38         1339  
5              
6             1;
7              
8             __END__