line | % | coverage | branch |
115 | 0 | T | F | if ($cgi->param('id_type') eq 'item') { } |
125 | 0 | T | F | if ($msg) |
126 | 0 | T | F | if ($location) |
135 | 0 | T | F | if ($biblioitem) { } |
184 | 0 | T | F | if ($cgi->param('schema') and $cgi->param('schema') ne 'MARCXML') |
195 | 0 | T | F | if (not $$biblioitem{'biblionumber'}) |
250 | 0 | T | F | if ($cgi->param('schema') and $cgi->param('schema') ne 'MARCXML') |
288 | 0 | T | F | if (not $$borrower{'borrowernumber'}) |
294 | 0 | T | F | unless $$borrower{'borrowernumber'} |
318 | 0 | T | F | unless (C4::Auth::checkpw('C4::Context'->dbh, $cgi->param('username'), $cgi->param('password'))) |
359 | 0 | T | F | unless $$borrower{'borrowernumber'} |
369 | 0 | T | F | if ($cgi->param('show_contact') eq '0') |
386 | 0 | T | F | if ($cgi->param('show_fines') eq '1') |
395 | 0 | T | F | if ($cgi->param('show_holds') eq '1') |
419 | 0 | T | F | if ($cgi->param('show_loans') eq '1') |
444 | 0 | T | F | unless $$borrower{'borrowernumber'} |
473 | 0 | T | F | unless $$borrower{'borrowernumber'} |
478 | 0 | T | F | unless $$item{'itemnumber'} |
485 | 0 | T | F | if ($canbookbereserved) |
488 | 0 | T | F | if ($canitembereserved) |
499 | 0 | T | F | if (grep {$itemnumber eq $_;} @reserveditems) |
505 | 0 | T | F | if ($renewal[0]) |
511 | 0 | T | F | if $barcode and 'C4::Context'->preference('itemBarcodeInputFilter') |
512 | 0 | T | F | if ($barcode) |
545 | 0 | T | F | unless $$borrower{'borrowernumber'} |
550 | 0 | T | F | unless $$item{'itemnumber'} |
554 | 0 | T | F | if ($renewal[0]) |
595 | 0 | T | F | unless $$borrower{'borrowernumber'} |
600 | 0 | T | F | unless $$biblio{'biblionumber'} |
605 | 0 | T | F | unless CanBookBeReserved($borrowernumber, $biblionumber) |
610 | 0 | T | F | if ($cgi->param('pickup_location')) { } |
613 | 0 | T | F | unless $$branches{$branch} |
660 | 0 | T | F | unless $$borrower{'borrowernumber'} |
665 | 0 | T | F | unless $$biblio{'biblionumber'} |
672 | 0 | T | F | unless $$item{'itemnumber'} |
675 | 0 | T | F | if $$item{'biblionumber'} ne $$biblio{'biblionumber'} |
680 | 0 | T | F | unless $canbookbereserved and $canitembereserved |
685 | 0 | T | F | if ($cgi->param('pickup_location')) { } |
688 | 0 | T | F | unless $$branches{$branch} |
697 | 0 | T | F | unless 'C4::Context'->preference('ReservesNeedReturns') |
698 | 0 | T | F | if ($$item{'holdingbranch'} eq $branch) |
699 | 0 | T | F | unless 'C4::Context'->preference('ReservesNeedReturns') |
734 | 0 | T | F | unless $$borrower{'borrowernumber'} |
739 | 0 | T | F | unless $$item{'itemnumber'} |
751 | 0 | T | F | unless do {
$itemnumber eq $_
}->any(@reserveditems) |