Branch Coverage

blib/lib/Weather/YR/LocationForecast.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
101 0 0 if (my $xml_ref = $self->xml_ref)
110 0 0 if ($$t{'location'}{'temperature'}) { }
0 0 elsif (my $p = $$t{'location'}{'precipitation'}) { }
113 0 0 if (defined $datapoint)
266 0 0 unless (defined $closest_dp)
273 0 0 if ($diff_from_now < abs $closest_dp->from->epoch - $now->epoch)