Branch Coverage

blib/lib/Biblio/ILL/ISO/UserErrorReport.pm
Criterion Covered Total %
branch 4 26 15.3


line true false branch
82 1 0 if (@_)
85 0 1 if (ref $objref eq 'Biblio::ILL::ISO::AlreadyForwarded') { }
0 1 elsif (ref $objref eq 'Biblio::ILL::ISO::IntermediaryProblem') { }
1 0 elsif (ref $objref eq 'Biblio::ILL::ISO::SecurityProblem') { }
0 0 elsif (ref $objref eq 'Biblio::ILL::ISO::UnableToPerform') { }
122 0 0 if (ref $objref eq 'Biblio::ILL::ISO::AlreadyForwarded') { }
0 0 elsif (ref $objref eq 'Biblio::ILL::ISO::IntermediaryProblem') { }
0 0 elsif (ref $objref eq 'Biblio::ILL::ISO::SecurityProblem') { }
0 0 elsif (ref $objref eq 'Biblio::ILL::ISO::UnableToPerform') { }
154 0 0 if ($k =~ /^already-forwarded$/) { }
0 0 elsif ($k =~ /^intermediary-problem$/) { }
0 0 elsif ($k =~ /^security-problem$/) { }
0 0 elsif ($k =~ /^unable-to-perform$/) { }