| blib/lib/Iterator/Misc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 24 | 79.1 |
| line | true | false | branch |
|---|---|---|---|
| 43 | 2 | 12 | unless (@digits) |
| 58 | 2 | 10 | if ($column < 0) { } |
| 87 | 1 | 0 | @_ == 2 ? : |
| 1 | 1 | @_ == 1 ? : | |
| 1 | 2 | @_ == 0 ? : | |
| 119 | 3 | 21 | if defined $end and $growing && $start > $end || !$growing && $start < $end |
| 142 | 1 | 1 | if $n1 < 0 |
| 145 | 0 | 1 | unless UNIVERSAL::isa($iter, 'Iterator') |
| 158 | 0 | 6 | if $iter->is_exhausted |
| 178 | 1 | 1 | if $n <= 0 |
| 181 | 0 | 1 | unless UNIVERSAL::isa($iter, 'Iterator') |
| 195 | 0 | 6 | if $iter->is_exhausted |