File Coverage

blib/lib/FFI/Raw/Ptr.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::Ptr;
2              
3 6     6   43 use strict;
  6         11  
  6         178  
4 6     6   30 use warnings;
  6         13  
  6         170  
5 6     6   30 use base qw( FFI::Platypus::Legacy::Raw::Ptr );
  6         12  
  6         772  
6              
7             our $VERSION = '0.32';
8              
9             1;
10              
11             __END__