File Coverage

blib/lib/CSPL/Provision.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package CSPL::Provision;
2              
3 1     1   15933 use warnings;
  1         1  
  1         31  
4 1     1   3 use strict;
  1         1  
  1         18  
5 1     1   2 use Carp;
  1         5  
  1         68  
6              
7 1     1   404 use version; $VERSION = qv('0.0.3');
  1         1390  
  1         4  
8              
9             # Other recommended modules (uncomment to use):
10             # use IO::Prompt;
11             # use Perl6::Export;
12             # use Perl6::Slurp;
13             # use Perl6::Say;
14              
15              
16             # Module implementation here
17              
18              
19             1; # Magic true value required at end of module
20             __END__