Branch Coverage

blib/lib/Dancer2/Plugin/FormValidator.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
79 11 0 unless (defined $input)
82 1 10 if ($request->is_get) { }
10 0 elsif ($request->is_post) { }
90 1 10 if (defined $lang)
103 8 3 if ($result->success != 1) { }
141 0 0 if (my $deferred = $tokens->{'deferred'}{$self->validator_config->session_namespace})