File Coverage

blib/lib/Devel/GlobalDestruction/XS.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1 2     2   993 use strict; use warnings;
  2     2   2  
  2         58  
  2         8  
  2         3  
  2         96  
2             package Devel::GlobalDestruction::XS;
3              
4             our $VERSION = '0.04';
5              
6             use Devel::GlobalDestruction::XS::Inline
7 2     2   685 C => 'lib/Devel/GlobalDestruction/XS.c';
  2         3  
  2         49  
8              
9             1; # keep require happy
10              
11             __END__