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
53 0 0 0 $opt->{'idirs'} && !($is_inverted xor $opt->{'idirs'}[-1]->is_inverted)
116 0 0 0 defined $opt->{'filters'} and @filters
125 0 0 0 $opt_filter->is_inverted and "$opt_filter->{'filter'}" eq join($", @filters)
482 0 0 0 ++$j < @{$options;} and not $options->[$j] =~ /^-/
703 0 0 0 defined $file and -e $file

or 2 conditions

line l !l condition
307 0 0 $args // ''
634 0 0 $opt{'filters'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
326 0 0 0 $value || $ENV{'PAGER'}
363 0 0 0 !defined($val) || $val < 0
592 0 0 0 $ENV{'ACK_PAGER_COLOR'} || $ENV{'ACK_PAGER'}