Branch Coverage

blib/lib/Biblio/ILL/ISO/UnfilledResults.pm
Criterion Covered Total %
branch 5 26 19.2


line true false branch
73 1 0 if (@_)
76 0 1 unless $reason
77 0 1 unless ref $reason eq 'Biblio::ILL::ISO::ReasonUnfilled'
79 0 1 if ($locations)
80 0 0 unless ref $locations eq 'Biblio::ILL::ISO::LocationInfoSequence'
84 0 1 if $locations
108 0 0 unless $reason
109 0 0 unless ref $reason eq 'Biblio::ILL::ISO::ReasonUnfilled'
111 0 0 if ($locations)
112 0 0 unless ref $locations eq 'Biblio::ILL::ISO::LocationInfoSequence'
116 0 0 if $locations
138 0 0 if ($k =~ /^reason-unfilled$/) { }
0 0 elsif ($k =~ /^locations$/) { }