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

rurban / re-engine-PCRE2 / 167 / 10
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 05 May 2017 12:48PM UTC
Files 1
Run time 0s
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

05 May 2017 12:44PM UTC coverage: 100.0%. Remained the same
COVERAGE=1 AUTHOR_TESTING=1 RELEASE_TESTING=1

push

travis-ci

rurban
Fix a warning about uninitialized variable table firstbitmap

GCC 7.0.1 produced this warning:

PCRE2.c: In function ‘XS_re__engine__PCRE2_firstbitmap’:
PCRE2.xs:711:8: warning: ‘table’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (table) {
        ^
PCRE2.xs:707:11: note: ‘table’ was declared here
     char* table;
           ^~~~~

It proved it's was a wrong pcre2_pattern_info() invocation.
pcre2_pattern_info() for PCRE2_INFO_FIRSTBITMAP requires a pointer to
pointer because it stores a pointer on the address where the argument
points.

5 of 5 relevant lines covered (100.0%)

14.8 hits per line

Source Files on job 167.10 (COVERAGE=1 AUTHOR_TESTING=1 RELEASE_TESTING=1)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 167
  • Travis Job 167.10
  • 4601fde2 on github
  • Prev Job for COVERAGE=1 AUTHOR_TESTING=1 RELEASE_TESTING=1 on master (#161.10)
  • Next Job for COVERAGE=1 AUTHOR_TESTING=1 RELEASE_TESTING=1 on master (#172.10)
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