File Coverage

blib/lib/FFI/Raw/MemPtr.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::MemPtr;
2              
3 6     6   41 use strict;
  6         15  
  6         171  
4 6     6   32 use warnings;
  6         13  
  6         167  
5 6     6   30 use base qw( FFI::Platypus::Legacy::Raw::MemPtr FFI::Raw::Ptr );
  6         13  
  6         1076  
6              
7             # ABSTRACT: FFI::Platypus::Legacy::Raw memory pointer type
8             our $VERSION = '0.32';
9              
10             1;
11              
12             __END__