| blib/lib/SpamcupNG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | exists $data->{'ExecutionOptions'}{$opt} and $data->{'ExecutionOptions'}{$opt} eq 'y' |
| 261 | 0 | 0 | 0 | $last_seen and $nextid eq $last_seen |
| 369 | 0 | 0 | 0 | $send and $send eq 'on' || $type =~ /^mole/ && $send == 1 |
| 406 | 0 | 0 | 0 | $reply and not $reply =~ /^y/i |
| 432 | 0 | 0 | 0 | $reply and not $reply =~ /^y/i |
| line | l | !l | condition |
|---|---|---|---|
| 543 | 0 | 0 | $1 || "-none-\n" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 369 | 0 | 0 | 0 | $send eq 'on' || $type =~ /^mole/ && $send == 1 |