line |
true |
false |
branch |
72
|
0 |
0 |
if ($element->passed) { } |
|
0 |
0 |
elsif ($element->is_validation_error) { } |
|
0 |
0 |
elsif ($element->is_code_error) { } |
79
|
0 |
0 |
if ($element->passed) |
91
|
0 |
0 |
if (not ref $pair->[1]) { } |
|
0 |
0 |
elsif (!ref($pair->[1]) eq ref {}) { } |
|
0 |
0 |
elsif (exists $pair->[1]{'errors'}) { } |
140
|
0 |
0 |
if $element->passed |
147
|
0 |
0 |
if (!ref($hash) eq ref {}) |
154
|
0 |
0 |
do {
exists $hash->{'errors'}
} ? : |
|
0 |
0 |
ref $hash ? : |
191
|
0 |
0 |
if $element->passed |
199
|
0 |
0 |
do {
exists $hash->{'errors'}
} ? : |
|
0 |
0 |
ref $hash ? : |
210
|
0 |
0 |
if $hash->{'handler'} and $Seen{$field}{$hash->{'handler'}}++ |
211
|
0 |
0 |
unless exists $flatten{$field} |
241
|
0 |
0 |
if $element->passed |
249
|
0 |
0 |
do {
exists $hash->{'errors'}
} ? : |
|
0 |
0 |
ref $hash ? : |
260
|
0 |
0 |
if $hash->{'handler'} and $Seen{$field}{$hash->{'handler'}}++ |
261
|
0 |
0 |
unless exists $flatten{$field} |