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

jbremer / peepdf / 47 / 2
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: object-stream
DEFAULT BRANCH: master
Ran 06 Mar 2020 03:06PM UTC
Files 12
Run time 27s
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

06 Mar 2020 03:04PM UTC coverage: 24.207% (-0.9%) from 25.156%
47.2

Pull #9

travis-ci

web-flow
Fix object stream parsing

Commit 8cc27b6a broke object stream parsing by resetting the content
cursor PDFParser.charCounter to zero on every invocation. This broke object
stream parsing. Reproducer:

$ echo -e "create pdf\ncreate object_stream\nall\nsave /tmp/foo.pdf" | \
	peepdf -i

Without fix:

$ peepdf -j /tmp/foo.pdf
Error: An error has occurred while parsing an indirect object!!

With this change: JSON output as expected (same for other outputs).

$ peepdf -j /tmp/foo.pdf
{
    "peepdf_analysis": {
[...]
           "version": "0.3"
        }
    }
}
Pull Request #9: Fix object stream parsing

3031 of 12521 relevant lines covered (24.21%)

0.24 hits per line

Source Files on job 47.2
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 41
  • Travis Job 47.2
  • 3f468665 on github
  • Prev Job for on object-stream (#41.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