| blib/lib/MIME/Signature.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 168 | 0 | 0 | @parts != 1 && 's' |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 65 | 0 | 0 | 0 | not defined $self->{'enriched'} and defined(my $plain = $self->plain) |
| 85 | 0 | 0 | 0 | not defined $self->{'html'} and defined(my $plain = $self->plain) |
| 87 | 0 | 0 | 0 | require HTML::Entities and 'HTML::Entities'->import('encode_entities') |
| 135 | 0 | 0 | 0 | require Encode and 'Encode'->import('encode_utf8') |
| 174 | 0 | 0 | 0 | /^content-/iu and $entity->head->delete($_) |
| 286 | 0 | 0 | 0 | $self->can($handler_method) and $self->$handler_method($entity) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 282 | 0 | 0 | 0 | shift() || $self->{'entity'} |