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   1399 use strict;
  34         104  
  34         1068  
4 34     34   201 use warnings;
  34         86  
  34         846  
5 34     34   614 use 5.008004;
  34         131  
6 34     34   219 use parent qw( FFI::Platypus::TypeParser::Version1 );
  34         87  
  34         247  
7 34     34   2040 use constant _version => 2;
  34         86  
  34         2749  
8              
9             # ABSTRACT: FFI Type Parser Version Two
10             our $VERSION = '2.08'; # VERSION
11              
12              
13             1;
14              
15             __END__