blib/lib/Q/S/L.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 Q::S::L; | ||||||
2 | |||||||
3 | our $VERSION = '1.11'; | ||||||
4 | |||||||
5 | 3 | 3 | 118321 | use v5.24; | |||
3 | 25 | ||||||
6 | 3 | 3 | 14 | use warnings; | |||
3 | 5 | ||||||
3 | 92 | ||||||
7 | |||||||
8 | 3 | 3 | 1101 | use parent 'Quantum::Superpositions::Lazy'; | |||
3 | 867 | ||||||
3 | 12 | ||||||
9 | 3 | 3 | 162 | use Quantum::Superpositions::Lazy qw(:all); | |||
3 | 4 | ||||||
3 | 619 | ||||||
10 | |||||||
11 | our @EXPORT = @Quantum::Superpositions::Lazy::EXPORT; | ||||||
12 | our @EXPORT_OK = @Quantum::Superpositions::Lazy::EXPORT_OK; | ||||||
13 | our %EXPORT_TAGS = %Quantum::Superpositions::Lazy::EXPORT_TAGS; | ||||||
14 | |||||||
15 | 1; | ||||||
16 | __END__ |