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