| blib/lib/Mail/SpamAssassin/Timeout.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 21 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 154 | 1996 | 29 | 0 | defined $secs and $secs < 0 |
| 197 | 113 | 1907 | 1 | $oldalarm and $oldalarm < $secs |
| 251 | 2005 | 8 | 12 | defined $eval_stat and $eval_stat =~ /__alarm__ignore__\Q($id)\E/ |
| 279 | 13 | 1997 | 15 | not $and_catch and defined $eval_stat |
| 2010 | 12 | 3 | not $and_catch and defined $eval_stat and not $eval_stat =~ /__alarm__ignore__\Q($id)\E/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 95 | 0 | 2025 | 0 | ref $class || $class |
| 161 | 1992 | 2 | 14 | not defined $secs or $dt < $secs |