| line | l | !l&&r | !l&&!r | condition | 
 
| 357 | 0 | 0 | 0 | $ENV{'HTTP_COOKIE'} || ($req_rec ? $req_rec->headers_in->{'Cookie'} : undef) | 
 
| 359 | 0 | 0 | 0 | defined $cookie_val and $cookie_val =~ /$cookie_name=(.*?)(\;|\s|$)/ or $ENV{'QUERY_STRING'} =~ /$cookie_name=.*?:(.*?)(\;|\s|&|$)/ | 
 
|  | 0 | 0 | 0 | defined $cookie_val and $cookie_val =~ /$cookie_name=(.*?)(\;|\s|$)/ or $ENV{'QUERY_STRING'} =~ /$cookie_name=.*?:(.*?)(\;|\s|&|$)/ or $ENV{'EMBPERL_UID'} | 
 
| 388 | 0 | 0 | 0 | shift() || Embperl::CurrReq() | 
 
| 405 | 0 | 0 | 0 | shift() || Embperl::CurrReq() | 
 
| 427 | 0 | 0 | 0 | shift() || Embperl::CurrReq() | 
 
| 458 | 0 | 0 | 0 | $req_rec ||= 'Apache'->request | 
 
| 474 | 0 | 0 | 0 | $id or $initialid |