File Coverage

blib/lib/Linux/Perl/timerfd/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::timerfd::x86_64;
2              
3 2     2   1274 use strict;
  2         6  
  2         77  
4 2     2   25 use warnings;
  2         5  
  2         140  
5              
6 2     2   17 use parent 'Linux::Perl::timerfd';
  2         3  
  2         159  
7              
8             use constant {
9 2         497 NR_timerfd_create => 283,
10             NR_timerfd_settime => 286,
11             NR_timerfd_gettime => 287,
12 2     2   384 };
  2         6  
13              
14             1;