File Coverage

blib/lib/Dancer/Debug.pm
Criterion Covered Total %
statement 7 7 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 10 10 100.0


line stmt bran cond sub pod time code
1             package Dancer::Debug;
2             BEGIN {
3 1     1   30591 $Dancer::Debug::VERSION = '0.03';
4             }
5              
6             # ABSTRACT: Extend Plack::Middleware::Debug with some specific panels for Dancer
7              
8 1     1   11 use strict;
  1         2  
  1         36  
9 1     1   6 use warnings;
  1         2  
  1         39  
10              
11             1;
12              
13              
14             __END__