| blib/lib/Dancer/Exception/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 10 | 80.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 17 | 2 | 56 | $Dancer::Exception::Verbose ? : | 
| 23 | 2 | 0 | ref $e && $e->isa('Dancer::Exception::Base') ? : | 
| 0 | 2 | ref $f && $f->isa('Dancer::Exception::Base') ? : | |
| 79 | 11 | 23 | if $seen{$class}++ | 
| 93 | 41 | 101 | if @_ |