File Coverage

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             $Q::S::L::VERSION = '1.12';
3 3     3   123844 use v5.24;
  3         34  
4 3     3   15 use warnings;
  3         4  
  3         98  
5              
6 3     3   1159 use parent 'Quantum::Superpositions::Lazy';
  3         854  
  3         15  
7 3     3   162 use Quantum::Superpositions::Lazy qw(:all);
  3         7  
  3         519  
8              
9             our @EXPORT = @Quantum::Superpositions::Lazy::EXPORT;
10             our @EXPORT_OK = @Quantum::Superpositions::Lazy::EXPORT_OK;
11             our %EXPORT_TAGS = %Quantum::Superpositions::Lazy::EXPORT_TAGS;
12              
13             1;
14             __END__