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   434665 use strict;
  5         39  
  5         148  
4 5     5   24 use warnings;
  5         10  
  5         108  
5 5     5   96 use 5.008004;
  5         17  
6 5     5   1387 use FFI::Platypus;
  5         12  
  5         139  
7 5     5   27 use Exporter qw( import );
  5         10  
  5         515  
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.06_01'; # TRIAL VERSION
16              
17              
18             1;
19              
20             __END__