Branch Coverage

File:C4/Suggestions.pm
Coverage:0.0%

line%coveragebranch
1200TFif (my $s = $$suggestion{$_}) { }
1280TFif ('C4::Context'->preference('IndependantBranches'))
1290TFif ($userenv)
1300TFif ($$userenv{'flags'} % 2 != 1 and not $$suggestion{'branchcode'})
1430TFif ($$suggestion{$field}) { }
1570TFif ($$suggestion{$from} or $$suggestion{$to})
1630TFif $debug
3080TFif ('C4::Context'->preference('IndependantBranches') or $branchcode)
3100TFif ($userenv)
3110TFunless ($$userenv{'flags'} % 2 == 1)
3160TFif ($branchcode)
3580TFif ('C4::Context'->preference('IndependantBranches')) { }
3600TFif ($$userenv{'flags'} % 2 == 1) { }
4040TFunless $$suggestion{'STATUS'}
4250TFif ($$suggestion{'STATUS'})
4280TFif (my $letter = C4::Letters::GetPreparedLetter('module', 'suggestions', 'letter_code', $$full_suggestion{'STATUS'}, 'branchcode', $$full_suggestion{'branchcode'}, 'tables', {'branches', $$full_suggestion{'branchcode'}, 'borrowers', $$full_suggestion{'suggestedby'}, 'suggestions', $full_suggestion, 'biblio', $$full_suggestion{'biblionumber'}}))
4390TFunless &C4::Letters::EnqueueLetter({'letter', $letter, 'borrowernumber', $$full_suggestion{'suggestedby'}, 'suggestionid', $$full_suggestion{'suggestionid'}, 'LibraryName', 'C4::Context'->preference('LibraryName'), 'message_transport_type', 'email'})
4910TFif ($type eq 'intranet' or $suggestedby eq $borrowernumber)
5100TFif not $days