blib/lib/Net/Google/Storage.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
171 | 0 | 0 | 0 | $code >= 500 and $code < 600 |
0 | 0 | 0 | $code >= 500 and $code < 600 and $retry_count++ < 8 |
line | l | !l | condition |
---|---|---|---|
141 | 0 | 0 | $args{'filename'} || die('A filename is required') |