Condition Coverage

blib/lib/Complete/Bash/History.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
150 0 0 0 $max_hist_lines >= 0 and $num_hist_lines++ >= $max_hist_lines

or 2 conditions

line l !l condition
114 0 0 $args{'max_hist_lines'} // 3000
115 0 0 $args{'max_result'} // 100
119 0 0 ($args{'cmdline'} // $ENV{'COMP_LINE'}) // ''
188 0 0 $hpo->{'opts'} // []
205 0 0 $word // ''

or 3 conditions

line l !l&&r !l&&!r condition
111 0 0 0 $args{'path'} // "$ENV{'HOME'}/.bash_history"
119 0 0 0 $args{'cmdline'} // $ENV{'COMP_LINE'}
122 0 0 0 $args{'point'} // $ENV{'COMP_POINT'}
0 0 0 ($args{'point'} // $ENV{'COMP_POINT'}) // length $cl