File Coverage

blib/lib/Plack/Handler/Monoceros.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::Monoceros;
2              
3 14     14   232629 use strict;
  14         46  
  14         795  
4 14     14   82 use warnings;
  14         40  
  14         779  
5 14     14   75 use base qw/Monoceros::Server/;
  14         20  
  14         7432  
6              
7             1;
8              
9