| blib/lib/Text/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 24 | 41.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 491 | 12 | 0 | 0 | $handler =~ /=/ and $handler->isa('IO::File') |
| 545 | 15 | 0 | 0 | $handler =~ /=/ and $handler->isa('IO::File') |
| 589 | 15 | 0 | 0 | ref $postread and ref $postread eq 'CODE' |
| 611 | 15 | 0 | 0 | ref $prewrite and ref $prewrite eq 'CODE' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 589 | 0 | 11 | 4 | $postread eq 'none' or $postread eq '0' |
| 4 | 0 | 0 | $postread eq 'chomp' or $postread eq '1' | |
| 611 | 0 | 11 | 4 | $prewrite eq 'none' or $prewrite eq '0' |
| 4 | 0 | 0 | $prewrite eq 'newline' or $prewrite eq '1' |