blib/lib/Exception/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
25 | 7 | 9 | if (@_ == 1) { } |
30 | 7 | 9 | unless defined $args{'message'} and $args{'message'} ne '' |
55 | 0 | 24 | if ref $class |
56 | 12 | 12 | unless &Scalar::Util::blessed($e) and UNIVERSAL::isa($e, $class) |