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 88     88   123253666 use strict;
  88         892  
  88         5047  
4 88     88   1119 use warnings;
  88         353  
  88         8094  
5 88     88   811 use base qw/Monoceros::Server/;
  88         703  
  88         61761  
6              
7             1;
8              
9