blib/lib/Acme/Web20/Validator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 1 | if $self->is_validated |
55 | 11 | 0 | unless (ref $rule) |
57 | 0 | 11 | if ($@) |
64 | 1 | 10 | if $rule->is_ok |
72 | 1 | 0 | $self->is_validated ? : |
75 | 1 | 10 | $_->is_ok ? : |
81 | 0 | 1 | unless my $url = shift() |
83 | 0 | 1 | unless $response->is_success |