Condition Coverage

blib/lib/Sub/Parameters.pm
Criterion Covered Total %
condition 4 16 25.0


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 2 $$frame{'sub'} and $sub == $$frame{'sub'}

or 2 conditions

line l !l condition
20 10 2 $data ||= 'positional'
67 0 2 $data ||= 'copy'

or 3 conditions

line l !l&&r !l&&!r condition
88 0 0 0 $sigil eq '@' or $sigil eq '%'
90 0 0 0 ref $value eq 'ARRAY' or croak("can't assign non-arrayref to '$sigil${name}'")
92 0 0 0 ref $value eq 'HASH' or croak("can't assign non-hashref to '$sigil${name}'")