| blib/lib/Algorithm/InversionList.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 12 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 0 | 4 | unless defined $string |
| 24 | 1 | 3 | unless length $string |
| 34 | 1 | 2 | if $current |
| 39 | 16107 | 112024 | if ($new != $current) |
| 46 | 3 | 0 | unless exists $list[-1] and $list[-1] == $length |
| 57 | 0 | 4 | unless defined $list |