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.3520';
5 189     189   1426 use strict;
  189         489  
  189         5971  
6 189     189   1092 use warnings;
  189         514  
  189         4835  
7 189     189   1082 use Carp;
  189         582  
  189         12704  
8              
9 189     189   1554 use base qw(Dancer::Continuation);
  189         531  
  189         95084  
10              
11             1;
12              
13             __END__