Condition Coverage

blib/lib/CGI/Application/Mailform.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
117 0 0 0 defined $self->param($req_param) && length $self->param($req_param)
122 0 0 0 $req_param eq 'FORM_FIELDS' and ref $self->param('FORM_FIELDS') ne 'ARRAY'
150 0 0 0 defined $subject and length $subject

or 3 conditions

line l !l&&r !l&&!r condition
151 0 0 0 $ENV{'HTTP_REFERER'} || $ENV{'SCRIPT_NAME'}