| blib/lib/Quantum/Superpositions/Lazy/Operation/Logical.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 110 | 76 | 3131 | 64 | defined $reducer->[0] and !$carry eq !$reducer->[0] |
| 128 | 0 | 37710 | 1819 | defined $reducer->[0] && defined $results{$key_a} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 99 | 3 | 77 | 0 | $forced_reducer // $self->reducer |
| 124 | 0 | 13 | 0 | $forced_reducer // $self->reducer |
| 128 | 37710 | 1684 | 135 | not defined $reducer->[0] && defined $results{$key_a} or !$results{$key_a} ne !$reducer->[0] |