blib/lib/CGI/Test.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 17 | 58.8 |
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 |
---|---|---|---|---|
703 | 28 | 0 | 44 | /^\015?\012$/ or /^\015\012$/ |