|  line  | 
 !l  | 
 l&&!r  | 
 l&&r  | 
 condition  | 
 
| 
140
 | 
 1  | 
 0  | 
 0  | 
 $self->interactive and not defined $self->cgi_dir  | 
 
| 
158
 | 
 1  | 
 0  | 
 0  | 
 $self->interactive and not defined $self->cgi_uri  | 
 
| 
176
 | 
 0  | 
 0  | 
 0  | 
 $self->interactive and not defined $self->config_dir  | 
 
| 
201
 | 
 1  | 
 0  | 
 0  | 
 $self->interactive and not defined $self->static_dir  | 
 
| 
219
 | 
 1  | 
 0  | 
 0  | 
 $self->interactive and not defined $self->static_uri  | 
 
| 
243
 | 
 0  | 
 0  | 
 1  | 
 $from and -f $from  | 
 
| 
324
 | 
 0  | 
 0  | 
 1  | 
 $path and -f $path  | 
 
| 
477
 | 
 0  | 
 0  | 
 0  | 
 defined $ARGV and $ARGV eq '-'  | 
 
| 
480
 | 
 0  | 
 0  | 
 0  | 
 @ARGV > 0 && $ARGV[0] eq '-' && -t *STDIN  | 
 
| 
489
 | 
 0  | 
 0  | 
 0  | 
 -t *STDIN && (@ARGV == 0 || $ARGV[0] eq '-')  |