| blib/lib/String/Interpolate/Named.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 28 | 78.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 358 | 0 | 36 | 30 | $i->{'op'} eq "=" and $val eq $test |
| line | l | !l | condition |
|---|---|---|---|
| 208 | 1 | 1 | $ctl //= {} |
| 241 | 0 | 289 | $ctl->{'maxiter'} // 16 |
| 242 | 40 | 249 | $ctl->{'activator'} // "%" |
| 314 | 245 | 0 | $i->{'key'} // "" |
| 357 | 66 | 0 | $i->{'test'} // "" |
| 359 | 24 | 6 | $i->{'then'} // "" |
| 362 | 24 | 12 | $i->{'else'} // "" |
| 369 | 24 | 31 | $i->{'else'} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 243 | 6 | 283 | 0 | $ctl->{'keypattern'} // qr/\w+[-_\w.]*/ |
| 347 | 22 | 133 | 0 | $ctl->{'separator'} // $" |
| 366 | 65 | 58 | 1 | $i->{'then'} // $val |