Condition Coverage

blib/lib/AppBase/Grep.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
223 0 0 0 $args{'dash_prefix_inverts'} and $p =~ s/\A-//
251 0 0 0 defined $label and length $label
296 0 0 0 $opt_files_without_match and not $is_file_match
360 0 0 0 $opt_files_without_match and not $is_file_match

or 2 conditions

line l !l condition
215 0 0 $ENV{'APPBASE_GREP_COLOR_THEME'} // "Light"
222 0 0 $args{'regexps'} // []
234 0 0 $args{'color'} // "auto"
289 0 0 $label //= ""

or 3 conditions

line l !l&&r !l&&!r condition
229 0 0 0 $args{'_filter_code'} or @re_patterns
231 0 0 0 $args{'_highlight_regexp'} // join("|", @str_patterns)
238 0 0 0 ($color eq "always" ? 1 : ($color eq "never" ? 0 : undef)) // (defined $ENV{'NO_COLOR'} ? 0 : undef)
0 0 0 (($color eq "always" ? 1 : ($color eq "never" ? 0 : undef)) // (defined $ENV{'NO_COLOR'} ? 0 : undef)) // ($ENV{'COLOR'} ? 1 : (defined $ENV{'COLOR'} ? 0 : undef))
0 0 0 ((($color eq "always" ? 1 : ($color eq "never" ? 0 : undef)) // (defined $ENV{'NO_COLOR'} ? 0 : undef)) // ($ENV{'COLOR'} ? 1 : (defined $ENV{'COLOR'} ? 0 : undef))) // -t STDOUT
345 0 0 0 $opt_quiet or $opt_count
352 0 0 0 $opt_quiet or $opt_count