Branch Coverage

blib/lib/Mojo/Redis2/Transaction.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
22 0 0 if $self->{'instructions'} and not $self->{'exec'}
30 0 0 unless (grep {$op eq $_;} 'DISCARD', 'EXEC', 'WATCH' or $self->{'instructions'}++)
32 0 0 ref $_[-1] eq 'CODE' ? :
40 0 0 ref $_[-1] eq 'CODE' ? :
44 0 0 if (delete $self->{'instructions'}) { }
0 0 elsif (my $cb = $cb[0]) { }
48 0 0 $action eq 'EXEC' ? :
51 0 0 $action eq 'EXEC' ? :