| blib/lib/Linux/Perl/getrandom/x86_64.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 12 | 12 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 4 | 100.0 |
| pod | n/a | ||
| total | 16 | 16 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Linux::Perl::getrandom::x86_64; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 518 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 27 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 26 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 6 | use parent 'Linux::Perl::getrandom'; | |||
| 1 | 2 | ||||||
| 1 | 5 | ||||||
| 7 | |||||||
| 8 | use constant { | ||||||
| 9 | 1 | 82 | NR_getrandom => 318, | ||||
| 10 | 1 | 1 | 68 | }; | |||
| 1 | 2 | ||||||
| 11 | |||||||
| 12 | 1; |