Condition Coverage

blib/lib/Jmespath/Parser.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
226 4 1 10 $self->_current_token_type eq 'star' and $self->_lookahead(1) eq 'rbracket'
269 38 0 143 $current_token ne 'rbracket' and $index < 3

or 3 conditions

line l !l&&r !l&&!r condition
248 22 23 113 $self->_lookahead(0) eq 'colon' or $self->_lookahead(1) eq 'colon'