| corpus/ffi_build_mm/lb1bad/hello.fbx | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 6 | 6 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 8 | 8 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 1 | 1 | 7 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 24 | ||||||
| 2 | 1 | 1 | 4 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 71 | ||||||
| 3 | skootch skootch; | ||||||
| 4 | our $DIR; | ||||||
| 5 | our $PLATFORM; | ||||||
| 6 | die unless $PLATFORM->isa('FFI::Build::Platform'); | ||||||
| 7 | |||||||
| 8 | { source => [ "$DIR/*.c" ] }; |