blib/lib/Array/Set/Naive.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 24 | 70.8 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 3 | ref $_[0] eq 'HASH' ? : |
21 | 3 | 0 | @_ ? : |
27 | 4 | 6 | unless &any(sub { $_ eq $el; } , @$set2) |
35 | 0 | 3 | ref $_[0] eq 'HASH' ? : |
42 | 0 | 21 | if &any(sub { $_ eq $el1; } , @$res) |
44 | 12 | 24 | if $i == $j |
46 | 16 | 8 | if &any(sub { $_ eq $el1; } , @$set2) |
55 | 0 | 3 | ref $_[0] eq 'HASH' ? : |
60 | 12 | 9 | unless &any(sub { $_ eq $el; } , @$res) |
67 | 0 | 3 | ref $_[0] eq 'HASH' ? : |
69 | 0 | 3 | unless @_ |
75 | 3 | 8 | unless &any(sub { $_ eq $el; } , @$set) |