| line | % | coverage | condition |
| 123 | 0 | | 'C4::Context'->preference('IndependantBranches') and $branchcode |
| 195 | 0 | | $borrowernumber and $borrowernumber =~ /^\d+$/ |
| 258 | 0 | | $type eq 'claimacquisition' or $type eq 'claimissues' |
| 395 | 0 | | $$branchdetails{'branchemail'} || 'C4::Context'->preference('KohaAdminEmailAddress') |
| 434 | 0 | | $params{'branchcode'} || '' |
| 443 | 0 | | $tables or $substitute or $repeat |
| 524 | 0 | | $ref and $ref eq 'HASH' |
| 592 | 0 | | $table eq 'reserves' and $$values{'waitingdate'} |
| 604 | 0 | | $$letter{'content'} and $$letter{'content'} =~ /<<today>>/ |
| 632 | 0 | | $table eq 'borrowers' and $$letter{'content'} |
| 637 | 0 | | $$_{'value_description'} || $$_{'value'} |
| 640 | 0 | | $attr{$code} ||= [] |
| 692 | 0 | | $$params{'letter'}{'code'} || '' |
| 0 | | $$params{'letter'}{'metadata'} || '' |
| 723 | 0 | | $$params{'verbose'} or $debug |
| 0 | | $$message{'borrowernumber'} || 'Admin' |
| 769 | 0 | | shift @_ || {} |
| 839 | 0 | | $$letter{'content-type'} || 'TEXT' |
| 927 | 0 | | $$message{'content_type'} || 'text/plain; charset="UTF-8"' |
| 929 | 0 | | $$message{'from_address'} || 'C4::Context'->preference('KohaAdminEmailAddress') |
| 958 | 0 | | 'C4::Context'->preference('NoticeCSS') || '' |