File Coverage

blib/lib/Dancer/Continuation/Route/FileSent.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::FileSent;
2             our $AUTHORITY = 'cpan:SUKRIA';
3             # ABSTRACT: Internal Dancer exception class
4             $Dancer::Continuation::Route::FileSent::VERSION = '1.3514_04'; # TRIAL
5             $Dancer::Continuation::Route::FileSent::VERSION = '1.351404';
6 166     166   1447 use strict;
  166         336  
  166         3988  
7 166     166   724 use warnings;
  166         320  
  166         3277  
8 166     166   717 use Carp;
  166         322  
  166         8243  
9              
10 166     166   975 use base qw(Dancer::Continuation::Route);
  166         344  
  166         14838  
11              
12             1;
13              
14             __END__