Branch Coverage

blib/lib/Biblio/ILL/ISO/RetryResults.pm
Criterion Covered Total %
branch 9 40 22.5


line true false branch
77 1 0 if (@_)
80 0 1 unless $reason
81 0 1 unless ref $reason eq 'Biblio::ILL::ISO::ReasonNotAvailable'
83 1 0 if ($replydate)
84 0 1 unless ref $replydate eq 'Biblio::ILL::ISO::ISODate'
86 1 0 if ($locations)
87 0 1 unless ref $locations eq 'Biblio::ILL::ISO::LocationInfoSequence'
91 1 0 if $replydate
92 1 0 if $locations
117 0 0 unless $reason
118 0 0 unless ref $reason eq 'Biblio::ILL::ISO::ReasonNotAvailable'
120 0 0 if ($replydate)
121 0 0 unless ref $replydate eq 'Biblio::ILL::ISO::ISODate'
123 0 0 if ($locations)
124 0 0 unless ref $locations eq 'Biblio::ILL::ISO::LocationInfoSequence'
128 0 0 if $replydate
129 0 0 if $locations
151 0 0 if ($k =~ /^reason-not-available$/) { }
0 0 elsif ($k =~ /^retry-date$/) { }
0 0 elsif ($k =~ /^locations$/) { }