Condition Coverage

blib/lib/App/Ack/ConfigLoader.pm
Criterion Covered Total %
condition 10 28 35.7


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)
488 0 0 0 ++$j < @{$options;} and not $options->[$j] =~ /^-/
709 0 2 2 defined $file and -e $file

or 2 conditions

line l !l condition
312 0 0 $args // ""
640 0 74 $opt{'filters'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
331 8 2 0 $value || $ENV{'PAGER'}
369 0 24 24 !defined($val) || $val < 0
598 12 6 56 $ENV{'ACK_PAGER_COLOR'} || $ENV{'ACK_PAGER'}