Branch Coverage

blib/lib/Finance/Quote/AlphaVantage.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
145 0 0 if ($#alphaqueries >= $q)
148 0 0 if ($time_since_x_queries < $maxQueries->{'seconds'})
171 0 0 exists $quoter->{'module_specific_data'}{'alphavantage'}{'API_KEY'} ? :
175 0 0 unless (defined $token)
203 0 0 if ($code != 200)
211 0 0 if ($@)
226 0 0 if (not $json_data) { }
0 0 elsif ($json_data->{'Error Message'}) { }
0 0 elsif ($json_data->{'Information'}) { }
241 0 0 unless (%{$quote;})
281 0 0 if ($stock =~ /(\..*)/) { }
283 0 0 if ($currencies_by_suffix{$suffix})
287 0 0 if ($info{join $;, $stock, "currency"} eq "GBP" or $info{join $;, $stock, "currency"} eq "GBX")
289 0 0 unless $info{join $;, $stock, $field}
296 0 0 if ($suffix eq ".IL" and $info{join $;, $stock, "currency"} eq "USD")
298 0 0 unless $info{join $;, $stock, $field}
314 0 0 wantarray ? :