Condition Coverage

inc/Pegex/Parser.pm
Criterion Covered Total %
condition 17 31 54.8


and 3 conditions

line !l l&&!r l&&r condition
113 290 269 20 not $count and $min == 0
559 20 0 not $count and $min == 0 and $kind eq 'all'
126 269 310 0 $count >= $min && (!$max || $count <= $max)

or 2 conditions

line l !l condition
18 0 1 $$self{'throw_on_error'} ||= 1
221 0 0 $$self{'indent'} ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
49 2 0 0 $$self{'grammar'}{'tree'} ||= $$self{'grammar'}->make_tree
51 2 0 0 $start || $$self{'grammar'}{'tree'}{'+toprule'} || $$self{'grammar'}{'tree'}{'TOP'} & 'TOP'
84 0 0 2 not $match or $$self{'position'} < length ${$$self{'buffer'};}
128 262 7 310 not $result or $assertion
188 7 7 125 $$elem{'+asr'} or $$elem{'-skip'}
273 0 0 0 $position ||= $$self{'position'}