| blib/lib/WWW/Google/URLShortener/Params.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 9 | 44.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 0 | 3 | 0 | defined $str and is_uri($str) |
| 50 | 0 | 6 | 0 | $fields->{$field} and not exists $values->{$field} |
| 53 | 0 | 3 | 3 | $fields->{$field} and not defined $values->{$field} |