Branch Coverage

blib/lib/Pod/Simple/LinkSection.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
33 535 0 if (@_ == 1) { }
34 166 369 if (not ref($_[0] || '')) { }
369 0 elsif (ref($_[0] || '') eq 'ARRAY') { }
47 127 1185 if (ref($x || '') eq 'ARRAY') { }
369 816 elsif (ref($x || '') eq 'HASH') { }