Condition Coverage

blib/lib/Perlito6/Emitter/Token.pm
Criterion Covered Total %
condition 2 20 10.0


and 3 conditions

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 ''

or 2 conditions

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')