miurahr / pyppmd

pyppmd provides classes and functions for compressing and decompressing text data, using PPM (Prediction by partial matching) compression algorithm variation H and I.2. It provide an API similar to Python's zlib/bz2/lzma modules.
https://pyppmd.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
8 stars 3 forks source link

PPMd7 decoder checks return value of DecodeSymbol func #65

Closed miurahr closed 3 years ago

miurahr commented 3 years ago

Signed-off-by: Hiroshi Miura miurahr@linux.com

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 76.62% when pulling 8c6f8fed759d8074e75051ca5cd316ab2e75ecd1 on topic-ppmd7-decoder-check-result-value into 0258bfc44c172c45b53b1cb7d45c72f32f5f92b6 on main.