| blib/lib/Filter/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 6 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 198 | 0 | 65 | 3 | $terminator{'terminator'} and /$terminator{'terminator'}/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 179 | 0 | 0 | 0 | not ref $terminator or ref $terminator eq 'Regexp' |