File Coverage

blib/lib/KinoSearch/Test.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package KinoSearch::Test;
2 164     164   1786547 use KinoSearch;
  164         668  
  164         12601  
3              
4             # Set the default memory threshold for PostingListWriter to a low number so
5             # that we simulate large indexes by performing a lot of PostingPool flushes.
6             KinoSearch::Index::PostingListWriter::set_default_mem_thresh(0x1000);
7              
8             1;
9              
10             __END__