Condition Coverage

blib/lib/Net/Delicious.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
1078 0 0 0 $required and not exists $$args{$param}
1083 0 0 0 $type and $type eq 'no'
1354 0 0 0 ref $res eq 'HASH' and exists $$res{'code'}
0 0 0 ref $res eq 'HASH' and exists $$res{'code'} and $$res{'code'} eq 'done'

or 2 conditions

line l !l condition
713 0 0 $args ||= {}