| blib/lib/Syntax/Feature/Try.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 121 | 124 | if ($exception and $catch_list) |
| 34 | 120 | 1 | if ($catch_block) |
| 39 | 164 | 81 | if ($finally_block) |
| 44 | 12 | 231 | if ($exception) |
| 54 | 1 | 245 | if $$self{'finally'} |
| 62 | 120 | 45 | if _exception_match_args($exception, @args) |
| 69 | 145 | 20 | if (defined $className) |
| 70 | 7 | 138 | unless blessed $exception |
| 71 | 38 | 100 | unless $exception->isa($className) |
| 86 | 35 | 68 | wantarray ? : |