| line |
!l |
l&&!r |
l&&r |
condition |
|
102
|
272 |
12 |
16 |
$self->coerce and ref $self->coerce ne "CODE" |
|
106
|
0 |
0 |
15 |
$t->can("coerce") and $t->can("has_coercion") |
|
|
0 |
1 |
14 |
$t->can("coerce") and $t->can("has_coercion") and $t->has_coercion |
|
|
1 |
1 |
14 |
$self->has_type and ($t->can("coerce") and $t->can("has_coercion") and $t->has_coercion) |
|
204
|
74 |
279 |
5 |
@errors == 0 and my $validators = $self->addons->{'validators'} |
|
215
|
68 |
0 |
10 |
ref $error eq "ARRAY" and $self->is_subform |
|
218
|
0 |
0 |
10 |
defined builtin::blessed($exception) and $exception->isa("Form::Tiny::Error") |