Condition Coverage

blib/lib/String/Interpolate/Named.pm
Criterion Covered Total %
condition 22 29 75.8


and 3 conditions

line !l l&&!r l&&r condition
358 0 36 30 $i->{'op'} eq "=" and $val eq $test

or 2 conditions

line l !l condition
208 1 1 $ctl //= {}
241 0 274 $ctl->{'maxiter'} // 16
242 40 234 $ctl->{'activator'} // "%"
314 220 0 $i->{'key'} // ""
357 66 0 $i->{'test'} // ""
359 24 6 $i->{'then'} // ""
362 24 12 $i->{'else'} // ""
368 45 59 $i->{'then'} // ""
0 59 $i->{'else'} // ""
372 19 31 $i->{'else'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
243 6 268 0 $ctl->{'keypattern'} // qr/\w+[-_\w.]*/
347 19 117 0 $ctl->{'separator'} // $"