File Coverage

blib/lib/Text/Lorem/Moretext.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 Text::Lorem::Moretext;
2              
3 1     1   21236 use 5.018001;
  1         4  
  1         33  
4 1     1   40 use strict;
  1         3  
  1         31  
5 1     1   4 use warnings;
  1         12  
  1         30  
6 1     1   4 use Carp;
  1         2  
  1         114  
7              
8             our @ISA = qw();
9              
10             our $VERSION = '0.01';
11              
12              
13             # Preloaded methods go here.
14              
15             1;
16             __END__