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 | 5 | ||||||
3 | 74 | ||||||
4 | 3 | 3 | 13 | use warnings; | |||
3 | 6 | ||||||
3 | 53 | ||||||
5 | 3 | 3 | 41 | use 5.008004; | |||
3 | 9 | ||||||
6 | |||||||
7 | # ABSTRACT: Documentation and tools for using Platypus with the Assembly | ||||||
8 | our $VERSION = '2.07'; # VERSION | ||||||
9 | |||||||
10 | |||||||
11 | sub native_type_map | ||||||
12 | { | ||||||
13 | {} | ||||||
14 | 7 | 7 | 1 | 17 | } | ||
15 | |||||||
16 | 1; | ||||||
17 | |||||||
18 | __END__ |