Is it possible to have 100% statement coverage but less than 100% branch coverage?
I think it’s impossible, because you would need to follow every branch to cover every statement, but I’m entirely not certain..
I think it’s impossible, because you would need to follow every branch to cover every statement, but I’m entirely not certain..