| blib/lib/Linux/Perl/getdents/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::getdents::x86_64; | ||||||
| 2 | |||||||
| 3 | 2 | 2 | 1087 | use strict; | |||
| 2 | 6 | ||||||
| 2 | 57 | ||||||
| 4 | 2 | 2 | 9 | use warnings; | |||
| 2 | 4 | ||||||
| 2 | 90 | ||||||
| 5 | |||||||
| 6 | 2 | 2 | 12 | use parent qw( Linux::Perl::getdents ); | |||
| 2 | 2 | ||||||
| 2 | 41 | ||||||
| 7 | |||||||
| 8 | 2 | 2 | 287 | use constant NR_getdents64 => 217; | |||
| 2 | 4 | ||||||
| 2 | 305 | ||||||
| 9 | |||||||
| 10 | 1; |