Branch Coverage

blib/lib/Repl/Spec/Type/FileType.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
38 0 0 unless -e $arg
39 0 0 if $isdir and not -d $arg
40 0 0 if $isfile and not -f $arg
41 0 0 if $readable and not -r $arg
42 0 0 if $writable and not -w $arg
43 0 0 if $executable and not -x $arg