blib/lib/Pgtools/Kill.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $self->print and not $self->kill |
89 | 3 | 2 | 4 | $self->match_state ne '' and $row{'state'} ne $self->match_state |
92 | 0 | 4 | 1 | $self->match_query ne '' and not $row{'query'} =~ /$self->{'match_query'}/im |
95 | 4 | 0 | 0 | $self->ignore_match_state ne '' and $row{'state'} eq $self->ignore_match_state |
98 | 3 | 0 | 1 | $self->ignore_match_query ne '' and $row{'query'} =~ /$self->{'ignore_match_query'}/im |