| blib/lib/MIME/Decoder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | l | !l | condition |
|---|---|---|---|
| 166 | 198 | 0 | $encoding || '' |
| 421 | 2 | 0 | open2(my $child_out, my $child_in, @cmd) || die("@{cmd}: open2 failed: $!") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 206 | 0 | 0 | 0 | $class->new('binary') || croak('ack! no binary decoder!') |
| 432 | 12 | 0 | 0 | defined $read or defined $write |
| 464 | 10 | 0 | 2 | $rsel->count or $wsel->count |