| blib/lib/Dancer/Debug.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Dancer::Debug; | ||||||
| 2 | $Dancer::Debug::VERSION = '0.04'; | ||||||
| 3 | # ABSTRACT: Extend Plack::Middleware::Debug with some specific panels for Dancer | ||||||
| 4 | |||||||
| 5 | 1 | 1 | 100877 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 48 | ||||||
| 6 | 1 | 1 | 6 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 111 | ||||||
| 7 | |||||||
| 8 | 1; | ||||||
| 9 | |||||||
| 10 | __END__ |