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.3520';
5 165     165   1260 use strict;
  165         426  
  165         4835  
6 165     165   957 use warnings;
  165         488  
  165         4095  
7 165     165   973 use Carp;
  165         512  
  165         9626  
8              
9 165     165   1219 use base qw(Dancer::Continuation::Route);
  165         519  
  165         17720  
10              
11             1;
12              
13             __END__