Condition Coverage

blib/lib/CGI/Deurl.pm
Criterion Covered Total %
condition 2 18 11.1


and 3 conditions

line !l l&&!r l&&r condition
283 0 0 0 defined $ENV{'REQUEST_METHOD'} and $ENV{'REQUEST_METHOD'} eq 'POST'
0 0 0 defined $ENV{'REQUEST_METHOD'} and $ENV{'REQUEST_METHOD'} eq 'GET'
305 0 0 0 defined $data and $data ne ''
341 0 0 3 $data and ref $hash eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
274 1 0 0 $_[0] eq 'NOTCGI' or $_[0] eq 'NOCGI'
411 0 0 0 $join = $joins{$key} or $join = $joins{'-all'}