Branch Coverage

blib/lib/App/sdview/Output/Pod.pm
Criterion Covered Total %
branch 38 44 86.3


line true false branch
56 2 6 unless $_printed_pod
64 0 1 unless $_printed_pod
85 1 9 if ($item->type ne 'item') { }
3 6 elsif ($para->listtype eq 'bullet') { }
3 3 elsif ($para->listtype eq 'number') { }
3 0 elsif ($para->listtype eq 'text') { }
114 0 2 unless my $method = $self->can("output_table_$table_style")
128 1 1 unless $first
132 3 0 if $n < 3
133 0 3 $_->align eq 'right' ? :
0 3 if ($_->align eq 'centre') { }
152 1 1 unless $first
159 3 3 $_->heading ? :
189 45 2 $count == 1 ? :
192 2 45 if (my $link = $tags{'link'})
194 1 1 if ($link->{'uri'} eq "https://metacpan.org/pod/$substr") { }
202 2 45 if $tags{'monospace'}
203 3 44 if $tags{'bold'}
204 1 46 if $tags{'italic'}
205 1 46 if $tags{'file'}
206 1 46 if $tags{'underline'}
208 1 46 if $tags{'nobreak'}