| blib/lib/LINQ/Collection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 21 | 90.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 262 | 4 | 15 | 79 | @got and &$filter($_ = $got[0]) |
| 660 | 4 | 4 | 14 | &Scalar::Util::blessed($type) and $type->can('check') |
| 678 | 4 | 0 | 0 | $type->can('has_coercion') and $type->has_coercion |
| 701 | 2 | 2 | 40 | @r1 and @r2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 198 | 2 | 2 | 5 | $hint eq '-left' or $hint eq '-outer' |
| 207 | 2 | 2 | 5 | $hint eq '-right' or $hint eq '-outer' |
| 234 | 14 | 5 | 4 | @group or $hint eq '-left' |