| blib/lib/Compress/Stream/Zstd/Decompressor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 14 | 14 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 5 | 5 | 100.0 | 
| pod | n/a | ||
| total | 19 | 19 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Compress::Stream::Zstd::Decompressor; | ||||||
| 2 | 2 | 2 | 937 | use 5.008001; | |||
| 2 | 8 | ||||||
| 3 | 2 | 2 | 11 | use strict; | |||
| 2 | 4 | ||||||
| 2 | 36 | ||||||
| 4 | 2 | 2 | 10 | use warnings; | |||
| 2 | 4 | ||||||
| 2 | 73 | ||||||
| 5 | 2 | 2 | 13 | use Exporter 'import'; | |||
| 2 | 35 | ||||||
| 2 | 65 | ||||||
| 6 | |||||||
| 7 | 2 | 2 | 12 | use Compress::Stream::Zstd (); | |||
| 2 | 4 | ||||||
| 2 | 114 | ||||||
| 8 | |||||||
| 9 | our @EXPORT = qw( | ||||||
| 10 | ZSTD_DSTREAM_IN_SIZE | ||||||
| 11 | ZSTD_d_windowLogMax | ||||||
| 12 | ); | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | __END__ |