blib/lib/Mail/Message/Construct/Text.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 7 | 57.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 1 | 0 | defined $_[0] && !ref($_[0]) |
line | l | !l | condition |
---|---|---|---|
62 | 2 | 4 | $self->get('Subject') || '' |
65 | 6 | 0 | $self->get('Content-Type', 0) || '' |