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

libwww-perl / WWW-Mechanize / 338
94%

Build:
DEFAULT BRANCH: master
Ran 13 May 2020 11:00PM UTC
Jobs 1
Files 3
Run time 1s
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
338

push

travis-ci

Olaf Alders
Respect CDATA[[ sections when parsing HTML

This changes the HTML parser behaviour to properly respect
CDATA[[ sections and to ignore link tags in Javascript code.

The old behaviour can be restored by passing undef as the "marked_sections"
option when creating the WWW::Mechanize object:

    my $mech = WWW::Mechanize->new(
        marked_sections => undef,
    );

The patch also includes a (nasty) test file to check the old and
new behaviour

758 of 804 relevant lines covered (94.28%)

158.3 hits per line

Jobs
ID Job ID Ran Files Coverage
12 338.12 (AUTHOR_TESTING=1 RELEASE_TESTING=1 COVERAGE=1) 13 May 2020 11:00PM UTC 0
94.28
Travis Job 338.12
Source Files on build 338
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #338
  • 46d0c203 on github
  • Prev Build on master (#336)
  • Next Build on master (#339)
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