blib/lib/Lox/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 13 | 23.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
37 | 2 | 0 | 0 | $self->check(27) and $self->check(19, 1) |
line | l | !l | condition |
---|---|---|---|
15 | 2 | 0 | $args->{'tokens'} || die('requires an arrayref of tokens') |
500 | 0 | 138 | $offset // 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
66 | 0 | 0 | 0 | $self->check(3) or $self->is_at_end |
249 | 0 | 0 | 0 | $self->check(3) or $self->is_at_end |