File Coverage

lib/Perl6/Bible.pm
Criterion Covered Total %
statement 6 10 60.0
branch n/a
condition n/a
subroutine 2 4 50.0
pod 0 2 0.0
total 8 16 50.0


line stmt bran cond sub pod time code
1             package Perl6::Bible;
2 1     1   51456 use 5.000;
  1         4  
  1         117  
3 1     1   13 use File::Spec;
  1         2  
  1         111  
4              
5             $Perl6::Bible::VERSION = '0.37';
6              
7             sub new {
8 0     0 0   my $class = shift;
9 0           bless({@_}, $class);
10             }
11              
12             sub process {
13 0     0 0   my $self = shift;
14 0           print <<_;
15              
16             This was the Perl 6 Canon up to December 2007.
17             Please install Perl6::Doc to have even more Perl 6 Documentation.
18             _
19             }
20              
21              
22             __DATA__