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

apache / commons-io / 81
88%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 05:49PM UTC
Jobs 2
Files 118
Run time 4min
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
81

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.

4696 of 5217 relevant lines covered (90.01%)

44889.97 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
100.0
src/main/java/org/apache/commons/io/input/Tailer.java
Jobs
ID Job ID Ran Files Coverage
1 81.1 02 Aug 2017 05:54PM UTC 0
90.16
Travis Job 81.1
2 81.2 02 Aug 2017 05:49PM UTC 0
90.02
Travis Job 81.2
Source Files on build 81
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #81
  • 92a07f9a on github
  • Prev Build on master (#79)
  • Next Build on master (#83)
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