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