Branch Coverage

blib/lib/Kwim/Pod.pm
Criterion Covered Total %
branch 23 36 63.8


line true false branch
18 2 1 if (not $node =~ /\n/) { }
0 1 elsif (not $node =~ /\n\n/) { }
32 0 27 if ($self->option->{'wrap'})
34 0 0 unless ($out =~ /^=for /)
47 3 0 ref $node ? :
48 0 3 $self->option->{'pod-upper-head'} ? :
50 2 1 if (defined $abstract) { }
62 0 4 if $number eq '1' and $self->option->{'pod-upper-head'}
95 2 1 length $text == 0 ? :
103 1 0 length $text == 0 ? :
110 0 0 !($text =~ /(<<<<< | >>>>>)/) ? :
0 0 !($text =~ /(<<<< | >>>>)/) ? :
1 0 !($text =~ /(<<< | >>>)/) ? :
2 1 !($text =~ /(<< | >>)/) ? :
12 3 !($text =~ /[<>]/) ? :
128 4 6 if @$node
139 2 4 if (length $def)
142 5 1 if ($rest)