Branch Coverage

blib/lib/SQL/Interpolate/Filter.pm
Criterion Covered Total %
branch 18 20 90.0


line true false branch
78 102 398 if (/\G(\s+|\*)/cg) { }
12 386 elsif ($tok = (extract_variable $_)[0]) { }
4 382 elsif ($tok = (extract_codeblock $_, '{[')[0]) { }
94 484 16 if ($tok_type eq 's') { }
95 466 18 if ($instr) { }
104 16 0 if $instr
106 12 4 if ($tok_type eq 'v') { }
4 0 elsif ($tok_type eq 'c') { }
116 2 16 if $instr
134 4 30 if ref $_ eq 'REF'