HPInc / jipp

A Java-compatible implementation of IPP
MIT License
153 stars 42 forks source link

Fix pwg #50

Closed GladeDiviney closed 5 years ago

GladeDiviney commented 5 years ago

Fix #48

codecov-io commented 5 years ago

Codecov Report

Merging #50 into master will decrease coverage by 4.76%. The diff coverage is 74.49%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #50      +/-   ##
============================================
- Coverage     87.61%   82.85%   -4.77%     
- Complexity      317      356      +39     
============================================
  Files            56       64       +8     
  Lines          1042     1493     +451     
  Branches        163      244      +81     
============================================
+ Hits            913     1237     +324     
- Misses           59      126      +67     
- Partials         70      130      +60
Impacted Files Coverage Δ Complexity Δ
...re/src/main/java/com/hp/jipp/encoding/KeyValues.kt 89.47% <ø> (ø) 13 <0> (ø) :arrow_down:
...dl/src/main/kotlin/com/hp/jipp/pdl/pwg/PackBits.kt 95.69% <0%> (+3.22%) 12 <0> (+2) :arrow_up:
...in/kotlin/com/hp/jipp/pdl/util/NullOutputStream.kt 100% <100%> (ø) 2 <2> (?)
...ipp-pdl/src/main/kotlin/com/hp/jipp/pdl/PdlUtil.kt 100% <100%> (ø) 0 <0> (?)
.../main/kotlin/com/hp/jipp/pdl/RenderableDocument.kt 40% <40%> (ø) 2 <2> (?)
...-pdl/src/main/kotlin/com/hp/jipp/pdl/ColorSpace.kt 55% <55%> (-45%) 5 <5> (+3)
...src/main/kotlin/com/hp/jipp/pdl/pclm/PclmWriter.kt 89.67% <63.15%> (-4.16%) 24 <3> (-1)
...l/src/main/kotlin/com/hp/jipp/pdl/pwg/PwgReader.kt 68.29% <68.29%> (ø) 2 <2> (?)
...l/src/main/kotlin/com/hp/jipp/pdl/pwg/PwgHeader.kt 68.53% <68.53%> (ø) 17 <17> (?)
.../src/main/kotlin/com/hp/jipp/pdl/OutputSettings.kt 71.42% <71.42%> (ø) 5 <5> (?)
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e2510f4...787e562. Read the comment docs.