Condition Coverage

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


and 3 conditions

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

or 2 conditions

line l !l condition
251 0 0 $args{'max_hist_lines'} // 3000
252 0 0 $args{'max_result'} // 100
256 0 0 ($args{'cmdline'} // $ENV{'COMP_LINE'}) // ''
331 0 0 $hpo->{'opts'} // []
348 0 0 $word // ''

or 3 conditions

line l !l&&r !l&&!r condition
248 0 0 0 $args{'path'} // $ENV{'HISTFILE'}
0 0 0 ($args{'path'} // $ENV{'HISTFILE'}) // "$ENV{'HOME'}/.bash_history"
256 0 0 0 $args{'cmdline'} // $ENV{'COMP_LINE'}
259 0 0 0 $args{'point'} // $ENV{'COMP_POINT'}
0 0 0 ($args{'point'} // $ENV{'COMP_POINT'}) // length $cl