Branch Coverage

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


line true false branch
45 15621 0 $_[0]{'token'} ? :
49 0 15621 unless defined $rv
77 14281 0 length $_[0] == 1 ? :
89 12587 4431 if ($t->{'line'} =~ /\G$search/cg)
98 2737 1694 if ($rv) { }
1694 0 elsif (defined $rv) { }
120 1696 0 $_[0] =~ /^(?:\>|\)|\}|\])$/ ? :
137 763 2191 unless ($t->{'line'} =~ /$search/cg)
141 608 155 if ($rv)
146 155 0 if (defined $rv)
160 359 1832 $1 =~ /$open_brace$/ ? :
650 1541 if $depth += $1 =~ /$open_brace$/ ? 1 : -1
185 0 731 unless $t->{'line'} =~ /\G(\s*(?:\#.*)?)/cg
191 475 256 unless ($t->{'line_cursor'} + length($1) == length $t->{'line'})
203 69 187 if ($rv) { }
187 0 elsif (defined $rv) { }