| blib/lib/String/Interpolate/Named.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 32 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 312 | 2 | 0 | 3 | $inx > 0 and $inx <= @$val |
| 332 | 0 | 36 | 30 | $i->{'op'} eq '=' and $val eq $test |
| line | l | !l | condition |
|---|---|---|---|
| 206 | 1 | 1 | $ctl //= {} |
| 239 | 0 | 228 | $ctl->{'maxiter'} // 16 |
| 240 | 40 | 188 | $ctl->{'activator'} // '%' |
| 293 | 219 | 0 | $i->{'key'} // '' |
| 331 | 66 | 0 | $i->{'test'} // '' |
| 333 | 24 | 6 | $i->{'then'} // '' |
| 336 | 24 | 12 | $i->{'else'} // '' |
| 342 | 45 | 59 | $i->{'then'} // '' |
| 0 | 59 | $i->{'else'} // '' | |
| 346 | 19 | 30 | $i->{'else'} // '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 241 | 6 | 222 | 0 | $ctl->{'keypattern'} // qr/\w+[-_\w.]*/ |
| 321 | 19 | 117 | 0 | $ctl->{'separator'} // $" |