blib/lib/Compress/Stream/Zstd/DecompressionContext.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 11 | 11 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 15 | 15 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Compress::Stream::Zstd::DecompressionContext; | ||||||
2 | 2 | 2 | 888 | use 5.008001; | |||
2 | 6 | ||||||
3 | 2 | 2 | 10 | use strict; | |||
2 | 6 | ||||||
2 | 42 | ||||||
4 | 2 | 2 | 8 | use warnings; | |||
2 | 4 | ||||||
2 | 54 | ||||||
5 | |||||||
6 | 2 | 2 | 12 | use Compress::Stream::Zstd (); | |||
2 | 4 | ||||||
2 | 51 | ||||||
7 | |||||||
8 | 1; | ||||||
9 | __END__ |