Branch Coverage

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


line true false branch
45 16820 0 $_[0]{'token'} ? :
49 0 16820 unless defined $rv
77 15469 0 length $_[0] == 1 ? :
89 13781 4399 if ($t->{'line'} =~ /\G$search/cg)
98 2711 1688 if ($rv) { }
1688 0 elsif (defined $rv) { }
120 1703 0 $_[0] =~ /^(?:\>|\)|\}|\])$/ ? :
137 760 2141 unless ($t->{'line'} =~ /$search/cg)
141 601 159 if ($rv)
146 159 0 if (defined $rv)
160 336 1805 $1 =~ /$open_brace$/ ? :
597 1544 if $depth += $1 =~ /$open_brace$/ ? 1 : -1
185 0 724 unless $t->{'line'} =~ /\G(\s*(?:\#.*)?)/cg
191 472 252 unless ($t->{'line_cursor'} + length($1) == length $t->{'line'})
203 69 183 if ($rv) { }
183 0 elsif (defined $rv) { }