Condition Coverage

inc/Pegex/Parser.pm
Criterion Covered Total %
condition 19 31 61.2


and 3 conditions

line !l l&&!r l&&r condition
113 485 978 40 not $count and $min == 0
1463 36 4 not $count and $min == 0 and $kind eq 'all'
126 978 525 0 $count >= $min && (!$max || $count <= $max)

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
49 2 12 0 $$self{'grammar'}{'tree'} ||= $$self{'grammar'}->make_tree
51 14 0 0 $start || $$self{'grammar'}{'tree'}{'+toprule'} || $$self{'grammar'}{'tree'}{'TOP'} & 'TOP'
84 0 0 14 not $match or $$self{'position'} < length ${$$self{'buffer'};}
128 958 20 525 not $result or $assertion
188 20 3 191 $$elem{'+asr'} or $$elem{'-skip'}
273 0 0 0 $position ||= $$self{'position'}