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

briandfoy / PerlPowerTools / 9224948522
62%

Build:
DEFAULT BRANCH: master
Ran 24 May 2024 01:46PM UTC
Jobs 1
Files 3
Run time 1min
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

24 May 2024 01:42PM UTC coverage: 76.483%. Remained the same
9224948522

push

github

web-flow
bc: yyparse() loop regression (#619)

* A previous commit replaced a goto into yyparse() with a call to yyparse() but this introduced an infinite loop for a file with a syntax error
* yy_err_recover() returns bool; returning 1 instead of calling yyparse() again allows yyparse() to itself return and break out of "yyloop"
* The pattern of return(1) from yy_err_recover() was already established; this patch just makes it more consistent
* test1: echo '1++' > A.bc && perl bc -y A.bc
* test2: echo '~' > B.bc && perl  bc -y B.bc

374 of 489 relevant lines covered (76.48%)

4605.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9224948522.1 24 May 2024 01:46PM UTC 0
76.48
GitHub Action Run
Source Files on build 9224948522
Detailed source file information is not available for this build.
  • Back to Repo
  • 1c835433 on github
  • Prev Build on master (#9208587992)
  • Next Build on master (#9224964754)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc