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   2411 use strict;
  4         14  
  4         158  
4 4     4   32 use warnings;
  4         9  
  4         185  
5              
6 4     4   26 use parent 'Linux::Perl::eventfd';
  4         15  
  4         131  
7              
8             use constant {
9 4         633 NR_eventfd => 284,
10             NR_eventfd2 => 290,
11 4     4   500 };
  4         19  
12              
13             1;