| blib/lib/App/SpamcupNG.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 27 | 25.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 107 | 0 | 3 | 2 | exists $data->{'ExecutionOptions'}{$opt} and $data->{'ExecutionOptions'}{$opt} eq "y" |
| 196 | 0 | 0 | 1 | defined $level and $level ne "" |
| 198 | 0 | 0 | 1 | defined $log_file and $log_file ne "" |
| 349 | 1 | 0 | 0 | $last_seen and $next_id eq $last_seen |
| 484 | 0 | 0 | 1 | $send and $send eq 'on' || $type =~ /^mole/ && $send == 1 |
| 520 | 0 | 0 | 0 | $logger->is_debug and $form |
| 534 | 0 | 0 | 0 | $reply and not $reply =~ /^y/i |
| 561 | 0 | 0 | 0 | $reply and not $reply =~ /^y/i |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 484 | 1 | 0 | 0 | $send eq 'on' || $type =~ /^mole/ && $send == 1 |