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   1477 use strict;
  34         80  
  34         1083  
4 34     34   219 use warnings;
  34         74  
  34         860  
5 34     34   623 use 5.008004;
  34         117  
6 34     34   186 use parent qw( FFI::Platypus::TypeParser::Version1 );
  34         86  
  34         221  
7 34     34   2043 use constant _version => 2;
  34         82  
  34         2833  
8              
9             # ABSTRACT: FFI Type Parser Version Two
10             our $VERSION = '2.06_01'; # TRIAL VERSION
11              
12              
13             1;
14              
15             __END__