File Coverage

blib/lib/Linux/Perl/aio/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::aio::x86_64;
2              
3 2     2   645504 use strict;
  2         14  
  2         114  
4 2     2   15 use warnings;
  2         16  
  2         141  
5              
6 2     2   21 use parent ( 'Linux::Perl::aio' );
  2         15  
  2         50  
7              
8             use constant {
9 2         188 NR_io_setup => 206,
10             NR_io_destroy => 207,
11             NR_io_getevents => 208,
12             NR_io_submit => 209,
13             NR_io_cancel => 210,
14 2     2   157 };
  2         5  
15              
16             1;