| blib/lib/HTML/CheckArgs/url.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 12 | 91.6 |
| line | true | false | branch |
|---|---|---|---|
| 19 | 1 | 5 | if ($$config{'required'} and not $value) { } |
| 0 | 5 | elsif (not $$config{'required'} || $value) { } | |
| 29 | 1 | 4 | unless (find_uris $url, sub { push @urls, shift(); } ) |
| 36 | 2 | 2 | if ($$config{'params'}{'verify'}) |
| 39 | 1 | 1 | if ($response->is_error) |
| 48 | 1 | 2 | if ($max_chars and length $value > $max_chars) |