| blib/lib/Catmandu/Iterable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 31 | 83.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 175 | 2 | 2 | 1 | &$sub($data) and ++$n > 1 |
| 423 | 5 | 2 | 5 | is_number($memo) and is_number($val) |
| 439 | 5 | 2 | 5 | is_number($memo) and is_number($val) |
| line | l | !l | condition |
|---|---|---|---|
| 71 | 5 | 1 | $start //= 0 |
| 197 | 776 | 24 | &$next() // (return) |
| 377 | 20 | 4 | &$next() // (last) |
| 464 | 0 | 6 | $opts{'header'} //= 1 |
| 465 | 0 | 6 | $opts{'col_sep'} //= " | " |
| 474 | 2109 | 42 | $$data{$cols[$i]} // "" |
| 504 | 5 | 0 | &$next() // (return) |
| 517 | 20 | 4 | $run ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 34 | 7 | 2 | 0 | $_generators{$self} ||= $self->generator |
| 400 | 22 | 8 | 0 | $generators[$i] ||= $iterators[$i]->generator |