| blib/lib/Gtk2/Ex/TiedListColumn.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 28 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 71 | 0 | 0 | unless ($iter) |
| 126 | 0 | 0 | if ($index == $len - 1) { } |
| 195 | 0 | 0 | if (not defined $offset) { } |
| 0 | 0 | elsif ($offset < -$total) { } | |
| 0 | 0 | elsif ($offset < 0) { } | |
| 0 | 0 | elsif ($offset > $total) { } | |
| 207 | 0 | 0 | if (not defined $length) { } |
| 0 | 0 | elsif ($length < 0) { } | |
| 218 | 0 | 0 | if ($length > 0) |
| 220 | 0 | 0 | if (wantarray) { } |
| 224 | 0 | 0 | unless $model->remove($iter) |
| 230 | 0 | 0 | unless ($model->remove($iter)) |
| 235 | 0 | 0 | if ($iter) |
| 248 | 0 | 0 | wantarray ? : |