blib/arch/Panda/XS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 2 | 2 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 3 | 3 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Panda::XS; | ||||||
2 | 22 | 22 | 212948 | use 5.018; | |||
22 | 162 | ||||||
3 | |||||||
4 | our $VERSION = '2.1.10'; | ||||||
5 | require Panda::XSLoader; | ||||||
6 | Panda::XSLoader::load(); | ||||||
7 | |||||||
8 | 1; |