Condition Coverage

blib/lib/Exporter/Renaming.pm
Criterion Covered Total %
condition 18 28 64.2


and 3 conditions

line !l l&&!r l&&r condition
44 0 1 15 $key and $key eq 'Renaming'
1 0 15 $key and $key eq 'Renaming' and ref $renamings eq 'ARRAY'
64 0 0 1 $key and $key eq 'Renaming'
0 0 1 $key and $key eq 'Renaming' and ref $renamings eq 'ARRAY'
127 30 38 2 $type and not $type =~ /[\$\@%&*]/

or 2 conditions

line l !l condition
91 8 10 $old_type || $new_type || '&'
134 14 0 $type ||= '&'

or 3 conditions

line l !l&&r !l&&!r condition
78 20 1 0 $new_sym ||= $old_sym
92 3 15 0 $old_type ||= $type
93 7 11 0 $new_type ||= $type