blib/lib/AI/FuzzyEngine/Set.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
57 | 0 | 0 | 144 | blessed($attrs{'fuzzyEngine'}) and $attrs{'fuzzyEngine'}->isa($class) |
61 | 0 | 0 | 144 | blessed($attrs{'variable'}) and $attrs{'variable'}->isa($class) |
99 | 49 | 0 | 75 | $val_x > $x[$ix] and $ix < $#x |