Condition Coverage

blib/lib/Psh/PerlEval.pm
Criterion Covered Total %
condition 0 24 0.0


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 not $@ and @result
0 0 0 not $@ and @result and $#result == 0
0 0 0 not $@ and @result and $#result == 0 and $str
0 0 0 not $@ and @result and $#result == 0 and $str and $result[0]
0 0 0 not $@ and @result and $#result == 0 and $str and $result[0] and $result[0] eq $str
0 0 0 not $@ and @result and $#result == 0 and $str and $result[0] and $result[0] eq $str and not Psh::is_number($str)
0 0 0 not $@ and @result and $#result == 0 and $str and $result[0] and $result[0] eq $str and not Psh::is_number($str) and $str =~ /^\s*\S+\s*$/
0 0 0 not $@ and @result and $#result == 0 and $str and $result[0] and $result[0] eq $str and not Psh::is_number($str) and $str =~ /^\s*\S+\s*$/ and not $str =~ /^\s*(\'|\")\S+(\'|\")\s*$/