File Coverage

blib/lib/Math/Prime/FastSieve/Inline.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             # DO NOT EDIT
2             #
3             # GENERATED BY: Inline::Module 0.29
4              
5 8     8   37 use strict; use warnings;
  8     8   9  
  8         216  
  8         27  
  8         10  
  8         221  
6             package Math::Prime::FastSieve::Inline;
7 8     8   29 use base 'DynaLoader';
  8         10  
  8         849  
8             bootstrap Math::Prime::FastSieve::Inline;
9              
10             1;