blib/lib/Mojo/Redis2/Transaction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 0 | 0 | 0 | $self->{'instructions'} and not $self->{'exec'} |
line | l | !l | condition |
---|---|---|---|
32 | 0 | 0 | $self->{'connections'}{'txn'} ||= {'group', 'txn', 'nb', ref $_[-1] eq 'CODE' ? 1 : 0} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | grep {$op eq $_;} 'DISCARD', 'EXEC', 'WATCH' or $self->{'instructions'}++ |