Branch Coverage
blib/lib/Dancer2/Plugin/FormValidator/Validator/Integer.pm
Criterion
Covered
Total
%
branch
3
4
75.0
line
true
false
branch
24
3
0
if
(
$self
->_field_defined_and_non_empty
(
$field
,
$input
)
)
27
2
1
if
(
&looks_like_number
(
$maybe_int
)
)
{
}