blib/lib/Mail/Qmail/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | @_ and "HASH" eq ref $_[0] |
93 | 0 | 0 | 0 | $self->skip_if and $self->skip_if->($self) |
95 | 0 | 0 | 0 | exists $ENV{'RELAYCLIENT'} and $self->skip_if_relayclient |
112 | 0 | 0 | 0 | my $skip_for_from = $self->skip_for_from and my $from = $self->message->header_from |
137 | 0 | 0 | 0 | ref $reject_text and "CODE" eq ref $reject_text |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
136 | 0 | 0 | 0 | shift() // $self->reject_text |