File Coverage

blib/lib/Devel/GlobalDestruction/XS.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 2     2   1079 use strict; use warnings;
  2     2   2  
  2         68  
  2         10  
  2         2  
  2         80  
2             package Devel::GlobalDestruction::XS;
3              
4             # our $VERSION = '0.01';
5 2     2   879 use Alt::Devel::GlobalDestruction::XS::Inline;
  2         5  
  2         61  
6              
7             use Devel::GlobalDestruction::XS::Inline
8 2     2   751 C => 'lib/Devel/GlobalDestruction/XS.c';
  2         2  
  2         49  
9              
10             1; # keep require happy
11              
12             __END__