| blib/lib/Set/Similarity.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 1 | 2 | @_ > 1 ? : |
| 3 | 4 | @_ ? : | |
| 29 | 58 | 164 | if (ref $any eq 'ARRAY') { } |
| 13 | 151 | elsif (ref $any eq 'HASH') { } | |
| 1 | 150 | elsif (ref $any) { } | |
| 46 | 81 | 80 | unless $width and $width =~ /^[1-9][0-9]*$/x |
| 49 | 19 | 142 | unless $width <= length $word |
| 57 | 6 | 6 | unless scalar @$tokens1 or scalar @$tokens2 |
| 58 | 12 | 90 | unless scalar @$tokens1 and scalar @$tokens2 |
| 86 | 2 | 18 | scalar @{$_[1];} < scalar @{$_[2];} ? : |