File Coverage

blib/lib/FFI/Platypus/Internal.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package FFI::Platypus::Internal;
2              
3 5     5   470130 use strict;
  5         24  
  5         142  
4 5     5   27 use warnings;
  5         10  
  5         135  
5 5     5   95 use 5.008004;
  5         16  
6 5     5   1571 use FFI::Platypus;
  5         11  
  5         138  
7 5     5   37 use Exporter qw( import );
  5         13  
  5         584  
8              
9             require FFI::Platypus;
10             _init();
11              
12             our @EXPORT = grep /^FFI_PL/, keys %FFI::Platypus::Internal::;
13              
14             # ABSTRACT: For internal use only
15             our $VERSION = '2.08'; # VERSION
16              
17              
18             1;
19              
20             __END__