| blib/lib/Finance/Quote/CurrencyRates/AlphaVantage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 15 | 13.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 14 | 0 | ref $args eq "HASH" and exists $args->{'API_KEY'} |
| 82 | 0 | 0 | 0 | $try_cnt < 5 and $json_data->{'Note'} |
| 83 | 0 | 0 | 0 | $try_cnt < 5 and $json_data->{'Note'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 14 | 0 | ref $self || $self |
| 76 | 0 | 0 | 0 | not $json_data or $json_data->{'Error Message'} |