Branch Coverage
blib/lib/Dancer2/Plugin/FormValidator/Role/Validator.pm
Criterion
Covered
Total
%
branch
2
2
100.0
line
true
false
branch
26
94
2
if
(
exists
$input
->{
$field
}
and
defined
$input
->{
$field
}
and
$input
->{
$field
}
ne
""
)