| blib/lib/Q/S/L.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Q::S::L; | ||||||
| 2 | |||||||
| 3 | 3 | 3 | 116190 | use parent Quantum::Superpositions::Lazy; | |||
| 3 | 810 | ||||||
| 3 | 13 | ||||||
| 4 | 3 | 3 | 136 | use Quantum::Superpositions::Lazy qw(:all); | |||
| 3 | 12 | ||||||
| 3 | 496 | ||||||
| 5 | |||||||
| 6 | our $VERSION = $Quantum::Superpositions::Lazy::VERSION; | ||||||
| 7 | our @EXPORT = @Quantum::Superpositions::Lazy::EXPORT; | ||||||
| 8 | our @EXPORT_OK = @Quantum::Superpositions::Lazy::EXPORT_OK; | ||||||
| 9 | our %EXPORT_TAGS = %Quantum::Superpositions::Lazy::EXPORT_TAGS; | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | __END__ |