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. GENERATED BY: Inline::Module 0.31
2              
3 8     8   28 use strict; use warnings;
  8     8   10  
  8         221  
  8         27  
  8         49  
  8         228  
4             package Math::Prime::FastSieve::Inline;
5 8     8   30 use base 'DynaLoader';
  8         10  
  8         971  
6             bootstrap Math::Prime::FastSieve::Inline;
7             1;