Subject: | Condition coverage for constants |
Condition coverage should ignore trying to get constants to resolve both
true and false. For example,
$dir = $user_dir || '.'
is a common construct to use a user-specified directory and default to
'.'. It is unreasonable, however, ever to expect '.' to evaluate false.