Branch Coverage

blib/lib/Dancer2/Plugin/FormValidator.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
73 11 0 unless (defined $input)
76 1 10 if ($request->is_get) { }
10 0 elsif ($request->is_post) { }
84 1 10 if (defined $lang)
97 8 3 if ($result->success != 1) { }
116 7 0 if (my $session = $_[0]->_get_session)
135 0 0 if (my $session = $self->_get_session)