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 | 83799 | use 5.012; | |||
3 | 8 | ||||||
4 | 3 | 3 | 275 | use Export::XS; | |||
3 | 5 | ||||||
3 | 181 | ||||||
5 | |||||||
6 | *import = *Export::XS::import; | ||||||
7 | |||||||
8 | 1; |