blib/lib/Postfix/ContentFilter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 24 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 2 | 0 | 0 | $options and $$options{'parser'} |
39 | 2 | 0 | 2 | defined $$self{'parser'} and not defined $ptype |
95 | 0 | 0 | 2 | blessed $entity and $entity->isa($$self{'entity'}) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 2 | 0 | 0 | $ptype || ('MIME::Parser', 'Mail::Message') |
72 | 0 | 2 | 0 | ref $parser || $parser |
86 | 0 | 0 | 0 | ref $parser || $parser |
111 | 1 | 1 | 0 | ref $parser || $parser |
129 | 1 | 1 | 0 | ref $parser || $parser |