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   1096 use strict;
  2         4  
  2         58  
4 2     2   19 use warnings;
  2         3  
  2         113  
5              
6 2     2   18 use parent 'Linux::Perl::timerfd';
  2         3  
  2         114  
7              
8             use constant {
9 2         441 NR_timerfd_create => 283,
10             NR_timerfd_settime => 286,
11             NR_timerfd_gettime => 287,
12 2     2   365 };
  2         6  
13              
14             1;