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

apache / commons-io / 81 / 2
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 05:49PM UTC
Files 127
Run time 7s
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

02 Aug 2017 05:39PM UTC coverage: 90.015% (+0.02%) from 89.996%
81.2

push

travis-ci

PascalSchumacher
Missing Test Case for negative offset value (closes #41)

The method copyLarge(InputStream input, InputStream output, int offset, buffer) copies the content of input into output. If offset is a positive number, it will skip a number of bytes from input equal to offset value. By performing mutation testing analysis we noticed that the copyLarge method was never tested for a negative value for offset. The added test call copyLarge with a negative value and check that the behavior is the same as for offset = 0, where no bytes are skipped from input.

4697 of 5218 relevant lines covered (90.02%)

22440.77 hits per line

Source Files on job 81.2
  • Tree
  • List 0
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 81
  • Travis Job 81.2
  • 92a07f9a on github
  • Prev Job for on master (#79.2)
  • Next Job for on master (#83.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