blib/lib/CGI/HTMLError.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 21 | 4.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 1 | 0 | 0 | $ENV{'GATEWAY_INTERFACE'} and $ENV{'GATEWAY_INTERFACE'} =~ /CGI/ |
33 | 0 | 0 | 0 | defined $SIG{'__DIE__'} and $SIG{'__DIE__'} ne 'IGNORE' |
0 | 0 | 0 | defined $SIG{'__DIE__'} and $SIG{'__DIE__'} ne 'IGNORE' and $SIG{'__DIE__'} ne 'DEFAULT' | |
120 | 0 | 0 | 0 | $filename and $number |
137 | 0 | 0 | 0 | $. > $number - 5 and $. < $number + 5 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | $filename_from_stack ||= $caller[1] |
55 | 0 | 0 | 0 | $number_from_stack ||= $caller[2] |