blib/lib/Lingua/EN/Summarize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
23 | 0 | 3 | unless $text |
24 | 1 | 2 | if ($options{'filter'}) |
26 | 0 | 1 | ref $options{'filter'} eq 'ARRAY' ? : |
31 | 0 | 1 | if (ref $_ eq 'CODE') { } |
1 | 0 | elsif (exists $Lingua::EN::Summarize::Filters::{$_} and *{"Lingua::EN::Summarize::Filters::$_";}{'CODE'}) { } | |
47 | 2 | 1 | unless (exists $options{'maxlength'} and $options{'maxlength'} > 0) |
64 | 69 | 101 | unless /[.!?]$/ |
77 | 0 | 3 | if ($options{'wrap'}) |