Branch Coverage

blib/lib/Weather/WeatherKit.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
190 0 0 unless $args{'team_id'} and length $args{'team_id'} == 10
196 0 0 unless ($args{'key'})
197 0 0 unless $args{'key_file'}
198 0 0 unless open my $fh, "<", $args{'key_file'}
217 0 0 if $self->{'curl'}
219 0 0 if ($resp->is_success) { }
233 0 0 unless defined $args{'lat'} and abs $args{'lat'} <= 90
236 0 0 unless defined $args{'lon'} and abs $args{'lon'} <= 180
241 0 0 unless ($self->{'curl'} or $self->{'ua'})
258 0 0 if not $args{'exp'} and $self->{'jwt_exp'} and $self->{'jwt_exp'} >= time + 600
288 0 0 unless $ua
303 0 0 if $params
312 0 0 unless $json