Condition Coverage

blib/lib/App/Ack/ConfigLoader.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
56 0 0 0 $opt->{'idirs'} && !($is_inverted xor $opt->{'idirs'}[-1]->is_inverted)
119 0 0 0 defined $opt->{'filters'} and @filters
128 0 0 0 $opt_filter->is_inverted and "$opt_filter->{'filter'}" eq join($", @filters)
485 0 0 0 ++$j < @{$options;} and not $options->[$j] =~ /^-/
706 0 0 0 defined $file and -e $file

or 2 conditions

line l !l condition
310 0 0 $args // ""
637 0 0 $opt{'filters'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
329 0 0 0 $value || $ENV{'PAGER'}
366 0 0 0 !defined($val) || $val < 0
595 0 0 0 $ENV{'ACK_PAGER_COLOR'} || $ENV{'ACK_PAGER'}