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   1202 use strict; use warnings;
  2     2   3  
  2         66  
  2         8  
  2         2  
  2         96  
2             package Devel::GlobalDestruction::XS;
3              
4             our $VERSION = '0.05';
5              
6             use Devel::GlobalDestruction::XS::Inline
7 2     2   719 C => 'lib/Devel/GlobalDestruction/XS.c';
  2         5  
  2         80  
8              
9             1; # keep require happy
10              
11             __END__