Branch Coverage

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


line true false branch
45 16794 0 $_[0]{'token'} ? :
49 0 16794 unless defined $rv
77 15431 0 length $_[0] == 1 ? :
89 13766 4450 if ($t->{'line'} =~ /\G$search/cg)
98 2785 1665 if ($rv) { }
1665 0 elsif (defined $rv) { }
120 1699 0 $_[0] =~ /^(?:\>|\)|\}|\])$/ ? :
137 785 2189 unless ($t->{'line'} =~ /$search/cg)
141 615 170 if ($rv)
146 170 0 if (defined $rv)
160 373 1816 $1 =~ /$open_brace$/ ? :
660 1529 if $depth += $1 =~ /$open_brace$/ ? 1 : -1
185 0 727 unless $t->{'line'} =~ /\G(\s*(?:\#.*)?)/cg
191 463 264 unless ($t->{'line_cursor'} + length($1) == length $t->{'line'})
203 69 195 if ($rv) { }
195 0 elsif (defined $rv) { }