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   711308 use strict;
  2         12  
  2         150  
4 2     2   57 use warnings;
  2         12  
  2         119  
5              
6 2     2   15 use parent ( 'Linux::Perl::aio' );
  2         6  
  2         96  
7              
8             use constant {
9 2         151 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   187 };
  2         5  
15              
16             1;