File Coverage

blib/lib/Alt/FFI/Raw/Platypus.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Alt::FFI::Raw::Platypus;
2              
3 2     2   236621 use strict;
  2         11  
  2         62  
4 2     2   10 use warnings;
  2         4  
  2         51  
5 2     2   47 use 5.008001;
  2         9  
6              
7             # ABSTRACT: Alternate FFI::Raw implementation powered by FFI::Platypus
8             our $VERSION = '0.04'; # VERSION
9              
10              
11              
12             1;
13              
14             __END__