Branch Coverage

blib/lib/Dancer2/Plugin/FormValidator/Validator/AlphaNum.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
25 1 1 if ($encoding eq "u")
45 2 2 if (defined $encoding and $encoding eq 'u') { }
54 4 0 if ($self->_field_defined_and_non_empty($field, $input))