blib/lib/Weather/NHC/TropicalCyclone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 16 | 50.0 |
line | l | !l | condition |
---|---|---|---|
53 | 0 | 0 | $file || die("Can't open '${file}': $!\n") |
133 | 3 | 0 | $response->{'status'} // "Unknown" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 1 | 3 | 0 | $timeout // $DEFAULT_TIMEOUT |
42 | 1 | 0 | 3 | $@ or not $response |
1 | 0 | 3 | $@ or not $response or $response->{'status'} ne 200 | |
60 | 0 | 0 | 3 | $@ or not $ref |