Branch Coverage

blib/lib/App/podman.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
71 0 0 if (defined $opts{'format'})
72 0 0 unless $parser_class = first({$_->format eq $opts{'format'};} @PARSER_CLASSES)
76 0 0 unless (-f $file)
78 0 0 if defined $file
80 0 0 if $?
84 0 0 unless first {$_->can_parse_file($file);} @PARSER_CLASSES
107 0 0 if (ref $para eq 'HASH')
116 0 0 if ($para->type =~ /^list-(.*)$/u)
123 0 0 if ($item->type ne 'item') { }
0 0 elsif ($listtype eq 'bullet') { }
0 0 elsif ($listtype eq 'number') { }
0 0 elsif ($listtype eq 'text') { }
140 0 0 if $nextblank
161 0 0 unless length $line
170 0 0 if (length $s > $width) { }
171 0 0 if (substr($s, 0, $width) =~ /(\s+)\S*$/u) { }
188 0 0 if defined $leader