File Coverage

blib/lib/Linux/Perl/eventfd/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::eventfd::x86_64;
2              
3 4     4   2470 use strict;
  4         19  
  4         157  
4 4     4   21 use warnings;
  4         9  
  4         157  
5              
6 4     4   36 use parent 'Linux::Perl::eventfd';
  4         9  
  4         110  
7              
8             use constant {
9 4         633 NR_eventfd => 284,
10             NR_eventfd2 => 290,
11 4     4   498 };
  4         9  
12              
13             1;