Condition Coverage

blib/lib/Mail/Qmail/Filter/CheckDeliverability.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
19 0 0 0 require Qmail::Deliverable and 'Qmail::Deliverable'->import('dot_qmail')
42 0 0 0 $line =~ /^\|/u and defined $run_commands_matching
0 0 0 $line =~ /^\|/u and defined $run_commands_matching and $line =~ /$run_commands_matching/u
47 0 0 0 require Capture::Tiny and 'Capture::Tiny'->import('capture_merged')
66 0 0 0 do { $output ne $reject_text } && do { return $self->debug(qq[Different reject texts: "$reject_text" vs. "$output"]) }