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   2210 use strict;
  4         9  
  4         119  
4 4     4   17 use warnings;
  4         8  
  4         144  
5              
6 4     4   26 use parent 'Linux::Perl::eventfd';
  4         9  
  4         107  
7              
8             use constant {
9 4         609 NR_eventfd => 284,
10             NR_eventfd2 => 290,
11 4     4   411 };
  4         15  
12              
13             1;