File Coverage

blib/lib/Lingua/JA/Summarize/Extract/Plugin.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 8 11 72.7


line stmt bran cond sub pod time code
1             package Lingua::JA::Summarize::Extract::Plugin;
2              
3 1     1   4 use strict;
  1         2  
  1         25  
4 1     1   7 use base qw( Class::Accessor::Fast );
  1         1  
  1         80  
5              
6 0     0 0   sub init {}
7              
8             1;
9