Condition Coverage

blib/lib/Email/Filter.pm
Criterion Covered Total %
condition 2 11 18.1


and 3 conditions

line !l l&&!r l&&r condition
81 0 0 0 $self->{'emergency'} and not $FAILING_GRACEFULLY

or 2 conditions

line l !l condition
146 0 1 $stuff{'noexit'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
92 1 0 0 $self->{'delivered'} or $self->{'giveup'}
0 0 0 $self->{'delivered'} or $self->{'giveup'} or not $self->{'emergency'}