| 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 | 899 | use 5.008001; | |||
| 2 | 6 | ||||||
| 3 | 2 | 2 | 10 | use strict; | |||
| 2 | 10 | ||||||
| 2 | 34 | ||||||
| 4 | 2 | 2 | 10 | use warnings; | |||
| 2 | 3 | ||||||
| 2 | 82 | ||||||
| 5 | 2 | 2 | 12 | use Exporter 'import'; | |||
| 2 | 4 | ||||||
| 2 | 59 | ||||||
| 6 | |||||||
| 7 | 2 | 2 | 11 | use Compress::Stream::Zstd (); | |||
| 2 | 5 | ||||||
| 2 | 96 | ||||||
| 8 | |||||||
| 9 | our @EXPORT = qw( | ||||||
| 10 | ZSTD_DSTREAM_IN_SIZE | ||||||
| 11 | ZSTD_d_windowLogMax | ||||||
| 12 | ); | ||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | __END__ |