blib/lib/Quantum/Superpositions/Lazy/Operation/Logical.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 76 | 2142 | 64 | defined $reducer->[0] and !$carry eq !$reducer->[0] |
126 | 0 | 37710 | 1819 | defined $reducer->[0] && defined $results{$key_a} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 3 | 77 | 0 | $forced_reducer // $self->reducer |
122 | 0 | 13 | 0 | $forced_reducer // $self->reducer |
126 | 37710 | 1660 | 159 | not defined $reducer->[0] && defined $results{$key_a} or !$results{$key_a} ne !$reducer->[0] |