| blib/lib/Tie/Array/CSV/HoldRow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 20 | 70.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 3 | 6 | if ($$self{'active_rows'}{$index}) |
| 58 | 2 | 0 | @_ ? : |
| 59 | 0 | 2 | if $offset < 0 |
| 60 | 2 | 0 | @_ ? : |
| 74 | 1 | 1 | if ($length < @replace_rows) |
| 82 | 1 | 4 | if $index < $offset |
| 84 | 1 | 3 | if ($index >= $offset and $index < $offset + $length) { } |
| 119 | 0 | 0 | if ($newsize >= 0) |
| 157 | 0 | 1 | unless (defined $$self{'line_num'}) |
| 167 | 1 | 5 | if $$self{'need_update'} == 1 |