Condition Coverage

blib/lib/App/File/Grepper.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
115 0 0 0 !$edit && -t STDOUT
133 0 0 0 -d $_ and $_ =~ /^(RCS|CVS|\.svn|\.git|\.hg)$/
142 0 0 0 $exclude and $_ =~ /$exclude/
143 0 0 0 $filter and not $_ =~ /$filter/