| blib/lib/Locale/Maketext/Utils/Phrase/Norm.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 341 | 34 | 0 | exists $conf->{'exclude_filters'}{$n} and $conf->{'exclude_filters'}{$n} |
| 341 | 0 | 0 | exists $conf->{'exclude_filters'}{$name} and $conf->{'exclude_filters'}{$name} | |
| 218 | 735 | 43 | 0 | not $filter_rc and $self->{'stop_filter_on_error'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 34 | 0 | 341 | exists $conf->{'exclude_filters'}{$n} and $conf->{'exclude_filters'}{$n} or exists $conf->{'exclude_filters'}{$name} and $conf->{'exclude_filters'}{$name} |
| 247 | 68 | 0 | 0 | $_[0]{'aggregate_result'} || $_[0]{'orig_str'} |