Branch Coverage

blib/lib/Biblio/ILL/ISO/StatusReport.pm
Criterion Covered Total %
branch 5 22 22.7


line true false branch
73 2 0 if (@_)
76 0 2 unless $user_status
77 0 2 unless ref $user_status eq 'Biblio::ILL::ISO::HistoryReport'
79 0 2 unless $provider_status
80 0 2 unless ref $provider_status eq 'Biblio::ILL::ISO::CurrentState'
107 0 0 unless $user_status
108 0 0 unless ref $user_status eq 'Biblio::ILL::ISO::HistoryReport'
110 0 0 unless $provider_status
111 0 0 unless ref $provider_status eq 'Biblio::ILL::ISO::CurrentState'
136 0 0 if ($k =~ /^user-status-report$/) { }
0 0 elsif ($k =~ /^provider-status-report$/) { }