Branch Coverage

blib/lib/Biblio/ILL/ISO/ErrorReport.pm
Criterion Covered Total %
branch 8 38 21.0


line true false branch
84 1 0 if (@_)
87 0 1 unless $corr
88 0 1 if (ref $corr eq 'Biblio::ILL::ISO::ILLString') { }
94 0 1 unless $report_source
95 0 1 if (ref $report_source eq 'Biblio::ILL::ISO::ReportSource') { }
101 0 1 unless $report
102 0 1 if (ref $report eq 'Biblio::ILL::ISO::UserErrorReport') { }
1 0 elsif (ref $report eq 'Biblio::ILL::ISO::ProviderErrorReport') { }
134 0 0 unless $corr
135 0 0 if (ref $corr eq 'Biblio::ILL::ISO::ILLString') { }
141 0 0 unless $report_source
142 0 0 if (ref $report_source eq 'Biblio::ILL::ISO::ReportSource') { }
148 0 0 unless $report
149 0 0 if (ref $report eq 'Biblio::ILL::ISO::UserErrorReport') { }
0 0 elsif (ref $report eq 'Biblio::ILL::ISO::ProviderErrorReport') { }
177 0 0 if ($k =~ /^correlation-information$/) { }
0 0 elsif ($k =~ /^report-source$/) { }
0 0 elsif ($k =~ /^user-error-report$/) { }
0 0 elsif ($k =~ /^provider-error-report$/) { }