Condition Coverage

blib/lib/Tie/Redis/Attribute.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 $data and not ref $data
67 0 0 0 *$glob{$type} and *$glob{$type} == $ref

or 2 conditions

line l !l condition
102 0 0 $args{'host'} || ''
0 0 $args{'port'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 (caller $c + 1)[3] || $pkg
102 0 0 0 $server{($args{'host'} || '') . ':' . ($args{'port'} || '')} ||= 'Tie::Redis'->new(%args)