blib/lib/Mail/Karmasphere/Parser/RBL/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 21 | 30 | 70.0 |
line | true | false | branch |
---|---|---|---|
10 | 0 | 2 | $#_ == 0 ? : |
37 | 15 | 29 | if /^\#/ |
38 | 0 | 29 | if /^\@/ |
39 | 6 | 23 | if /^\$/ |
40 | 2 | 21 | if /^\:/ |
41 | 1 | 20 | if s/^!// |
42 | 0 | 21 | unless /\S/ |
50 | 0 | 21 | unless my($type, $stream, $identity) = $self->tweaks(@F) |
52 | 0 | 21 | if $self->debug |
54 | 9 | 12 | defined $additional ? : |
21 | 0 | defined $type ? : | |
86 | 21 | 0 | defined $$self{'Value'} ? : |
89 | 1 | 20 | if $$self{'is_exclusion'} |
102 | 2 | 0 | if $default_a |
103 | 2 | 0 | if $default_txt |