| lib/Set/Jaccard/SimilarityCoefficient.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 10 | 80.0 |
| line | true | false | branch |
|---|---|---|---|
| 38 | 2 | 12 | if (not defined $set_a_arg or ref $set_a_arg ne 'ARRAY' and ref $set_a_arg ne 'Set::Scalar') |
| 44 | 2 | 10 | if (not defined $set_b_arg or ref $set_b_arg ne 'ARRAY' and ref $set_b_arg ne 'Set::Scalar') |
| 50 | 0 | 10 | if (ref $set_a_arg eq 'Set::Scalar') { } |
| 57 | 0 | 10 | if (ref $set_b_arg eq 'Set::Scalar') { } |
| 67 | 1 | 9 | if ($union->size <= 0) |