blib/lib/AI/Fuzzy/Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 0 | 2 | 45 | exists $us{$key} and exists $them{$key} |
72 | 42 | 0 | 6 | not exists $us{$key} and exists $them{$key} |
76 | 36 | 0 | 6 | not exists $them{$key} and exists $us{$key} |
101 | 6 | 41 | 0 | exists $us{$key} and exists $them{$key} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
124 | 0 | 0 | 14 | $comp < 0 or $comp > 1 |