| blib/lib/Mail/Message/Construct/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 10 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 1 | builtin::blessed($_[1]) and $_[1]->isa("IO::Handle") |
| line | l | !l | condition |
|---|---|---|---|
| 46 | 0 | 0 | $pclass // "Mail::Box::Parser::Perl" |
| 73 | 0 | 16 | $pclass // "Mail::Box::Parser::Lines" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 1 | 0 | 1 | $ref eq "GLOB" or builtin::blessed($_[1]) and $_[1]->isa("IO::Handle") |