Condition Coverage

blib/lib/Mylisp/Builtin.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $i >= 48 && $i <= 57
73 0 0 0 $i >= 97 && $i <= 122
87 0 0 0 $i >= 65 && $i <= 90
106 0 0 0 $i >= 65 and $i <= 70
107 0 0 0 $i >= 97 and $i <= 102
300 0 0 0 -e $file and -e $to_file

or 3 conditions

line l !l&&r !l&&!r condition
67 0 0 0 $c eq ' ' || $c eq "\t"
78 0 0 0 $c eq "\n" || $c eq "\t" || $c eq "\r" || $c eq ' '
92 0 0 0 $c eq "\r" || $c eq "\n"