Condition Coverage

blib/lib/App/sdview.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
93 0 0 0 $_->can("format") and say ' ' . $_->format . " (provided by $_)"
99 0 0 0 $_->can("format") and say ' ' . $_->format . " (provided by $_)"
154 0 0 0 $para->type eq "verbatim" and defined(my $language = $para->language)

or 2 conditions

line l !l condition
90 0 0 $format // ""
96 0 0 $output // ""

or 3 conditions

line l !l&&r !l&&!r condition
134 0 0 0 $parser_class //= do { die "Unable to find a handler for $file\n" unless first {$_->can_parse_file($file);} @PARSER_CLASSES }