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   190992174 use strict;
  88         2406  
  88         7215  
4 88     88   1303 use warnings;
  88         1122  
  88         19232  
5 88     88   782 use base qw/Monoceros::Server/;
  88         597  
  88         82625  
6              
7             1;
8              
9