Condition Coverage

blib/lib/Method/Signatures/Simple/ParseKeyword.pm
Criterion Covered Total %
condition 20 29 68.9


and 3 conditions

line !l l&&!r l&&r condition
202 0 0 0 $count and length $c

or 2 conditions

line l !l condition
27 3 15 delete $args{'invocant'} || '$self'

or 3 conditions

line l !l&&r !l&&!r condition
26 2 16 0 delete $args{'into'} || $caller
28 2 1 15 delete $args{'name'} || delete $args{'method_keyword'}
32 3 2 13 defined $meth or defined $func
76 0 16 3 $invocant ||= $MAP{$keyword}
146 18 2 2 $sigil eq "\$" or $sigil eq "\@"
20 2 0 $sigil eq "\$" or $sigil eq "\@" or $sigil eq "%"
151 2 2 18 $sigil eq "\@" or $sigil eq "%"
177 0 0 0 lex_peek() eq ")" or lex_peek() eq ","