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

bigeasy / inquiry / 131 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2013 02:27PM UTC
Files 1
Run time –
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

18 Jul 2013 02:25PM UTC coverage: 100.0%. Remained the same
131.1

push

travis-ci

bigeasy
Whitespace for clarity.

Added 2 bytes. Got whitespace for the sake of clarity.

Switching to double-quoted strings to delineate path parts with special
characters was necessary because with backtick escaping, the slashes
were the delimiters. Having whitespace for clarity means we need both
quotes and escapes. That's fine. We'll just reused double-quotes
strings. This reduces size, because the regular expression is already in
the code, so we've already paid for it to gzip.

We can use JSON.parse to convert the string we extract, which won't
minify at all, but it is still less verbose than doing the escaping
ourselves. Plus, we remove the fixup that rewrote the `%` sign because
of JSON pointer.

We spend our savings on our calls to `trim()`. We use `trim()`
consistently instead of adding to the regular expressions. It will not
get minified, but it will be a consistent repetition for gzip.

While writing this, I found that I'm tracking the path in the
interpreter incorrectly, and that I'm never using it. I'm going to leave
it in there for now, until I figure out which way I want to go with it.

Closes #46.

File                             Raw         Min         Zip     Min/Zip
index.js                  5531/05.40  2059/02.01  1788/01.75   980/00.96

80 of 80 relevant lines covered (100.0%)

189.58 hits per line

Source Files on job 131.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 131
  • Travis Job 131.1
  • a6f768dd on github
  • Prev Job for on master (#130.2)
  • Next Job for on master (#132.2)
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