blib/lib/Finance/StockAccount/Acquisition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 0 | 1505 | 0 | ref $at and $at->buy || $at->short |
78 | 0 | 0 | 1505 | $at and $shares |
81 | 0 | 0 | 1505 | $shares =~ /^[0-9]+$/ and $shares > 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
31 | 1505 | 0 | 0 | $at->buy || $at->short |