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

halostatue / minitar / 61
82%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2016 07:40PM UTC
Jobs 5
Files 14
Run time 1min
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
61

push

travis-ci

halostatue
No unnecessary strings on POSIX header creation

The POSIX header creation methods created a new 512-byte string of NULL
bytes just to see if the header was an empty header. This could be simplified
with a single 512-byte constant string for comparison, but a short-circuiting
comparison will be more efficient over-all. Use the #each_byte enumerator with
the #any? test method on #nonzero? (data.each_byte.any?(&:nonzero?)).

737 of 919 relevant lines covered (80.2%)

180.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 61.1 (2.3.1, Gemfile) 08 Nov 2016 07:41PM UTC 0
80.26
Travis Job 61.1
2 61.2 (2.2.3, Gemfile) 08 Nov 2016 07:40PM UTC 0
80.26
Travis Job 61.2
3 61.3 (2.1.6, Gemfile) 08 Nov 2016 07:41PM UTC 0
80.26
Travis Job 61.3
4 61.4 (2.0.0, Gemfile) 08 Nov 2016 07:40PM UTC 0
80.26
Travis Job 61.4
10 61.10 (ruby-head, Gemfile) 08 Nov 2016 07:42PM UTC 0
80.2
Travis Job 61.10
Source Files on build 61
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #61
  • 27569dfa on github
  • Prev Build on master (#44)
  • Next Build on master (#91)
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