File Coverage

blib/lib/Dancer/Continuation/Route/Passed.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::Passed;
2             our $AUTHORITY = 'cpan:SUKRIA';
3             # ABSTRACT: Internal Dancer exception class
4             $Dancer::Continuation::Route::Passed::VERSION = '1.3521';
5 165     165   1191 use strict;
  165         406  
  165         4747  
6 165     165   938 use warnings;
  165         507  
  165         4302  
7 165     165   904 use Carp;
  165         443  
  165         8803  
8              
9 165     165   1087 use base qw(Dancer::Continuation::Route);
  165         595  
  165         17088  
10              
11             1;
12              
13             __END__