Branch Coverage

blib/lib/PPI/Token/Operator.pm
Criterion Covered Total %
branch 14 14 100.0


line true false branch
64 6 53395 if (length $content < 4 and $content . substr($t->{'line'}, $t->{'line_cursor'}, 4 - length($content)) eq "<<>>")
68 12862 40533 if $PPI::Token::Operator::OPERATOR{$content . $char}
71 1502 39031 if ($content eq ".")
72 313 1189 if ($char =~ /^[0-9]$/)
80 1067 39153 if ($content eq "<<")
86 745 322 if ($t->{'line'} =~ /\G ~? (?: (?!\d)\w | \s*['"`] | \\\w ) /cgx)
95 90 39385 if $content eq "<>" or $content eq "<<>>"