blib/lib/Class/CGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 18 | 72.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
343 | 0 | 21 | 44 | 2 == @_ and not exists $$handler_for{$_[1]} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
113 | 1 | 1 | 4 | not ref $value or 'HASH' ne ref $value |
343 | 2 | 0 | 65 | 2 != @_ or 2 == @_ and not exists $$handler_for{$_[1]} |
526 | 1 | 0 | 1 | $message || "You must supply a value for $param" |
550 | 2 | 0 | 2 | $$self{'class_cgi_missing'}{$param} || () |
572 | 1 | 8 | 0 | $$self{'class_cgi_error_encoding'} || () |