Condition Coverage

lib/Path/Extended/Dir.pm
Criterion Covered Total %
condition 17 23 73.9


and 3 conditions

line !l l&&!r l&&r condition
51 34 2 17 $$self{'_compat'} and defined wantarray
203 0 178 0 not $options{'all'} and $entry eq '.' || $entry eq '..'
230 10 0 1 @_ == 1 && ref $_[0] eq ref sub { }
256 7 2 2 $opts{'depthfirst'} && $opts{'preorder'}
303 1 0 1 -d $self && (-e $other || -l $other) && $self->subsumes($other)

or 2 conditions

line l !l condition
81 1 0 $pos || 0

or 3 conditions

line l !l&&r !l&&!r condition
203 45 45 88 $entry eq '.' || $entry eq '..'
207 76 0 12 $options{'prune'} or $options{'no_hidden'}