Condition Coverage

blib/lib/App/podman.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
151 0 0 0 $typestyle{$_} and $s->apply_tag(0, -1, $_, $typestyle{$_})

or 2 conditions

line l !l condition
157 0 0 $typestyle{'indent'} // 0
166 0 0 $leader // ''
187 0 0 $leader // ''

or 3 conditions

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