blib/lib/Set/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 2 | if (ref $_[0] ne '') { } |
32 | 2 | 1 | exists $_[0]{$_[1]} ? : |
66 | 3 | 5 | exists $$self{$_} ? : |
74 | 1 | 3 | if $_[0]->size < $_[1]->size |
78 | 1 | 3 | if $_[0]->size > $_[1]->size |
80 | 2 | 1 | if $_[1]->is_subset($_[0]) |
85 | 1 | 3 | if not $_[0]->is_disjoint($_[1]) and $_[0]->difference($_[1])->size |