Condition Coverage

blib/lib/Method/Signatures/Simple/ParseKeyword.pm
Criterion Covered Total %
condition 18 26 69.2


and 3 conditions

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

or 2 conditions

line l !l condition
26 3 13 delete $args{'invocant'} || '$self'

or 3 conditions

line l !l&&r !l&&!r condition
27 2 1 13 delete $args{'name'} || delete $args{'method_keyword'}
31 3 2 11 defined $meth or defined $func
70 0 14 3 $invocant ||= $MAP{$keyword}
140 16 2 1 $sigil eq "\$" or $sigil eq "\@"
18 1 0 $sigil eq "\$" or $sigil eq "\@" or $sigil eq "%"
145 2 1 16 $sigil eq "\@" or $sigil eq "%"
171 0 0 0 lex_peek() eq ")" or lex_peek() eq ","