Condition Coverage

blib/lib/Term/Clui/FileSelect.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 wantarray and not $option{'-Chdir'}
0 0 0 wantarray and not $option{'-Chdir'} and not $option{'-Create'}
40 0 0 0 $option{'-Path'} and -d $option{'-Path'}
63 0 0 0 @dotfiles and not $option{'-DisableShowAll'}
68 0 0 0 @dotfiles and not $option{'-DisableShowAll'}
73 0 0 0 -d "$dir/$_" && -r "$dir/$_"
118 0 0 0 $option{'-ShowAll'} and $new eq 'Hide DotFiles'
0 0 0 not $option{'-ShowAll'} and $new eq 'Show DotFiles'
144 0 0 0 -d $1 and -w $1
149 0 0 0 $new eq './' and $option{'-SelDir'}