Branch Coverage

blib/lib/App/sdview.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
74 0 0 if (defined $opts{'format'})
75 0 0 if $_->can("format")
0 0 unless $parser_class = first({$_->format eq $opts{'format'} if $_->can("format");} @PARSER_CLASSES)
79 0 0 unless (-f $file)
82 0 0 $parser_class ? :
83 0 0 if defined($file = $class->find_file($name))
87 0 0 unless defined $file
92 0 0 unless first {$_->can_parse_file($file);} @PARSER_CLASSES
98 0 0 if $_->can("format")
0 0 unless my $output_class = first({$_->format eq $opts{'output'} if $_->can("format");} @OUTPUT_CLASSES)