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

remarkablemark / html-dom-parser / 11
92%

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

pending completion
11

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

Jobs
ID Job ID Ran Files Coverage
1 11.1 17 Jun 2017 05:46PM UTC 0
79.55
Travis Job 11.1
Source Files on build 11
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11
  • 346249e9 on github
  • Prev Build on master (#10)
  • Next Build on master (#15)
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