Condition Coverage

blib/lib/Mojo/Redis2/Transaction.pm
Criterion Covered Total %
condition 0 8 0.0


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 0 $self->{'instructions'} and not $self->{'exec'}

or 2 conditions

line l !l condition
32 0 0 $self->{'connections'}{'txn'} ||= {'group', 'txn', 'nb', ref $_[-1] eq 'CODE' ? 1 : 0}

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 grep {$op eq $_;} 'DISCARD', 'EXEC', 'WATCH' or $self->{'instructions'}++