blib/lib/YAML/Logic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 15 | 73.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 74 | 34 | 1 | $boolean_or and $res |
172 | 10 | 0 | 0 | $res and $not |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
109 | 34 | 10 | 64 | $boolean_or || $res |
172 | 0 | 10 | 73 | $res || $not |
73 | 0 | 10 | not $res || $not or $res and $not |