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   1544 use strict;
  2         6  
  2         77  
4 2     2   30 use warnings;
  2         6  
  2         150  
5              
6 2     2   15 use parent 'Linux::Perl::timerfd';
  2         4  
  2         125  
7              
8             use constant {
9 2         597 NR_timerfd_create => 283,
10             NR_timerfd_settime => 286,
11             NR_timerfd_gettime => 287,
12 2     2   438 };
  2         7  
13              
14             1;