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

mknos / PerlPowerTools / 9222341465
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 24 May 2024 10:15AM UTC
Jobs 3
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 10:13AM UTC coverage: 76.483%. Remained the same
9222341465

push

github

web-flow
bc: yyparse() loop regression

* 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%)

13817.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9222341465.1 24 May 2024 10:15AM UTC 0
76.48
GitHub Action Run
2 9222341465.2 24 May 2024 10:15AM UTC 0
76.48
GitHub Action Run
3 9222341465.3 24 May 2024 10:15AM UTC 0
76.48
GitHub Action Run
Source Files on build 9222341465
Detailed source file information is not available for this build.
  • Back to Repo
  • 101d6207 on github
  • Prev Build on master (#9222023601)
  • Next Build on bc-errloop (#9222341462)
  • Delete
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