File Coverage

lib/ExtUtils/XSpp/Plugin/feature/default_xs_typemap.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 11 12 91.6


line stmt bran cond sub pod time code
1             package ExtUtils::XSpp::Plugin::feature::default_xs_typemap;
2              
3 1     1   5 use strict;
  1         2  
  1         39  
4 1     1   5 use warnings;
  1         1  
  1         99  
5              
6             sub register_plugin {
7 1     1 0 3 my( $class, $parser ) = @_;
8              
9 1         6 ExtUtils::XSpp::Typemap::_enable_default_xs_typemaps();
10              
11             }
12              
13             1;