Branch Coverage

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


line true false branch
204 0 24 if ($lookup_code) { }
206 0 0 if $lookup_value_specified
209 0 24 if ($ref_row eq 'ARRAY') { }
215 5 19 if ($cmp == 0) { }
6 13 elsif ($cmp == 1) { }
13 0 elsif ($cmp == -1) { }
221 3 3 if ($approx and $prev_row) { }
222 1 2 if ($interpolate) { }
242 2 0 if ($approx and $prev_row) { }
251 0 9 unless $matching_row
252 0 9 if ($ref_row eq 'ARRAY') { }
261 0 1 unless $matching_row and $prev_row
263 0 1 if ($ref_row eq 'ARRAY') { }