line | % | coverage | branch |
120 | 0 | T | F | if (my $s = $$suggestion{$_}) { } |
128 | 0 | T | F | if ('C4::Context'->preference('IndependantBranches')) |
129 | 0 | T | F | if ($userenv) |
130 | 0 | T | F | if ($$userenv{'flags'} % 2 != 1 and not $$suggestion{'branchcode'}) |
143 | 0 | T | F | if ($$suggestion{$field}) { } |
157 | 0 | T | F | if ($$suggestion{$from} or $$suggestion{$to}) |
163 | 0 | T | F | if $debug |
308 | 0 | T | F | if ('C4::Context'->preference('IndependantBranches') or $branchcode) |
310 | 0 | T | F | if ($userenv) |
311 | 0 | T | F | unless ($$userenv{'flags'} % 2 == 1) |
316 | 0 | T | F | if ($branchcode) |
358 | 0 | T | F | if ('C4::Context'->preference('IndependantBranches')) { } |
360 | 0 | T | F | if ($$userenv{'flags'} % 2 == 1) { } |
404 | 0 | T | F | unless $$suggestion{'STATUS'} |
425 | 0 | T | F | if ($$suggestion{'STATUS'}) |
429 | 0 | T | F | if ($letter) |
441 | 0 | T | F | if (not $enqueued) |
487 | 0 | T | F | if ($type eq 'intranet' or $suggestedby eq $borrowernumber) |
506 | 0 | T | F | if not $days |