Branch Coverage

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


line true false branch
145 0 0 if ($#alphaqueries >= $q)
148 0 0 if ($time_since_x_queries < $maxQueries->{'seconds'})
183 0 0 exists $quoter->{'module_specific_data'}{'alphavantage'}{'API_KEY'} ? :
187 0 0 if ($stock =~ /\.X$/) { }
195 0 0 unless (defined $token)
223 0 0 if ($code != 200)
231 0 0 if ($@)
246 0 0 if (not $json_data) { }
0 0 elsif ($json_data->{'Error Message'}) { }
0 0 elsif ($json_data->{'Information'}) { }
261 0 0 unless (%{$quote;})
301 0 0 if ($ticker =~ /(\..*)/) { }
303 0 0 if ($currencies_by_suffix{$suffix})
307 0 0 if ($adjust == 1)
309 0 0 unless $info{join $;, $stock, $field}
316 0 0 if ($suffix eq ".IL" and $info{join $;, $stock, "currency"} eq "USD")
318 0 0 unless $info{join $;, $stock, $field}
334 0 0 wantarray ? :