• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Camelcade / Perl5-IDEA / #525520945
76%

Build:
DEFAULT BRANCH: master
Ran 09 Sep 2020 07:39PM UTC
Jobs 1
Files 1608
Run time 6min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#525520945

push

github-actions

hurricup
Double slash after closing brace is now treated as or-defined operator

Fixes #2304

Technically this fix is incorrect, because this lexing should be context dependent and should be lexed differently in operator and operand context. But our lexer is light and has no information about context.

This fix will break things like:
```
{
  say 'hi';
}
/matchregexp/ or return;
```
But this case is really strange and may be workarounded with explicit `m` prefix. When original bug can't be worked around without using some excessive syntax.

25478 of 35893 relevant lines covered (70.98%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #525520945.1 09 Sep 2020 07:39PM UTC 0
70.98
Source Files on build #525520945
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #525520945
  • 9db130f4 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc