| blib/lib/String/Interpolate/Named.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 32 | 81.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 470 | 0 | 36 | 40 | $i->{'op'} eq "=" and $val eq $test |
| line | l | !l | condition |
|---|---|---|---|
| 295 | 1 | 1 | $ctl //= {} |
| 328 | 0 | 434 | $ctl->{'maxiter'} // 16 |
| 329 | 40 | 394 | $ctl->{'activator'} // "%" |
| 402 | 395 | 0 | $i->{'key'} // "" |
| 444 | 145 | 250 | $i->{'fmt'} // "" |
| 469 | 76 | 0 | $i->{'test'} // "" |
| 471 | 34 | 6 | $i->{'then'} // "" |
| 474 | 24 | 12 | $i->{'else'} // "" |
| 481 | 24 | 41 | $i->{'else'} // "" |
| 499 | 20 | 35 | $str //= " " |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 330 | 6 | 428 | 0 | $ctl->{'keypattern'} // qr/\w+[-_\w.]*/ |
| 435 | 33 | 197 | 0 | $ctl->{'separator'} // $" |
| 478 | 65 | 188 | 1 | $i->{'then'} // $val |