| blib/lib/PPI/Token/Operator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 14 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 6 | 50523 | if (length $content < 4 and $content . substr($t->{'line'}, $t->{'line_cursor'}, 4 - length($content)) eq "<<>>") |
| 68 | 12449 | 38074 | if $PPI::Token::Operator::OPERATOR{$content . $char} |
| 71 | 1468 | 36606 | if ($content eq ".") |
| 72 | 297 | 1171 | if ($char =~ /^[0-9]$/) |
| 80 | 1037 | 36740 | if ($content eq "<<") |
| 86 | 717 | 320 | if ($t->{'line'} =~ /\G ~? (?: (?!\d)\w | \s*['"`] | \\\w ) /cgx) |
| 95 | 95 | 36965 | if $content eq "<>" or $content eq "<<>>" |