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

mknos / PerlPowerTools / 7866568888
75%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 12 Feb 2024 02:25AM UTC
Jobs 3
Files 3
Run time –
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
7866568888

push

github

web-flow
bc: array assignment incorrectly prints

* In exec_stmt(), instruction 'p' takes an array name and index number, then pushes the array element onto the stack (implicit print)
* The default value for array elements is 0
* The instruction '=P' assignd a value from the stack into an array element
* Make the code for 'p' simpler by appending '[]' to $name, as done for '=P' instruction
* For instruction '=P' the value being assigned to array should not be printed (this is controlled by $return variable)
* For input "a[9] = 123; a[9];" the value of 123 should be printed once, for the 2nd statement
* Tested this input against GNU and OpenBSD versions

373 of 497 relevant lines covered (75.05%)

4531.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7866568888.1 12 Feb 2024 02:25AM UTC 0
75.05
GitHub Action Run
2 7866568888.2 12 Feb 2024 02:26AM UTC 0
75.05
GitHub Action Run
3 7866568888.3 12 Feb 2024 02:26AM UTC 0
75.05
GitHub Action Run
Source Files on build 7866568888
Detailed source file information is not available for this build.
  • Back to Repo
  • dc857d6a on github
  • Prev Build on master (#7866534910)
  • Next Build on bc-setarray (#7866568889)
  • 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