Branch Coverage

blib/lib/App/SpamcupNG/Error/Factory.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
62 0 6 unless ref $message_ref eq "ARRAY" and scalar @{$message_ref;} > 0
64 1 5 if $message_ref->[0] =~ /$mailhost_regex/
67 1 4 if $message_ref->[0] =~ /$bounce_regex/
70 1 3 if $message_ref->[0] =~ /$login_failed_regex/
73 0 3 if $is_fatal
77 1 5 if ($message_ref->[0] =~ /$regex/)