Condition Coverage

blib/lib/Quantum/Superpositions/Lazy/Operation/Logical.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
110 76 3303 64 defined $reducer->[0] and !$carry eq !$reducer->[0]
128 0 37710 1819 defined $reducer->[0] && defined $results{$key_a}

or 3 conditions

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]