Branch Coverage

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


line true false branch
64 6 114366 if (length $content < 4 and $content . substr($t->{'line'}, $t->{'line_cursor'}, 4 - length($content)) eq "<<>>")
68 16615 97751 if $PPI::Token::Operator::OPERATOR{$content . $char}
71 1455 96296 if ($content eq ".")
72 309 1146 if ($char =~ /^[0-9]$/)
80 1067 96375 if ($content eq "<<")
86 746 321 if ($t->{'line'} =~ /\G ~? (?: (?!\d)\w | \s*['"`] | \\\w ) /cgx)
95 85 96611 if $content eq "<>" or $content eq "<<>>"