Branch Coverage

blib/lib/App/podman/Parser/Pod.pm
Criterion Covered Total %
branch 26 28 92.8


line true false branch
59 6 34 if ($type eq 'Document') { }
3 31 elsif ($type =~ /^head(\d+)$/u) { }
10 21 elsif (my $class = $PARA_TYPES{$type}) { }
1 20 elsif ($type eq 'L') { }
8 12 elsif (any {$type eq $_;} @FORMAT_TYPES) { }
3 9 elsif ($type =~ /^over-(.*)/u) { }
9 0 elsif ($type =~ /^item-(.*)/u) { }
101 6 34 if ($type eq 'Document') { }
3 31 elsif ($type =~ /^head\d+$/u) { }
10 21 elsif ($PARA_TYPES{$type}) { }
9 12 elsif (any {$type eq $_;} @FORMAT_TYPES) { }
3 9 elsif ($type =~ /^over-(.*)/u) { }
9 0 elsif ($type =~ /^item-.*/u) { }
108 1 9 if $type eq 'Verbatim'