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.3514_04'; # TRIAL
5             $Dancer::Continuation::Halted::VERSION = '1.351404';
6 190     190   1690 use strict;
  190         372  
  190         5005  
7 190     190   928 use warnings;
  190         400  
  190         4298  
8 190     190   821 use Carp;
  190         365  
  190         9929  
9              
10 190     190   1097 use base qw(Dancer::Continuation);
  190         425  
  190         73678  
11              
12             1;
13              
14             __END__