Branch Coverage

blib/lib/Data/TableData/Lookup.pm
Criterion Covered Total %
branch 16 26 61.5


line true false branch
224 0 24 if ($lookup_code) { }
226 0 0 if $lookup_value_specified
229 0 24 if ($ref_row eq 'ARRAY') { }
235 5 19 if ($cmp == 0) { }
6 13 elsif ($cmp == 1) { }
13 0 elsif ($cmp == -1) { }
241 3 3 if ($approx and $prev_row) { }
242 1 2 if ($interpolate) { }
262 2 0 if ($approx and $prev_row) { }
271 0 9 unless $matching_row
272 0 9 if ($ref_row eq 'ARRAY') { }
281 0 1 unless $matching_row and $prev_row
283 0 1 if ($ref_row eq 'ARRAY') { }