Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Sign In

testinfected / molecule / 392
98%

DEFAULT BRANCH: master
Build:
Repo Added 11 Apr 2014 03:19AM UTC
Total Files 89
# Builds 269 Last
Badge
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

22 Dec 2020 - 5:52 coverage remained the same at 97.669%
392

push

travis-ci

9ec9ad37e9ab75436de0b3a0ce971dbe?size=18&default=identicontestinfected
Use possessive quantifiers in regex for decoding cookies

Decoding cookies becomes very complex to handle for the regex engine
when cookie values are very large. This causes `StackOverflowError`s
probable due to the catastrophic backtracking

Use possessive quantifiers to prevent the regex engine from trying
all permutations. This should make the complexity of the regex linear
and not exponential. The performance increase can be significant and
fixes the issue.

Closes #77

2179 of 2231 relevant lines covered (97.67%)

0.98 hits per line

Jobs
Coverage Job Files Covered Ran
97.67
392.1 (SONATYPE_USERNAME=[secure] SONATYPE_PASSWORD=[secure] TERM=dumb) 89 22 Dec 2020 05:55AM UTC Travis Job 392.1
Source Files on build 392
  • Tree
  • List 89
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #392
  • 8513d314 on github
  • Prev Build on master (#366)
  • Next Build on master (#368)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
BLOG · TWITTER · Legal & Privacy · Supported CI Services · What's a CI service? · Automated Testing

© 2021 Coveralls, Inc