blib/lib/Compress/Stream/Zstd/CompressionContext.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::CompressionContext; | ||||||
2 | 2 | 2 | 1067 | use 5.008001; | |||
2 | 7 | ||||||
3 | 2 | 2 | 32 | use strict; | |||
2 | 15 | ||||||
2 | 46 | ||||||
4 | 2 | 2 | 11 | use warnings; | |||
2 | 2 | ||||||
2 | 70 | ||||||
5 | |||||||
6 | 2 | 2 | 12 | use Compress::Stream::Zstd (); | |||
2 | 4 | ||||||
2 | 57 | ||||||
7 | |||||||
8 | 1; | ||||||
9 | __END__ |