| blib/lib/App/Milter/Limit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 14 | 28.5 |
| line | l | !l | condition |
|---|---|---|---|
| 58 | 0 | 4 | $conf->{'identity'} ||= "milter-limit" |
| 59 | 0 | 4 | $conf->{'facility'} ||= "mail" |
| 159 | 2 | 0 | $conf->{'max_children'} || 5 |
| 2 | 0 | $conf->{'max_requests_per_child'} || 100 | |
| 208 | 0 | 0 | $conf->{'reply'} || 'reject' |
| 209 | 0 | 0 | $conf->{'message'} || 'Message limit exceeded' |
| 210 | 0 | 0 | $conf->{'ignore'} || '' |