Branch Coverage

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


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