File Coverage

blib/lib/Dancer/Continuation/Halted.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package Dancer::Continuation::Halted;
2             our $AUTHORITY = 'cpan:SUKRIA';
3             # ABSTRACT: Halted internal exception class for Dancer
4             $Dancer::Continuation::Halted::VERSION = '1.3521';
5 189     189   1371 use strict;
  189         473  
  189         5811  
6 189     189   1117 use warnings;
  189         480  
  189         4713  
7 189     189   1070 use Carp;
  189         525  
  189         11935  
8              
9 189     189   1499 use base qw(Dancer::Continuation);
  189         578  
  189         92663  
10              
11             1;
12              
13             __END__