File Coverage

blib/lib/FFI/Platypus/Lang/C.pm
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 15 15 100.0


line stmt bran cond sub pod time code
1             package FFI::Platypus::Lang::C;
2              
3 50     50   327 use strict;
  50         101  
  50         2041  
4 50     50   264 use warnings;
  50         96  
  50         2721  
5 50     50   933 use 5.008004;
  50         368  
6              
7             # ABSTRACT: Documentation and tools for using Platypus with the C programming language
8             our $VERSION = '2.11'; # VERSION
9              
10              
11             sub native_type_map
12             {
13 337     337 1 22692 require FFI::Platypus::ShareConfig;
14 337         2526 FFI::Platypus::ShareConfig->get('type_map');
15             }
16              
17             1;
18              
19             __END__