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   647819 use strict;
  2         6  
  2         114  
4 2     2   14 use warnings;
  2         3  
  2         151  
5              
6 2     2   12 use parent ( 'Linux::Perl::aio' );
  2         12  
  2         51  
7              
8             use constant {
9 2         169 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   140 };
  2         6  
15              
16             1;