File Coverage

blib/lib/Dancer/Continuation/Route/ErrorSent.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::Route::ErrorSent;
2             our $AUTHORITY = 'cpan:SUKRIA';
3             # ABSTRACT: Internal Dancer exception class
4             $Dancer::Continuation::Route::ErrorSent::VERSION = '1.3514_04'; # TRIAL
5             $Dancer::Continuation::Route::ErrorSent::VERSION = '1.351404';
6 166     166   1360 use strict;
  166         325  
  166         3893  
7 166     166   729 use warnings;
  166         307  
  166         3131  
8 166     166   738 use Carp;
  166         317  
  166         8303  
9              
10 166     166   988 use base qw(Dancer::Continuation::Route);
  166         370  
  166         14982  
11              
12             1;
13              
14             __END__