File Coverage

blib/lib/Package/Stash/XS.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 Package::Stash::XS; # git description: v0.29-21-gea0807b
2 17     17   890313 use strict;
  17         130  
  17         384  
3 17     17   77 use warnings;
  17         23  
  17         297  
4 17     17   256 use 5.008001;
  17         45  
5             # ABSTRACT: Faster and more correct implementation of the Package::Stash API
6              
7             our $VERSION = '0.30';
8              
9 17     17   100 use XSLoader;
  17         33  
  17         657  
10             XSLoader::load(__PACKAGE__, $VERSION);
11              
12             __END__