File Coverage

blib/lib/Lingua/JA/Expand/DataSource.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             package Lingua::JA::Expand::DataSource;
2 1     1   7 use strict;
  1         1  
  1         37  
3 1     1   5 use warnings;
  1         1  
  1         28  
4 1     1   5 use base qw(Lingua::JA::Expand::Base);
  1         2  
  1         706  
5              
6             __PACKAGE__->mk_virtual_methods($_) for qw(extract_text);
7              
8              
9              
10             1;
11              
12             __END__