Branch Coverage

blib/lib/PPI/Token/_QuoteEngine.pm
Criterion Covered Total %
branch 24 32 75.0


line true false branch
45 15228 0 $_[0]{'token'} ? :
49 0 15228 unless defined $rv
77 14220 0 length $_[0] == 1 ? :
89 12559 4500 if ($t->{'line'} =~ /\G$search/cg)
98 2839 1661 if ($rv) { }
1661 0 elsif (defined $rv) { }
120 1340 0 $_[0] =~ /^(?:\>|\)|\}|\])$/ ? :
137 744 1790 unless ($t->{'line'} =~ /$search/cg)
141 588 156 if ($rv)
146 156 0 if (defined $rv)
160 351 1439 $1 =~ /$open_brace$/ ? :
606 1184 if $depth += $1 =~ /$open_brace$/ ? 1 : -1
185 0 719 unless $t->{'line'} =~ /\G(\s*(?:\#.*)?)/cg
191 469 250 unless ($t->{'line_cursor'} + length($1) == length $t->{'line'})
203 66 184 if ($rv) { }
184 0 elsif (defined $rv) { }