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   712 use strict;
  38         113  
  38         78344  
3 38     38   376 use warnings;
  38         853  
  38         13543  
4 38     38   489 use parent qw( Plack::Handler::HTTP::Server::PSGI );
  38         668  
  38         1710  
5              
6             1;
7              
8             __END__