File: | C4/Accounts.pm |
Coverage: | 0.0% |
line | % | coverage | condition | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
99 | 0 |
| $accdata = $sth->fetchrow_hashref and $amountleft > 0 | ||||||||||||||||||||||||||||||||||||||||||
219 | 0 |
| $$data{'accounttype'} eq 'Rep' or $$data{'accounttype'} eq 'L' | ||||||||||||||||||||||||||||||||||||||||||
244 | 0 |
| $sth->fetchrow || 1 | ||||||||||||||||||||||||||||||||||||||||||
369 | 0 |
| $type eq 'L' and $desc eq '' | ||||||||||||||||||||||||||||||||||||||||||
377 | 0 |
| $type eq 'L' or $type eq 'F' or $type eq 'A' or $type eq 'N' or $type eq 'M' | ||||||||||||||||||||||||||||||||||||||||||
481 | 0 |
| $accdata = $sth->fetchrow_hashref and $amountleft > 0 | ||||||||||||||||||||||||||||||||||||||||||
545 | 0 |
| $accdata = $sth->fetchrow_hashref and $amountleft < 0 | ||||||||||||||||||||||||||||||||||||||||||
730 | 0 |
| not $amount or $amount < 0 |