blib/lib/Perlito6/Emitter/Token.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 20 | 10.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
49 | 4 | 0 | 0 | $self->{'quant'} eq '' and $self->{'greedy'} eq '' |
52 | 0 | 0 | 4 | $self->{'quant'} eq '+' and $self->{'greedy'} eq '' |
56 | 0 | 0 | 0 | $self->{'quant'} eq '*' and $self->{'greedy'} eq '' |
60 | 0 | 0 | 0 | $self->{'quant'} eq '?' and $self->{'greedy'} eq '' |
line | l | !l | condition |
---|---|---|---|
80 | 0 | 0 | $self->{'or_list'} ||= bless([], 'ARRAY') |
84 | 0 | 0 | $self->{'or_list'} ||= bless([], 'ARRAY') |
95 | 0 | 0 | $self->{'concat'} ||= bless([], 'ARRAY') |
99 | 0 | 0 | $self->{'concat'} ||= bless([], 'ARRAY') |