| blib/lib/Exception/Class/Try/Catch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 6 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 3 | 12 | if (&Scalar::Util::blessed($error) and not $error->isa('Exception::Class::Base')) |
| 27 | 1 | 2 | if $error->can('as_string') |
| 30 | 8 | 7 | unless (&Scalar::Util::blessed($error)) |