| blib/lib/Text/Modify/Rule.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 16 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 11 | $txt and $txt->isa('Text::Buffer') |
| 217 | 10 | 0 | 1 | $$self{'ifmissing'} and $$self{'matchcount'} == 0 |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 8 | 2 | $opts{'type'} || 'regex' |
| 111 | 9 | 2 | $$self{'matchcount'} || 0 |
| 1 | 10 | $$self{'addcount'} || 0 | |
| 0 | 11 | $$self{'deletecount'} || 0 | |
| 9 | 2 | $$self{'replacecount'} || 0 |