blib/lib/AI/Fuzzy/Label.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 18 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
81 | 1 | 1 | 0 | $that1 <= $self and $self <= $that2 |
0 | 1 | 1 | $that2 <= $self and $self <= $that1 | |
104 | 28 | 0 | 0 | $$self{'mid'} == $$self{'low'} and $value == $$self{'low'} |
105 | 28 | 0 | 0 | $$self{'high'} == $$self{'mid'} and $value == $$self{'high'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
81 | 0 | 0 | 2 | $that1 <= $self and $self <= $that2 or $that2 <= $self and $self <= $that1 |
113 | 10 | 10 | 8 | $value <= $$self{'low'} or $value >= $$self{'high'} |