blib/lib/CGI/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 20 | 55.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
421 | 15 | 0 | 1 | defined $input and not &WINDOWS() |
443 | 27 | 0 | 1 | defined $input and not &WINDOWS() |
line | l | !l | condition |
---|---|---|---|
49 | 0 | 25 | $params{-'doc_dir'} || '.' |
50 | 0 | 23 | $params{-'tmp_dir'} || $ENV{'TMPDIR'} || $ENV{'TEMP'} || '/tmp' |
478 | 0 | 28 | $header->{'Status'} || '' |
495 | 28 | 0 | $this->_obj_type->{$base_type} || 'Other' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 25 | 0 | 0 | $uri->scheme eq 'http' or $uri->scheme eq 'https' |
703 | 28 | 0 | 44 | /^\015?\012$/ or /^\015\012$/ |