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   361250 use strict;
  5         17  
  5         115  
4 5     5   22 use warnings;
  5         7  
  5         90  
5 5     5   75 use 5.008004;
  5         14  
6 5     5   1174 use FFI::Platypus;
  5         8  
  5         122  
7 5     5   25 use Exporter qw( import );
  5         8  
  5         478  
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.07'; # VERSION
16              
17              
18             1;
19              
20             __END__