Condition Coverage

blib/lib/App/BoolFindGrep/Find.pm
Criterion Covered Total %
condition 5 14 35.7


and 3 conditions

line !l l&&!r l&&r condition
57 11 0 0 defined $self->files_delim and not defined $self->files_from
58 11 0 0 defined $self->files_from and defined $self->file_expr
61 11 0 0 defined $self->files_from and @{$self->directory;} != 1
11 0 0 defined $self->files_from and @{$self->directory;} != 1 and $self->directory->[0] ne '.'

or 2 conditions

line l !l condition
106 0 3960 $self->found->{$File::Find::name}{$pattern} //= 0