Condition Coverage

blib/lib/Text/Fragment.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
305 11 0 1 $good_pattern and $text =~ /$good_pattern/
321 7 0 1 $replace_pattern and $text =~ /($replace_pattern)/

or 2 conditions

line l !l condition
69 27 6 $args{'id'} // ''
124 18 0 shift() // ''
181 2 33 $args{'label'} || 'FRAGMENT'
195 6 28 $args{'attrs'} // {}
211 11 22 $args{'comment_style'} // 'shell'

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 6 $c eq '\\' or $c eq '"'
159 2 0 10 $f{'is_multi'} or $pl =~ /\R/