| blib/lib/FFI/Platypus/API.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::API; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 215185 | use strict; | |||
| 2 | 12 | ||||||
| 2 | 56 | ||||||
| 4 | 2 | 2 | 10 | use warnings; | |||
| 2 | 6 | ||||||
| 2 | 44 | ||||||
| 5 | 2 | 2 | 52 | use 5.008004; | |||
| 2 | 6 | ||||||
| 6 | 2 | 2 | 787 | use FFI::Platypus; | |||
| 2 | 4 | ||||||
| 2 | 51 | ||||||
| 7 | 2 | 2 | 11 | use Exporter qw( import ); | |||
| 2 | 4 | ||||||
| 2 | 201 | ||||||
| 8 | |||||||
| 9 | our @EXPORT = grep /^arguments_/, keys %FFI::Platypus::API::; | ||||||
| 10 | |||||||
| 11 | # ABSTRACT: Platypus arguments and return value API for custom types | ||||||
| 12 | our $VERSION = '2.06_01'; # TRIAL VERSION | ||||||
| 13 | |||||||
| 14 | |||||||
| 15 | 1; | ||||||
| 16 | |||||||
| 17 | __END__ |