| 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.3520'; | ||||||
| 5 | 165 | 165 | 1221 | use strict; | |||
| 165 | 437 | ||||||
| 165 | 4824 | ||||||
| 6 | 165 | 165 | 949 | use warnings; | |||
| 165 | 523 | ||||||
| 165 | 3944 | ||||||
| 7 | 165 | 165 | 882 | use Carp; | |||
| 165 | 478 | ||||||
| 165 | 9714 | ||||||
| 8 | |||||||
| 9 | 165 | 165 | 1102 | use base qw(Dancer::Continuation::Route); | |||
| 165 | 476 | ||||||
| 165 | 19756 | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | |||||||
| 13 | __END__ |