Branch Coverage

lib/Docbook/Table.pm
Criterion Covered Total %
branch 6 16 37.5


line true false branch
104 1 1 unless (@headings)
155 1 2 unless (ref $bodyref eq 'HASH' or ref $bodyref eq 'ARRAY')
187 1 1 unless (ref $sortsub eq 'CODE')
206 0 0 unless ($$self{$_})
268 0 0 if (ref $bodyref eq 'HASH') { }
0 0 elsif (ref $bodyref eq 'ARRAY') { }
271 0 0 if (ref $$bodyref{$key} eq 'ARRAY') { }
0 0 elsif (ref $$bodyref{$key}) { }