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*$/ |