File: | C4/Overdues.pm |
Coverage: | 0.0% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
140 | 0 |
| exists $$params{'minimumdays'} and exists $$params{'maximumdays'} | ||||||||||||
270 | 0 |
| $fine_unit ||= 'days' | ||||||||||||
279 | 0 |
| $$data{'chargeperiod'} and $days_minus_grace | ||||||||||||
284 | 0 |
| 'C4::Context'->preference('maxFine') and $amount > 'C4::Context'->preference('maxFine') | ||||||||||||
476 | 0 |
| $type || '""' | ||||||||||||
1099 | 0 |
| $sth->fetchrow || 0 |