blib/lib/Mail/DKIM/TextWrap.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 14 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 452 | 3 | 16 | defined $break_before and $self->{'word'} =~ s/^(.+?)($break_before)/$2/s |
63 | 31 | 361 | defined $break_after and $self->{'word'} =~ s/^(.*?)($break_after)//s | |
95 | 22 | 293 | 84 | defined $swallow and $word =~ s/($swallow)$//s |
105 | 350 | 2 | 47 | $new_pos > $self->{'Margin'} and $self->{'may_break'} |
line | l | !l | condition |
---|---|---|---|
25 | 8 | 1 | $self->{'Output'} ||= \*STDOUT |