File Coverage

blib/lib/FFI/Platypus/Lang/ASM.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 1 1 100.0
total 14 14 100.0


line stmt bran cond sub pod time code
1             package FFI::Platypus::Lang::ASM;
2              
3 3     3   19 use strict;
  3         7  
  3         94  
4 3     3   16 use warnings;
  3         5  
  3         67  
5 3     3   56 use 5.008004;
  3         12  
6              
7             # ABSTRACT: Documentation and tools for using Platypus with the Assembly
8             our $VERSION = '2.06_01'; # TRIAL VERSION
9              
10              
11             sub native_type_map
12             {
13             {}
14 7     7 1 25 }
15              
16             1;
17              
18             __END__