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   1236 use strict;
  34         63  
  34         918  
4 34     34   175 use warnings;
  34         61  
  34         693  
5 34     34   500 use 5.008004;
  34         109  
6 34     34   158 use parent qw( FFI::Platypus::TypeParser::Version1 );
  34         64  
  34         195  
7 34     34   1695 use constant _version => 2;
  34         63  
  34         2404  
8              
9             # ABSTRACT: FFI Type Parser Version Two
10             our $VERSION = '2.07'; # VERSION
11              
12              
13             1;
14              
15             __END__