| line | % | coverage | branch |
| 116 | 0 | T | F | if ($cgi->param('id_type') eq 'item') { } |
| 126 | 0 | T | F | if ($msg) |
| 127 | 0 | T | F | if ($location) |
| 136 | 0 | T | F | if ($biblioitem) { } |
| 185 | 0 | T | F | if ($cgi->param('schema') and $cgi->param('schema') ne 'MARCXML') |
| 196 | 0 | T | F | if (not $$biblioitem{'biblionumber'}) |
| 251 | 0 | T | F | if ($cgi->param('schema') and $cgi->param('schema') ne 'MARCXML') |
| 289 | 0 | T | F | if (not $$borrower{'borrowernumber'}) |
| 295 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 319 | 0 | T | F | unless (C4::Auth::checkpw('C4::Context'->dbh, $cgi->param('username'), $cgi->param('password'))) |
| 360 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 370 | 0 | T | F | if ($cgi->param('show_contact') eq '0') |
| 387 | 0 | T | F | if ($cgi->param('show_fines') eq '1') |
| 396 | 0 | T | F | if ($cgi->param('show_holds') eq '1') |
| 420 | 0 | T | F | if ($cgi->param('show_loans') eq '1') |
| 445 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 474 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 479 | 0 | T | F | unless $$item{'itemnumber'} |
| 486 | 0 | T | F | if ($canbookbereserved) |
| 489 | 0 | T | F | if ($canitembereserved) |
| 500 | 0 | T | F | if (grep {$itemnumber eq $_;} @reserveditems) |
| 506 | 0 | T | F | if ($renewal[0]) |
| 512 | 0 | T | F | if $barcode and 'C4::Context'->preference('itemBarcodeInputFilter') |
| 513 | 0 | T | F | if ($barcode) |
| 546 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 551 | 0 | T | F | unless $$item{'itemnumber'} |
| 555 | 0 | T | F | if ($renewal[0]) |
| 596 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 601 | 0 | T | F | unless $$biblio{'biblionumber'} |
| 606 | 0 | T | F | unless CanBookBeReserved($borrowernumber, $biblionumber) |
| 611 | 0 | T | F | if ($cgi->param('pickup_location')) { } |
| 614 | 0 | T | F | unless $$branches{$branch} |
| 661 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 666 | 0 | T | F | unless $$biblio{'biblionumber'} |
| 673 | 0 | T | F | unless $$item{'itemnumber'} |
| 676 | 0 | T | F | if $$item{'biblionumber'} ne $$biblio{'biblionumber'} |
| 681 | 0 | T | F | unless $canbookbereserved and $canitembereserved |
| 686 | 0 | T | F | if ($cgi->param('pickup_location')) { } |
| 689 | 0 | T | F | unless $$branches{$branch} |
| 698 | 0 | T | F | unless 'C4::Context'->preference('ReservesNeedReturns') |
| 699 | 0 | T | F | if ($$item{'holdingbranch'} eq $branch) |
| 700 | 0 | T | F | unless 'C4::Context'->preference('ReservesNeedReturns') |
| 735 | 0 | T | F | unless $$borrower{'borrowernumber'} |
| 740 | 0 | T | F | unless $$item{'itemnumber'} |
| 752 | 0 | T | F | unless do {
$itemnumber eq $_
}->any(@reserveditems) |