blib/lib/Lisp/Interpreter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
113 | 1 | 1 | 0 | not $do_rest and @$args > $i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 64 | 0 | 448 | specialp($func) or $func == $macro |
99 | 2 | 1 | 0 | $i < @$args or $do_opt |