Condition Coverage

blib/lib/Redis/Script.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 wantarray && ref $ret eq 'ARRAY'
42 0 0 0 wantarray && ref $ret eq 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 $self->{'sha'} ||= &sha1_hex($self->{'script'})