blib/lib/MIME/Signature.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | l | !l | condition |
---|---|---|---|
157 | 0 | 0 | @parts != 1 && 's' |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | not defined $self->{'enriched'} and defined(my $plain = $self->plain) |
74 | 0 | 0 | 0 | not defined $self->{'html'} and defined(my $plain = $self->plain) |
76 | 0 | 0 | 0 | require HTML::Entities and 'HTML::Entities'->import('encode_entities') |
124 | 0 | 0 | 0 | require Encode and 'Encode'->import('encode_utf8') |
163 | 0 | 0 | 0 | /^content-/iu and $entity->head->delete($_) |
275 | 0 | 0 | 0 | $self->can($handler_method) and $self->$handler_method($entity) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
271 | 0 | 0 | 0 | shift() || $self->{'entity'} |