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   1409 use strict;
  51         149  
  51         1639  
4 51     51   293 use warnings;
  51         173  
  51         1230  
5 51     51   882 use 5.008004;
  51         326  
6              
7             # ABSTRACT: Documentation and tools for using Platypus with the C programming language
8             our $VERSION = '2.08'; # VERSION
9              
10              
11             sub native_type_map
12             {
13 339     339 1 20144 require FFI::Platypus::ShareConfig;
14 339         1653 FFI::Platypus::ShareConfig->get('type_map');
15             }
16              
17             1;
18              
19             __END__