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

briandfoy / PerlPowerTools / 13688528932
63%

Build:
DEFAULT BRANCH: master
Ran 06 Mar 2025 12:43AM UTC
Jobs 1
Files 4
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

06 Mar 2025 12:39AM UTC coverage: 70.088%. Remained the same
13688528932

push

github

web-flow
mail: invalid message number accepted (#983)

* I exported a mailbox with 24 items in mbox format
* The maximum valid message id is 24, but a very long number is interpreted as 24
* Another long message id is rejected, so this made me scratch my head
* perl debugger shows that the invalid message number errors for 0, 25 and 1111111111 are from L842 in main::msg_print()
* mailbox::messagex() takes the very long message id and returns a valid message instead of undef
* mailbox::messagex() has a guard for negative array index, but does not guard against index past end of array
* Adding an index guard fixes the problem on my system

396 of 565 relevant lines covered (70.09%)

4016.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13688528932.1 06 Mar 2025 12:43AM UTC 4
70.09
GitHub Action Run
Source Files on build 13688528932
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 781bd3c9 on github
  • Prev Build on master (#13668385524)
  • Next Build on master (#13705799163)
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

© 2025 Coveralls, Inc