blib/lib/Finance/Quote/SIX.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
61 | 0 | 0 | unless defined $valorid |
91 | 0 | 0 | if $$datarow[$datamap{'AskPrice'}] and &looks_like_number($$datarow[$datamap{'AskPrice'}]) |
92 | 0 | 0 | if $$datarow[$datamap{'ClosingPrice'}] |
93 | 0 | 0 | if $$datarow[$datamap{'DailyHighPrice'}] |
94 | 0 | 0 | if $$datarow[$datamap{'DailyLowPrice'}] |
95 | 0 | 0 | if $$datarow[$datamap{'OpeningPrice'}] |
96 | 0 | 0 | if $$datarow[$datamap{'TotalVolume'}] |
100 | 0 | 0 | if ($@) |
107 | 0 | 0 | wantarray ? : |