Branch Coverage

blib/lib/Biblio/ILL/ISO/ResultsExplanation.pm
Criterion Covered Total %
branch 2 44 4.5


line true false branch
100 1 0 if (@_)
102 1 0 if (ref $resex eq 'Biblio::ILL::ISO::ConditionalResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::RetryResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::UnfilledResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::LocationsResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::WillSupplyResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::HoldPlacedResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::EstimateResults') { }
143 0 0 if (ref $resex eq 'Biblio::ILL::ISO::ConditionalResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::RetryResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::UnfilledResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::LocationsResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::WillSupplyResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::HoldPlacedResults') { }
0 0 elsif (ref $resex eq 'Biblio::ILL::ISO::EstimateResults') { }
181 0 0 if ($k =~ /^conditional-results$/) { }
0 0 elsif ($k =~ /^retry-results$/) { }
0 0 elsif ($k =~ /^unfilled-results$/) { }
0 0 elsif ($k =~ /^locations-results$/) { }
0 0 elsif ($k =~ /^will-supply-results$/) { }
0 0 elsif ($k =~ /^hold-placed-results$/) { }
0 0 elsif ($k =~ /^estimate-results$/) { }