blib/lib/Finance/StockAccount/Stock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 18 | 55.5 |
line | true | false | branch |
---|---|---|---|
15 | 1 | 275 | if $init |
22 | 1 | 0 | if (exists $$self{$key}) { } |
35 | 275 | 1359 | if ($symbol) { } |
46 | 0 | 534 | if ($exchange) { } |
58 | 266 | 0 | if ($symbol and $symbol eq $stock->symbol) { } |
60 | 0 | 266 | if ($exchange or $stock->exchange) |
61 | 0 | 0 | if ($exchange eq $stock->exchange) { } |
79 | 0 | 257 | if ($symbol and $exchange) { } |
257 | 0 | elsif ($symbol) { } |