| blib/lib/Catalyst/Plugin/HTML/Scrubber.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 142 | 4 | 36 | 228 | $conf and $conf->{'ignore_params'} |
| 160 | 4 | 108 | 108 | $conf and $conf->{'ignore_values'} |
| 166 | 0 | 96 | 12 | defined $value and $value =~ /$ignore_value/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 24 | 87 | 36 | ref $conf ne "HASH" or $conf->{'auto'} |