| blib/lib/Courriel.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 21 | 47.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 152 | 0 | 0 | 0 | $plain_body and $html_body |
| 217 | 0 | 0 | 5 | defined $possible and length $possible |
| 239 | 0 | 0 | 7 | defined $received and length $received |
| 476 | 0 | 0 | 36 | defined $boundary and length $boundary |
| 513 | 21 | 12 | 3 | defined $preamble && length $preamble && $preamble =~ /\S/ |
| 30 | 0 | 6 | defined $epilogue && length $epilogue && $epilogue =~ /\S/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 455 | 132 | 11 | 0 | $ct[0] // $fake_ct |