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 51     51   1225 use strict;
  51         107  
  51         1310  
4 51     51   242 use warnings;
  51         90  
  51         987  
5 51     51   722 use 5.008004;
  51         177  
6              
7             # ABSTRACT: Documentation and tools for using Platypus with the C programming language
8             our $VERSION = '2.07'; # VERSION
9              
10              
11             sub native_type_map
12             {
13 339     339 1 16123 require FFI::Platypus::ShareConfig;
14 339         1472 FFI::Platypus::ShareConfig->get('type_map');
15             }
16              
17             1;
18              
19             __END__