Branch Coverage

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


line true false branch
33 538 0 if (@_ == 1) { }
34 166 372 if (not ref($_[0] || '')) { }
372 0 elsif (ref($_[0] || '') eq 'ARRAY') { }
47 127 1194 if (ref($x || '') eq 'ARRAY') { }
372 822 elsif (ref($x || '') eq 'HASH') { }