| blib/lib/Sub/Retry.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 12 | 59 | if (wantarray) { } |
| 21 | 38 | elsif (not defined wantarray) { } | |
| 21 | 3 | 9 | unless (&$retry_if(@ret)) |
| 27 | 2 | 19 | unless (&$retry_if()) |
| 33 | 4 | 34 | unless (&$retry_if($ret)) |
| 37 | 59 | 3 | if $times |
| 39 | 1 | 2 | if $err |