Branch Coverage

blib/lib/Email/Sender/Failure/Multi.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
32 9 0 if wantarray
33 0 0 unless defined wantarray
43 3 0 if wantarray
44 0 0 unless defined wantarray
60 4 25 if ($class eq 'Email::Sender::Failure::Permanent' or $class eq 'Email::Sender::Failure::Temporary')
66 3 1 if @failures == grep({$_->isa($class);} @failures)