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

remarkablemark / html-dom-parser / 11 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 17 Jun 2017 05:46PM UTC
Files 5
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

17 Jun 2017 05:43PM UTC coverage: 79.545%. Remained the same
11.1

push

travis-ci

remarkablemark
Bump version to 0.1.0

Improve and refactor client parser (#2)
- Use template element as the default parser
  - For HTML that doesn't have high-level tags (no <html>, <head>,
    or <body>)
  - Fastest parser out of the three
  - Doesn't load external resources like images when parsing
- Use `DOMImplementation` as fallback
  - For HTML with tags like <head> or <body> (but no <html>)
  - Second fastest parser out of the three
- Use `DOMParser` as final fallback or for parsing high-level tags
  - For HTML with directive and/or <html> (can handle all cases)
  - Slowest parser out of the three
  - Make sure to remove extraneous elements (e.g., <head> or
    <body>) if they're not in the HTML
- Improve regex matching, create constants, and cache values that
  can optimize the parser

49 of 74 branches covered (66.22%)

Branch coverage included in aggregate %.

105 of 132 relevant lines covered (79.55%)

11.81 hits per line

Source Files on job 11.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 11
  • Travis Job 11.1
  • 346249e9 on github
  • Prev Job for on master (#10.1)
  • Next Job for on master (#15.1)
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