| line | true | false | branch | 
 
| 71 | 0 | 0 | if (-f (my $configpath = "$ENV{'HOME'}/.sdviewrc")) | 
 
| 80 | 0 | 0 | if (defined $opts{'format'}) | 
 
| 81 | 0 | 0 | if $_->can("format") | 
 
|  | 0 | 0 | unless $parser_class = first({$_->format eq $opts{'format'} if $_->can("format");} @PARSER_CLASSES) | 
 
| 85 | 0 | 0 | unless (-f $file) | 
 
| 88 | 0 | 0 | $parser_class ? : | 
 
| 89 | 0 | 0 | if defined($file = $class->find_file($name)) | 
 
| 93 | 0 | 0 | unless defined $file | 
 
| 98 | 0 | 0 | unless first {$_->can_parse_file($file);} @PARSER_CLASSES | 
 
| 104 | 0 | 0 | if $_->can("format") | 
 
|  | 0 | 0 | unless my $output_class = first({$_->format eq $opts{'output'} if $_->can("format");} @OUTPUT_CLASSES) |