File Coverage

blib/lib/KinoSearch1/Analysis/TokenBatch.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 KinoSearch1::Analysis::TokenBatch;
2 37     37   9787 use strict;
  37         86  
  37         1373  
3 37     37   221 use warnings;
  37         86  
  37         1674  
4 37     37   228 use KinoSearch1::Util::ToolSet;
  37         126  
  37         5679  
5 37     37   221 use base qw( KinoSearch1::Util::CClass );
  37         83  
  37         8748  
6              
7             1;
8              
9             __END__