Condition Coverage

lib/Devel/Trepan/CmdProcessor/Complete.pm
Criterion Covered Total %
condition 15 30 50.0


and 3 conditions

line !l l&&!r l&&r condition
24 0 0 0 defined $cw->[$_list_complete_i] and $cw->[$_list_complete_i] =~ /^\Q$text\E/
45 0 4 14 $_last_start < length $line and 0 == index(substr($line, $_last_start), $_last_token)
52 18 0 0 $_last_line eq $stripped_line and $stripped_line
89 4 0 0 scalar @_last_return == 0 and $self->{'settings'}{'autoeval'}
114 12 0 2 scalar @_last_return == 0 and $self->{'settings'}{'autoeval'}
140 5 1 0 $next_blank_pos == length($str) - 1 and ' ' ne substr($str, length($str) - 1)
161 1 1 2 1 == scalar @matches and $matches[0] eq $token

or 3 conditions

line l !l&&r !l&&!r condition
61 18 0 0 $token or $_last_token
70 18 0 0 $token ||= $_last_token
128 17 3 0 $token or $last_token