File Coverage

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   540 use strict;
  1         2  
  1         104  
4 1     1   8 use warnings;
  1         2  
  1         32  
5              
6 1     1   4 use parent 'Linux::Perl::getrandom';
  1         1  
  1         7  
7              
8             use constant {
9 1         78 NR_getrandom => 318,
10 1     1   231 };
  1         2  
11              
12             1;