File Coverage

blib/lib/FFI/Raw/Callback.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package FFI::Raw::Callback;
2              
3 6     6   47 use strict;
  6         14  
  6         186  
4 6     6   33 use warnings;
  6         14  
  6         170  
5 6     6   31 use base qw( FFI::Platypus::Legacy::Raw::Callback );
  6         14  
  6         749  
6              
7             # ABSTRACT: FFI::Platypus::Legacy::Raw function pointer type
8             our $VERSION = '0.32';
9              
10             1;
11              
12             __END__