blib/lib/Class/CGI/Handler.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 10 | 90.0 |
line | true | false | branch |
---|---|---|---|
58 | 2 | 0 | if ($cgi->is_required($param)) |
59 | 1 | 1 | unless $self->has_param |
96 | 1 | 1 | unless $self->_missing($param) |
124 | 1 | 1 | if (my(%missing) = $self->_missing(@components)) |
197 | 5 | 2 | unless not defined $$_[1] |