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   434244 use strict;
  5         13  
  5         242  
4 5     5   42 use warnings;
  5         9  
  5         288  
5 5     5   96 use 5.008004;
  5         19  
6 5     5   1777 use FFI::Platypus;
  5         14  
  5         225  
7 5     5   30 use Exporter qw( import );
  5         10  
  5         754  
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.11'; # VERSION
16              
17              
18             1;
19              
20             __END__