Branch Coverage

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


line true false branch
45 15376 0 $_[0]{'token'} ? :
49 0 15376 unless defined $rv
77 14401 0 length $_[0] == 1 ? :
89 12707 4421 if ($t->{'line'} =~ /\G$search/cg)
98 2727 1694 if ($rv) { }
1694 0 elsif (defined $rv) { }
120 1315 0 $_[0] =~ /^(?:\>|\)|\}|\])$/ ? :
137 700 1759 unless ($t->{'line'} =~ /$search/cg)
141 569 131 if ($rv)
146 131 0 if (defined $rv)
160 320 1439 $1 =~ /$open_brace$/ ? :
575 1184 if $depth += $1 =~ /$open_brace$/ ? 1 : -1
185 0 735 unless $t->{'line'} =~ /\G(\s*(?:\#.*)?)/cg
191 477 258 unless ($t->{'line_cursor'} + length($1) == length $t->{'line'})
203 70 188 if ($rv) { }
188 0 elsif (defined $rv) { }