| blib/arch/Sys/GetRandom/PP/_Bits.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # This file was generated automatically by _Bits.pm.PL v0.06. | ||||||
| 2 | # | ||||||
| 3 | package Sys::GetRandom::PP::_Bits; | ||||||
| 4 | 1 | 1 | 7 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 38 | ||||||
| 5 | 1 | 1 | 5 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 75 | ||||||
| 6 | |||||||
| 7 | our $VERSION = '0.05'; | ||||||
| 8 | |||||||
| 9 | use constant { | ||||||
| 10 | 1 | 113 | GRND_RANDOM => 2, | ||||
| 11 | GRND_NONBLOCK => 1, | ||||||
| 12 | _SYS_getrandom => 318, | ||||||
| 13 | 1 | 1 | 8 | }; | |||
| 1 | 2 | ||||||
| 14 | |||||||
| 15 | 1 |