blib/lib/Finance/StockAccount/AccountTransaction.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 0 | 0 | 3001 | $shares and $shares > 0 |
64 | 3567 | 3277 | 2631 | $actionString eq 'sell' && $self->buy || $actionString eq 'cover' && $self->short and $self->available |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
64 | 5908 | 0 | 3567 | $actionString eq 'sell' && $self->buy || $actionString eq 'cover' && $self->short |