File Coverage

blib/lib/FFI/Platypus/TypeParser/Version2.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::TypeParser::Version2;
2              
3 34     34   1000 use strict;
  34         76  
  34         1444  
4 34     34   175 use warnings;
  34         71  
  34         2015  
5 34     34   583 use 5.008004;
  34         147  
6 34     34   194 use parent qw( FFI::Platypus::TypeParser::Version1 );
  34         75  
  34         288  
7 34     34   2389 use constant _version => 2;
  34         67  
  34         3330  
8              
9             # ABSTRACT: FFI Type Parser Version Two
10             our $VERSION = '2.11'; # VERSION
11              
12              
13             1;
14              
15             __END__