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
32 0 0 0 wantarray and not $option{'-Chdir'}
0 0 0 wantarray and not $option{'-Chdir'} and not $option{'-Create'}
39 0 0 0 $option{'-Path'} and -d $option{'-Path'}
62 0 0 0 @dotfiles and not $option{'-DisableShowAll'}
67 0 0 0 @dotfiles and not $option{'-DisableShowAll'}
72 0 0 0 -d "$dir/$_" && -r "$dir/$_"
117 0 0 0 $option{'-ShowAll'} and $new eq 'Hide DotFiles'
0 0 0 not $option{'-ShowAll'} and $new eq 'Show DotFiles'
143 0 0 0 -d $1 and -w $1
148 0 0 0 $new eq './' and $option{'-SelDir'}