blib/lib/Set/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 18 | 94.4 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 3 | if (ref $_[0] eq 'Set::Tiny') { } |
1 | 2 | elsif (ref $_[0] eq 'ARRAY') { } | |
35 | 2 | 1 | exists $_[0]{$_[1]} ? : |
69 | 3 | 5 | exists $self->{$_} ? : |
77 | 1 | 3 | if $_[0]->size < $_[1]->size |
81 | 1 | 3 | if $_[0]->size > $_[1]->size |
83 | 2 | 1 | if $_[1]->is_subset($_[0]) |
88 | 1 | 3 | if not $_[0]->is_disjoint($_[1]) and $_[0]->difference($_[1])->size |
107 | 0 | 1 | $_[0]->size > $_[1]->size ? : |