| blib/arch/Export/XS/Auto.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 5 | 5 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | n/a | ||
| total | 7 | 7 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package | ||||||
| 2 | Export::XS::Auto; | ||||||
| 3 | 3 | 3 | 141251 | use 5.012; | |||
| 3 | 11 | ||||||
| 4 | 3 | 3 | 409 | use Export::XS; | |||
| 3 | 8 | ||||||
| 3 | 183 | ||||||
| 5 | |||||||
| 6 | *import = *Export::XS::import; | ||||||
| 7 | |||||||
| 8 | 1; |