Branch Coverage

blib/lib/DBD/Sys/CompositeTable.pm
Criterion Covered Total %
branch 1 34 2.9


line true false branch
150 0 0 ref $epk ? :
0 0 ref $pk ? :
0 0 unless ref $pk eq ref $epk
157 0 0 if (ref $pk eq '') { }
0 0 elsif (ref $pk eq 'ARRAY') { }
159 0 0 if $pk eq $epk
166 0 0 if join("\000", sort(@$epk)) eq join("\000", sort(@$pk))
179 0 2 unless $a->get_priority <=> $b->get_priority
191 0 0 if defined $compositedInfo{$compositeName}
194 0 0 if ($allColIdx) { }
198 0 0 if $pkFailure
203 0 0 if (exists $allColNames{$colName}) { }
224 0 0 unless defined $compositedInfo{$compositeName}
276 0 0 ref $$meta{'primary_key'} ? :
289 0 0 if (@{$ref;}) { }
291 0 0 if (scalar @{$ref;} == $nextRowOffset) { }
305 0 0 if (0 == $rowOffset) { }