| blib/lib/Text/OutputFilter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 99 | 16 | 1 | 0 | ref $io eq 'GLOB' and ref *{$io;}{'IO'} eq 'IO::Handle' |
| 107 | 4 | 1 | 1 | defined $fno and $fno >= 0 |
| 188 | 0 | 9 | 3 | defined $line and $line ne '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 93 | 2 | 1 | 22 | ref $lm or not $lm =~ /^\d+$/ |