File Coverage

blib/lib/Arrays/Same.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1 1     1   67303 use 5.008008;
  1         4  
2 1     1   4 use strict;
  1         2  
  1         66  
3 1     1   8 use warnings;
  1         1  
  1         99  
4              
5             package Arrays::Same;
6              
7             our $AUTHORITY = 'cpan:TOBYINK';
8             our $VERSION = '0.002';
9              
10             require XSLoader;
11             'Arrays::Same'->XSLoader::load($VERSION);
12              
13             require Exporter::Shiny;
14             'Exporter::Shiny'->import(qw( arrays_same_i arrays_same_s ));
15              
16             1;
17              
18             __END__