Condition Coverage

lib/Term/ReadLine/Perl5/OO/Keymap.pm
Criterion Covered Total %
condition 5 20 25.0


and 3 conditions

line !l l&&!r l&&r condition
63 0 0 0 defined $func_tuple and $func_tuple->[0] eq 'PrefixMeta'
67 0 0 0 defined $func_tuple and $^W
79 2 0 0 defined $func_tuple and $func_tuple->[0] ne 'F_PrefixMeta'
2 0 0 defined $func_tuple and $func_tuple->[0] ne 'F_PrefixMeta' and $function ne 'PrefixMeta'
216 2 0 2 defined($keyseq = shift @_) and defined($func = shift @_)
225 0 0 0 $ord >= 33 and $ord < 127

or 2 conditions

line l !l condition
55 2 0 shift @keys || 0