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   1765 use strict;
  4         9  
  4         90  
4 4     4   18 use warnings;
  4         6  
  4         149  
5              
6 4     4   19 use parent 'Linux::Perl::eventfd';
  4         7  
  4         72  
7              
8             use constant {
9 4         475 NR_eventfd => 284,
10             NR_eventfd2 => 290,
11              
12             flag_SEMAPHORE => 1,
13 4     4   416 };
  4         12  
14              
15             1;