Branch Coverage

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


line true false branch
33 530 0 if (@_ == 1) { }
34 166 364 if (not ref($_[0] || '')) { }
364 0 elsif (ref($_[0] || '') eq 'ARRAY') { }
47 126 1168 if (ref($x || '') eq 'ARRAY') { }
364 804 elsif (ref($x || '') eq 'HASH') { }