| blib/lib/Lingua/Stem/Snowball/Ca.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 8 | 14 | 57.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 57 | 6 | 3 | if (UNIVERSAL::isa($_[0], 'HASH')) { } | 
| 66 | 0 | 9 | unless ref $words or length $words | 
| 69 | 3 | 6 | ref $words ? : | 
| 74 | 0 | 9 | if (ref $is_stemmed) | 
| 76 | 0 | 0 | if ($self->{'stemmer_id'} == -1) { } | 
| 81 | 0 | 0 | if $stems[$_] eq $words->[$_] | 
| 88 | 3 | 6 | wantarray ? : |